author | Eugene Ostroukhov <eugeneo@symbian.org> |
Wed, 07 Jul 2010 16:23:17 -0700 | |
changeset 426 | 022494a9b845 |
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"); } }