Hello,
Do you know how i can change width in the modals to "auto"?
I can't see it in code…
And, if i deserve to change the initial position in the modals, how i do it?
Thanks a lot.
2 Answers
Try following options …
$grid["add_options"] = array("recreateForm" => true, "closeAfterEdit"=>true, 'width'=>'420', 'top'=>'200', 'left'=>'200');
$grid["edit_options"] = array("recreateForm" => true, "closeAfterEdit"=>true, 'width'=>'420', 'top'=>'200', 'left'=>'200');
…
$g->set_options($grid);
For delete dialog customization, need to wait for next version of free package.
To customize fields positioning in horizontally or hybrid … that customization is supported in paid package.
Your Answer