change font-size for tree items
Hi,
How can I change the height (font-size) of the tree items with CSS ?
Thanks.
How can I change the height (font-size) of the tree items with CSS ?
Thanks.
Igor K.
September 19,
#myTree .aw-item-template {
height: 30px;
font-size: 20px;
}
#myTree .aw-tree-sign {
font-size: 1px; /* corrects vertical position */
}
font-size: 20px;
don't change the font-size of the tree items for Tree with checkboxes and for Tree without checkboxes. Why?
obj.getItemTemplate(m).setStyle('font-size', 15);
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021