Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: DocBuilder:
Expand All

 

 


nlosure
User

Mar 20, 2006, 5:39 PM

Post #1 of 3 (14467 views)
Shortcut
Expand All Can't Post

Is there a way to make it default that everything is expanded upon page load?


ross
Staff / Moderator


Mar 21, 2006, 11:16 AM

Post #2 of 3 (14447 views)
Shortcut
Re: [nlosure] Expand All [In reply to] Can't Post

Hi nlosure.

Thanks for posting!

The way I usually setup DocBuilder so that it expands everything by default is by adding the following snippet of code to my <body> tag on the _doc_menu.html template:

onload=”toggleAll(1);”

An alternative method which works just as great is covered in this thread:

http://www.interactivetools.com/forum/gforum.cgi?post=2061#2061

Give them both a shot to see which one you like the best. Let me know if that gives you the right effect Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com

Hire me!  Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/



(This post was edited by ross on Mar 21, 2006, 11:21 AM)


nlosure
User

Mar 23, 2006, 1:25 AM

Post #3 of 3 (14388 views)
Shortcut
Re: [ross] Expand All [In reply to] Can't Post

Thanks Ross! That is what I needed.