ipf-invisible

Hides the element, including any background or border. Any space taken up by the element is not removed.

  • Format: ipf-invisible
  • Default parameter value: element is visible
  • Inherited

Scripting API: IsRendered

The scripting API IsRendered has the same look in the browser as ipf-invisible, however, there is an important difference. With IsRendered=false, the control is not sent to the browser. With ipf-invisible, the control is sent to the browser, and client-side javascript could activate the content without requiring a trip back to the server.