[UP] The UI language |
The element ui:false This element ignores its inner nodes without expanding them. Furthermore, this element sets the condition code to false. The condition code can be evaluated by ui:cond. Declaration Level: Control structure <!ELEMENT ui:false ANY> Sub elements All page body elements may occur in ui:false. Example <ui:false> ...material to ignore... </ui:false> Hints Note that template parameters and bracket expressions within ui:false are evaluated. See ui:cond for a discussion of the consequences of this fact. |