HTML UI Components v1.4

description : It contains some objects that similar to HTML tags like "Hyperlink", "Image", "HR", "Tabular Data" and "Subtype". The last two are more useful. They can accepts data from an external XML-formart file and output the result as Table or Graph. You can freely change the appearance by simply modify some properties in data file.
Live preview is available for "Hyperlink", "Image" and "HR".

"Tabular Data" can be sorted by "string" or "number", and you can set different color that when you move your mouse roll over a row or click a row.

You can choose wrap text or not, and the cols of table are resizable.

If you set a positive number to Linage, the table will be always show in the specified number of rows, and you can use several buildin-methods to turn pages.

"Subtype" supports 4 graphic mode: "radar"(default), "line", "histogram" and "pie". You can set component property to change it, and also you can use build-in method to change it in realtime.
To see the sample or learn more how to use it(readme.txt), please look at this folder : configuration/components/sample/ (the same as where this extension be installed in)

Access this component via the 'HTML UI Components' entry inside the Components panel.