I use documentTree Macro to display the pages tree. And I want to change its display style.
It is base on jstree, I know how to custom jstree themes , but doubt with docucmentTree Macro.
How to add a theme to custom documentTree Macro?
Thanks !
I use documentTree Macro to display the pages tree. And I want to change its display style.
It is base on jstree, I know how to custom jstree themes , but doubt with docucmentTree Macro.
You can overwrite the current CSS from the color theme, from the skin or from a Style Sheet Extension, using more specific CSS selectors.
Alternatively you can modify the tree_macros.vm
Velocity template to load a different CSS.
OK! Iām doing it . Thank you very much.