[UP] The UI language |
The element ui:encode This element changes the output encoding for the time its sub elements are expanded. By default, WDialog uses the html output encoding, as if the whole page were embraced by <ui:encode enc="html"> ... </ui:encode>The output encoding can be changed to a different style with this element. In particular, it is possible to add encodings to the currently working list of encodings, so that in addition to the html encoding the encodings specified by the enc attribute are in effect. It is also possible to put ui:encode inside ui:special elements. Declaration Level: Control structure <!ELEMENT ui:encode ANY> <!ATTLIST ui:encode enc NMTOKENS #REQUIRED> Attributes
Sub elements All page body elements may occur in ui:encode. |