JavaScript
A5.ButtonDropdownclearContent Method
Syntax
A5.ButtonDropdown.clearContent()
Description
Clear the contents of the dropdown button to so that the original contents will be used.
Example
// assume "newDocButton" is an A5.ButtonDropdown newDocButton.clearContent();