Hello Abu,
May I know how to put the dialog title?
I refer to the dialog-layout on demo but not showing any title tho.
Please help. Thanks.
2 Answers
Before printing echo $out, set in script tags:
// custom caption of dialogs
$.jgrid.edit.addCaption = “Custom Add Title”;
$.jgrid.edit.editCaption = “Custom Edit Title”;
…
<div style=”margin:10px”>
<?php echo $out?>
</div>
Your Answer