How do you create a plus sign in the left menu when making a util module? I need to do some utility left menu nesting.
I've only found two "public" functions so far that affect this:
LeftNavigation_Level(...)
and
LeftNavigation_Dot( ...)
Nesting the "dot" function inside the "level" function ALMOST does it, but the problem is that even though the plus sign for opening a menu is in the raw HTML, a CSS class called "image_hide" gets in the way and hides the image. If I remove that class, then the little plus sign shows up just fine, and although not indented properly, it also works.
Is there a variable to set or a function I'm missing? I need to make that little plus sign instead of just displaying everything without giving the admin a chance to decide.
Thanks!
I've only found two "public" functions so far that affect this:
LeftNavigation_Level(...)
and
LeftNavigation_Dot( ...)
Nesting the "dot" function inside the "level" function ALMOST does it, but the problem is that even though the plus sign for opening a menu is in the raw HTML, a CSS class called "image_hide" gets in the way and hides the image. If I remove that class, then the little plus sign shows up just fine, and although not indented properly, it also works.
Is there a variable to set or a function I'm missing? I need to make that little plus sign instead of just displaying everything without giving the admin a chance to decide.
Thanks!
Comment