Search completed in 1.04 seconds.
3 results for "ondialogdisclosure":
prefwindow - Archive of obsolete content
ArchiveMozillaXULprefwindow
attributes buttonalign, buttondir, buttonorient, buttonpack, buttons, defaultbutton, lastselected, onbeforeaccept, ondialogaccept, ondialogcancel, ondialogdisclosure, ondialoghelp, onload, onunload, title, type properties buttons, currentpane, defaultbutton, lastselected, preferencepanes, type methods acceptdialog, addpane, canceldialog, centerwindowonscreen, getbutton, opensubdialog, openwindow, showpane examples <?xml version="1.0"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <prefwindow xmlns="http://www.mozilla.org/keymas...
... ondialogdisclosure type: script code the code in this attribute is called when the "disclosure" button is pressed.
Index - Archive of obsolete content
ArchiveMozillaXULIndex
225 ondialogdisclosure xul attributes, xul reference no summary!
Creating Dialogs - Archive of obsolete content
ArchiveMozillaXULTutorialCreating Dialogs
the following values may be used, seperated by commas: accept - an ok button cancel - a cancel button help - a help button disclosure - a disclosure button, which is used for showing more information you can set code to execute when the buttons are pressed using the ondialogaccept, ondialogcancel, ondialoghelp and ondialogdisclosure attributes.