Comparing
#9 with
#10
Revision #10 was created by
jward on Aug 25, 2010, 9:30:56 PM.
Changed autoOpen to true
Content
[...]
<?php
$this->beginWidget('zii.widgets.jui.CJuiDialog',array(
'id'=>'jobDialog',
'options'=>array(
'title'=>Yii::t('job','Create Job'),
'autoOpen'=>falstrue,
'modal'=>'true',
'width'=>'auto',
'height'=>'auto',
),
));[...]