hideElement( id )
REady for review
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
Example:
In this example, when the ‘Hide’ button is clicked, it triggers the hideElement() API function to hide the textbox’s value.
hideElement("TextBox1");
, multiple selections available,