Problems with the width of the fields in the form to insert

QuestionsProblems with the width of the fields in the form to insert
Sergio Pulido asked 9 years ago

Although manually expand the tree form, the fields become larger.

1 Answers
Abu Ghufran answered 9 years ago

To increase edit / add form width:

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

And to resize the form fields, set following css in page:

<style>
input.FormElement { width: 95%; }
</style>

Your Answer

14 + 6 =

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?