Using JavaScript API functions to navigate
Table of Contents
Using JavaScript API functions to navigate
Each of the links in a task procedure file should have an onMouseUp event handler that calls a JavaScript function when a user clicks the link.
The following JavaScript API functions let you navigate between task procedure files, and expand and collapse categories from within the TasksLayout.xml file. You can call the dreamweaver.tasksPalette.back() function to display the previous page in the How Do I panel. The dreamweaver.tasksPalette.browseToPage() function lets you display a page from a specified file, and the dreamweaver.tasksPalette.expandSection() function lets you expand or collapse a category heading from within the TasksLayout.xml file.
This section covers the following topics:
- dreamweaver.tasksPalette.back()
- dreamweaver.tasksPalette.browseToPage()
- dreamweaver.tasksPalette.expandSection()


