customize toolbar grid

Questionscustomize toolbar grid
daniel g asked 8 years ago

How to customize default $…["toolbar"] = "top"; in phpgrid ..?
thanks

3 Answers
Abu Ghufran answered 8 years ago

Pasting from docs:

This option defines the toolbar of the grid. This is array with two values in which the first value enables the toolbar and the second defines the position relative to body Layer. Possible values "top" or "bottom" or "both"

$grid["toolbar"] = "top";

You can also refer code for demos / appearance / toolbar-button.php

http://www.phpgrid.org/faqs/#55
http://www.phpgrid.org/faqs/#28

daniel g answered 8 years ago

what if I set on all files without declare $grid["toolbar"] = "top"; on each file

thanks

Abu Ghufran answered 8 years ago

You can edit ib/inc/jqgrid_dist.php and edit this option to make default on all files.

Your Answer

13 + 8 =

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?