Wijmo UI for the Web
dialogClass Option
wijmo.dialog.wijdialog Namespace > options type : dialogClass Option

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

Reference

options type
wijdialog jQuery Widget