jQuery UI Widgets › Forums › General Discussions › Lists › ComboBox › Change Icon ?
Tagged: Angular combobox, bootstrap combobox, change arrow icon, javascript combobox, jquery combobox, jqwidgets combobox, jqxComboBox
This topic contains 4 replies, has 2 voices, and was last updated by nico86 10 years ago.
Hi, Is it possible to change the icon (arrow down) of the combobox widget by another magnifying glass (ui-icon-search)
Thanks Nico
Hello Nico,
This is possible with relevant class and could read about this in API Documentation: http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxcombobox/jquery-combobox-styling-and-appearance.htm?search=combobox
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
Hi, I try this into my css file, but i haven’t icon instead of. Could you help me.
Nicolas.
.jqx-icon-arrow-down, .jqx-icon-arrow-down-hover, .jqx-icon-arrow-down-selected { background-image: url('images/search.png'); !important }
Please take a look this example: http://jsfiddle.net/txhi/g4x9wbxf/
thanks it is ok now, just a problem of path
You must be logged in to reply to this topic.