How to set edit form dementions

QuestionsHow to set edit form dementions
Isaac Nehmad asked 8 years ago

How to set edit or add form dementions

Thank You

1 Answers
Abu Ghufran answered 8 years ago

Set Add and Edit form & View dialog width.

$grid["add_options"] = array('width'=>'420');
$grid["edit_options"] = array('width'=>'420');
$grid["view_options"] = array('width'=>'420');

Height is adjusted according to dialog content.

Your Answer

12 + 18 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?