I have searched every where, but nothing about CJuiDialog position, I want the dialog to be the place where I click.
'options'=>array(
'title'=>'Enter info',
'autoOpen'=>false,
'show' => 'blind',
'position' => ??,
'buttons' => array(
'Ok'=>'js:function(){}',
'Cancel'=>'js:function(){$(this).dialog("close");}',
),any suggestions are appreciated.

Help














