The css classs of the icon (space delimited).
Optional
buttons?: 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
Optional
columns?: anyAn integer which will divide the dialog into equally sized vertical columns, which can be accessed with this.columns array
Optional
doc?: anyThe document to attach the dialog to
Optional
footer?: booleanIf true - a footer will be added and can be accessed with this.footer
Optional
height?: anyThe height of the dialog (in pixels)
Optional
maxHeight?: anyif no height is specified, the the dialog will fit its contents, unless maxHeight is given
Optional
position?: integer[]The x and y psoition (in the document's body) If absent, the dialog will be placed in the middle of the screen
Optional
title?: stringThe dialog title
Optional
width?: anyThe width of the dialog (in pixels)
Optional
content: null | objectThe object passed to the init method
Static
experiment
Adds a menu icon with tooltip to the title bar