loaded - Loaded
Creates a control when the page is loaded or not.
Category
basicsSyntax
loaded="true|false"
Usage
In Design mode, click All Properties and look for loaded under basics.By default, a control is loaded.
Examples
This Edit Box control is not created when the page is loaded.<xp:inputText id="inputText1" value="#{document1.subject}"
loaded="false">
</xp:inputText>