Are you asking if you can add buttons using over ride that adds all the new options then yesdesertfox wrote:Sorry to keep asking endless questions, but is there anyway from javascript to set a button that was added via override's hotkey and sortOrder attributes?
addButton(String target, String text, String set, String unSet, String jScript, String image, String hotKey, String sortOrder, boolean disabled, String id)
* @param target the page to go to
* @param text the text displayed on the button
* @param set the flags to set if the button is pressed
* @param unSet the flags to clear if the button is pressed
* @param jScript the Java Script function to run if the button is pressed
* @param image the background image for the button
* @param hotKey the hot key assigned to the button
* @param sortOrder the sort order value (used to sort the buttons)
* @param disabled the disabled state of the button (true to disable it)
* @param id the id to use to manipulate the button from Java Script
I need to update the documentation on override still for 0.1.4


