Disable search button

QuestionsDisable search button
Hubert asked 11 years ago

How can I disable search button from the toolbar?

3 Answers
Abu Ghufran answered 11 years ago

Setting search:false, in set_actions will remove that button. See docs for more.

$g->set_actions(array(
"add"=>true, // allow/disallow add
………..
"search" => false
)
);

Recep Cinet answered 11 years ago

not working!

Abu Ghufran answered 11 years ago

Hello again,

I just sent an update, which support this config.

Closing it.
Regards,

Your Answer

20 + 11 =

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?