< Day Day Up > |
Menu functions handle optimizing and reloading the menus in Dreamweaver. The dreamweaver.getMenuNeedsUpdating() function and the dreamweaver.notifyMenuUpdated() function are designed specifically to prevent unnecessary update routines from running on the dynamic menus that are built into Dreamweaver. See dreamweaver.getMenuNeedsUpdating() and dreamweaver.notifyMenuUpdated() for more information. dreamweaver.getMenuNeedsUpdating()Availability Dreamweaver 3. Description Checks whether the specified menu needs to be updated. Arguments menuId
Returns A Boolean value that indicates whether the menu needs to be updated. This function returns false only if dreamweaver.notifyMenuUpdated() has been called with this menuId, and the return value of menuListFunction has not changed. For more information, see "dreamweaver.notifyMenuUpdated()" on page 686. dreamweaver.notifyMenuUpdated()Availability Dreamweaver 3. Description Notifies Dreamweaver when the specified menu needs to be updated. Arguments menuId, menuListFunction
Returns Nothing. dreamweaver.reloadMenus()Availability Dreamweaver 3. Description Reloads the entire menu structure from the menus.xml file in the Configuration folder. Arguments None. Returns Nothing. |
< Day Day Up > |