The jqxTagCloud allows for a number of different options to style the elements of the cloud. In order to fit various needs we have provided options to:
Here is an example of tags with mountain Peaks with their fontsize scaled by their height and text color set to brown.
Here is an example of tags with mountain Peaks with their fontsize scaled by their height.
jQWidgets uses a pair of css files - jqx.base.css and jqx.[theme name].css. The base stylesheet creates the styles related to the widget's layout like margin, padding, border-width, position. The second css file applies the widget's colors and backgrounds. The jqx.base.css should be included before the second CSS file.
Below is the list of CSS classes used by jqxTagCloud.You can use these classes to style your own widget.
The sample below demostrates how you can use the above mentioned classes to style it as a list of tags.