Search completed in 0.93 seconds.
6 results for "ondialogextra1":
prefwindow - Archive of obsolete content
ArchiveMozillaXULprefwindow
you can set its label with the buttonlabelextra1 attribute and its command with the ondialogextra1 attribute.
...you can set its label with the buttonlabelextra1 attribute and its command with the ondialogextra1 attribute.
Dialogs and Prompts - Archive of obsolete content
ArchiveAdd-onsCode snippetsDialogs and Prompts
for example, to add an apply button to your dialog, use the following code: <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="..." buttons="accept,cancel,extra1" ondialogaccept="onaccept();" ondialogextra1="onapply();" buttonlabelextra1="apply" buttonaccesskeyextra1="a"> <!-- content --> </dialog> you can even get the element object for any of predefined buttons with gdialog.getbutton(dlgtype);, where gdialog is the <dialog> element and dlgtype is one of the six button types listed above.
buttons - Archive of obsolete content
ArchiveMozillaXULAttributebuttons
you can set its label with the buttonlabelextra1 attribute and its command with the ondialogextra1 attribute.
Attribute (XUL) - Archive of obsolete content
ArchiveMozillaXULAttribute
width member menu menuactive min minheight minresultsforpopup minwidth mode modifiers mousethrough movetoclick multiline multiple name negate newlines next noautofocus noautohide noinitialfocus nomatch norestorefocus object observes onbeforeaccept onbookmarkgroup onchange onclick onclosetab oncommand oncommandupdate ondialogaccept ondialogcancel ondialogclosure ondialogextra1 ondialogextra2 ondialoghelp onerror onerrorcommand onextra1 onextra2 oninput onload onnewtab onpageadvanced onpagehide onpagerewound onpageshow onpaneload onpopuphidden onpopuphiding onpopupshowing onpopupshown onsearchcomplete onselect ontextcommand ontextentered ontextrevert ontextreverted onunload onwizardback onwizardcancel onwizardfinish onwizardnext open ordin...
Index - Archive of obsolete content
ArchiveMozillaXULIndex
226 ondialogextra1 xul attributes, xul reference no summary!
buttons - Archive of obsolete content
ArchiveMozillaXULPropertybuttons
you can set its label with the buttonlabelextra1 attribute and its command with the ondialogextra1 attribute.