author | Eugene Ostroukhov <eugeneo@symbian.org> |
Thu, 11 Mar 2010 10:53:18 -0800 | |
changeset 249 | 1c86b4362e47 |
parent 229 | 716254ccbcc0 |
permissions | -rw-r--r-- |
initialCollapse = false; childCollapse = true; automaticSync = false; addControllers = false; /** * Initialize TOC. */ function initToc() { if (tocSupported) { startProcess("Initializing TOC"); addTocControllers(); //addSyncButton(); var baseUrl = getBaseUrl(); var contentUrl = String(window.top.frames.main.location.href) var href = getRelativeUrl(contentUrl, baseUrl); findTocItem(href); endProcess("Done"); } }