Test Dialog

Test Dialog Test Dialog Test fdsafddddddddddddddddddDialog Test Dialog Test Dialog Test Dialog Test Dialog Test Dialog
Test CheckBox

Change Old Content Dialog

Show Tow Level Dialog

Dialog

Show Dialog

Dialog
$.weeboxs.open('The operation failed.');

Show Ajax Dialog

Dialog
$.weeboxs.open('url', {contentType:'ajax'});

Show Error

Error
javascript:$.weeboxs.open('The operation failed.',{type:'error'});

Show Warning

Warning
$.weeboxs.open('There were problems processing the log file.', {type:'warning'});

Show Success

Success
$.weeboxs.open('Great win detected in sector.', {type:'success'});

Show Prompt/Confirmation

Prompt
$.weeboxs.open('Are you sure you want to quit?',{type:'prompt'});

Set Title

Set Title
$.weeboxs.open('All files have been deleted.', { title: 'No Turning Back Now!' });

Set Dialog Width

Dialog Width
$.weeboxs.open('Not much here.', { width: 200 });

Set AutoClose Time

AutoClose
$.weeboxs.open('Autoclosing in 5 seconds.', { timeout: 5 });

Set AutoClose Time and Hide Close Buttons

AutoClose
$.weeboxs.open('Autoclosing in 5 seconds.', { timeout: 5, showClose: false });