EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
January 24, 2026, 07:44:05 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
General Discussion
>
[SOLVED] textbox with menu like searchbox
Pages: [
1
]
« previous
next »
Print
Author
Topic: [SOLVED] textbox with menu like searchbox (Read 11863 times)
Coder
Full Member
Posts: 101
[SOLVED] textbox with menu like searchbox
«
on:
February 16, 2018, 06:45:46 PM »
Can I replace in textbox the button (or change buttonType?) to menu like searchbox?
( how add menu to textbox)
OR
how delete search icon in searchbox ?
«
Last Edit: February 18, 2018, 03:28:03 AM by Coder
»
Logged
jarry
Administrator
Hero Member
Posts: 2305
Re: textbox with menu like searchbox
«
Reply #1 on:
February 17, 2018, 05:11:33 AM »
Call this code to hide the icon on the searchbox.
Code:
var icon = $('#sb').searchbox('getIcon',0);
icon.hide();
Logged
Coder
Full Member
Posts: 101
Re: textbox with menu like searchbox
«
Reply #2 on:
February 18, 2018, 03:27:33 AM »
and
Code:
$( icon[0] ).removeClass('searchbox-button').addClass('icon-MyButton')
solve my problem!
THANX!
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...