The css classs of the icon (space delimited).
Optionalbuttons?: object[]A list of of objects which should contain text (the button's label) and method (the name of the method to call when the button is clicked) e.g [{text:"OK",method:"doSomething"}] - the method 'doSomething' needs to be in the subclass. Buttons are added to the footer, so this needs to also be specified in the config
Optionalcolumns?: anyAn integer which will divide the dialog into equally sized vertical columns, which can be accessed with this.columns array
Optionaldoc?: anyThe document to attach the dialog to
Optionalfooter?: booleanIf true - a footer will be added and can be accessed with this.footer
Optionalheight?: anyThe height of the dialog (in pixels)
OptionalmaxHeight?: anyif no height is specified, the the dialog will fit its contents, unless maxHeight is given
Optionalposition?: integer[]The x and y psoition (in the document's body) If absent, the dialog will be placed in the middle of the screen
Optionaltitle?: stringThe dialog title
Optionalwidth?: anyThe width of the dialog (in pixels)
Optionalcontent: null | objectThe object passed to the init method
Staticexperiment
Adds a menu icon with tooltip to the title bar