| Option | Values | Example |
|---|---|---|
| Default | - |
x
Default
|
| width | full |
x
Full width
|
| closable | false |
x
Not Closable
|
| autoOpen | true |
x
Auto open example
|
| Event | Using | Example |
|---|---|---|
| onShow | $('#mymodal').ezmodal({'onShow': function () { --- };}) |
x
Execute function when opening
|
| onClose | $('#mymodal').ezmodal({'onClose': function () { --- };}) |
x
Execute function after closing
|