Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: DocBuilder:
Tip: expand all menus

 

 


dlo_itools
Staff


Sep 19, 2002, 10:56 AM

Post #1 of 3 (9866 views)
Shortcut
Tip: expand all menus Can't Post

In DocBuilder 1.07, the navigation menu in the published pages is collapsible, and the menus are initially collapsed. To have all the menus initially shown as expanded, you can change one line in the doc_menu.html template. In the divOpen function, change the "none" in the document.write line to "inline":


Code
Before: document.write("<div id='" +node+ "' style='display:none'>\n\n");  

After : document.write("<div id='" +node+ "' style='display:inline>\n\n");

/Dave Lo


(This post was edited by Cliff on Feb 23, 2004, 3:58 PM)


Susan
User

Jan 29, 2003, 11:02 AM

Post #2 of 3 (9716 views)
Shortcut
Re: [dlo] Tip: expand all menus [In reply to] Can't Post

I just made this change, but my collapsible menu is still collapsed as the default. Does it not work on previously published Document Groups?

I am also quite desperate to have htmlArea integrated in DocBuilder. Would this be something that I could get a custom quote to have done, or would this not be feasible?

Susan


dlo_itools
Staff


Jan 30, 2003, 9:17 AM

Post #3 of 3 (9694 views)
Shortcut
Re: [Susan] Tip: expand all menus [In reply to] Can't Post

Hi Susan,

Changing the template will only affect new documents that you create. If you have existing documents already, just open one of the documents with DocBuilder and do a save. That will update that document group's doc_menu file with the latest template.

As for htmlArea, we have that scheduled for an upcoming release of Docbuilder. Since we don't say software is available until it is available, all I can say is that if all goes well, it will be soon.
/Dave Lo