skip to main |
skip to sidebar
XML structure for a UltraWebNavigator UltraWebTree Node
What is shown below is a non-normative representation of the XML structure. Developers should inspect the XML generated by the WriteXml method(s) of UltraWebTree after customizing any properties necessary on the UltraWebTree, to identify that structure of those specific properties required by their web applications.
The XML structure described here may continuously evolve with changes in the UltraWebNavigator. In particular, new elements may be added to this schema to support future features. As a consequence, developers using this information are encouraged to use it in a robust and decoupled manner. Certain programming practices may create hard dependencies that are vulnerable to such breakage and should be avoided.
For instance, always depending on a element having a preceding sibling node named is subject to breakage if a new element in inserted between these two. A better (and more robust) programming practice is to use XPath to look specifically for //Node/Url elements.
-
-
myText
myCssClass
myIslandClass
myHoverClass
myTargetUrl
myTargetFrame
1
true
myImage
-
myTag
myHiliteClass
mySelectedImage
true
true
-
3px
1px
2px
0px
-
7px
5px
6px
4px
-
-
Child #1
-
Child #2
No comments:
Post a Comment