global-search-clear-cancel-icon

Questionsglobal-search-clear-cancel-icon
Richard asked 3 days ago

I was looking into the same thing as posted about a year ago about clear/cancel (x symbol) on the right of the global search box to clear all search boxes. Is this in the release 2.9 and if so how is it enabled?

3 Answers
Richard answered 3 days ago

You close this question. I was looking for an X not a hamburger icon.

Abu Ghufran Staff answered 1 day ago

Hi,

To replace the “hamburger” rounded cross icon with X icon, you can search replace following in lib/inc/jqgrid_dist.php file:

<span class="ui-button-icon-primary ui-icon ui-icon-bars fa fa-ban"></span>

with

<span class="ui-button-icon-primary ui-icon ui-icon-close"></span>
_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Abu Ghufran Staff answered 1 day ago

Ignore last message, search/replace following in library file (lib/inc/jqgrid_dist.php):

jQuery("#<?php echo $grid_id ?>_filtercancel").uibutton({ icons: { primary: "ui-icon-bars fa fa-ban" },text: false }).click(function ()

with

jQuery("#<?php echo $grid_id ?>_filtercancel").uibutton({ icons: { primary: "ui-icon-close" },text: false }).click(function ()
_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

0 + 20 =

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?