[UP] The UI language |
The element ui:string-value This element represents a string literal that can be used to set the initial value of a ui:variable. Declaration Level: Dialog structure <!ELEMENT ui:string-value (#PCDATA)* > Example <ui:variable name="sample" type="string"> <ui:string-value>the initial value</ui:string-value> </ui:variable> |