Accessibility
Adobe
Sign in My orders My Adobe

Contribute Documentation

Using JavaScript API functions to navigate


Table of Contents

  1. Extending inherited Dreamweaver features
  2. Changing the Contribute Start page
  3. Adding custom new pages
  4. Extending the How Do I panel
  5. Extending the Contribute installer

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: