Search completed in 1.13 seconds.
3 results for "onCreated":
API-provided widgets
MozillaJavaScript code modulesCustomizableUI.jsmAPI-provided widgets
oncreated(anode) attached to all widgets; a function that will be invoked whenever the widget has a dom node constructed, passing the constructed node as an argument.
CustomizableUI.jsm
MozillaJavaScript code modulesCustomizableUI.jsm
for that, this function has to be used (see more here): oncreated: function(node) { node.removeattribute("tooltiptext"); node.tooltip = "[reference to popup tooltip element, described in xul overlay, or created in any other way]"; }, destroywidget() destroy a widget if the widget is part of the default placements in an area, this will remove it from there.
Events
MozillaThunderbirdEvents
msgcreatedbview onactivecreatedview onactivemessagesloaded the active messages in the folder have been loaded oncreatedview a folder view has been created, but not yet shown.