Revision #10 has been created by jward on Aug 25, 2010, 9:30:56 PM with the memo:
Changed autoOpen to true
« previous (#9) next (#11) »
Changes
Title
unchanged
CJuiDialog and AjaxSubmitButton
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
<?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',
),
));[...]