Hyperlinks Demo
[ File Path: core/url.html ]
1, Explanation of setting
- No extrally setting needed for basic functions.
- If you need flexible control of hyperlinks to jump, please use the 'onClick' callback. See the API documentation for more related contents.
2, Explanation of treeNode
- 1. the 'url' attribute is used to save the hyperlink's path.
- 2. the 'target' attribute is used to save the hyperlink's target.
- 3. the 'click' attribute is used to save the hyperlink's 'onclick' attribute.
- Please refer to the API documentation "treeNode data details" to view other attributes description.