There are functions in the public API to collapse and expand the tree levels:
collapse - Recursively hide all node's children in a tree. expand - Recursively show all node's children in a tree.
I would like to add a button that collapses or expands all levels of the tree. I can't get this to work - I can expand/collapse one level of the tree with code like this:
$("tr.er-level-3").collapse();
er-level is a class for the rows in the third level.
Am I the only one that finds the buttons quite "fat"? I haven't found a way to reduce the padding in the design of the buttons via ThemeRoller.
When I use a jQuery UI theme to style form buttons like checkboxes, radio buttons and submit buttons, they all look the same. Wouldn't it make UI sense to somehow differentiate between a radio button and a submit button, since they do very different things?
I am a new and enthusiastic user of jQuery and the jQuery UI.
I have two questions regarding the UI.
When I use a jQuery UI theme to style form buttons like checkboxes, radio buttons and submit buttons, they all look the same. Wouldn't it make UI sense to somehow differentiate between a radio button and a submit button, since they do very different things?
Am I the only one that finds the buttons quite "fat"? I haven't found a way to reduce the padding in the design of the buttons via ThemeRoller.
Thank you, and I apologize for these newbie questions.