Change size and font size of the add dialog box

QuestionsChange size and font size of the add dialog box
c rr asked 2 weeks ago

Hello,

I have a lot of field, and the add dialog box is not showing all the fields.

The scrollbar on the right is scrolling the main windows but not the dialog box.

Any way to make the dialog box wider? or reduce the font size?

Thanks,

Cedric

1 Answers
Abu Ghufran Staff answered 1 week ago

You can expand the dialog box by setting it’s width.

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

Where $g is grid object.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Abu Ghufran Staff replied 1 week ago

If it does not solve, please share the screenshot of the issue.

Your Answer

15 + 0 =

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?