I dont know how to show the "overlay" effect in CJuiDialog.
(That means the back layer is locked. User can only fill in the form in Dialog.)
Can anyone help me?
Millions of Thanks.
I dont know how to show the "overlay" effect in CJuiDialog.
(That means the back layer is locked. User can only fill in the form in Dialog.)
Can anyone help me?
Millions of Thanks.
The word you are looking for is modal. Use:
'options'=>array(
'autoOpen'=>false,
'modal'=>true,
// etc.