====== O4WDialog routine ====== ==== Description ==== Turns the specified element identified by the id parameter (normally a section) into a dialog. ==== Syntax ==== O4WDialog(id, title, buttonText, buttonId, options, clickIDs, className) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |id|The id of an O4W element.| |title|The title tag of the dialog. When null the dialog is removed.| |buttonText|An @vm delimited array of text to be displayed on the corresponding buttonId| |buttonId|An @vm delimited array of identifiers corresponding to buttonText. The identifier will be returned to the commuter module when the button is clicked.| |options| Options to be applied to the jQuery dialog function.| |clickIDs| The ID of a button or link to click on to activate the dialog.| |className|The named style class to be applied to the dialog.||