Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This function hides a specific display or input element on the screen.

Parameters:

  • id – element identifier or an object reference to the element, which is to be hidden

...

Code Block
javascript
javascript

hideElement("OutputField2");

hideElement(outputFieldObj);

...