Default value: ""
The specified class name(s) will be added to the dialog, for additional theming.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijdialog("option", "dialogClass");
// Set value
var newValue; // Type: string
$(".selector").wijdialog("option", "dialogClass", newValue);
});
var dialogClass : string;
See Also