EasyUI Forum
May 05, 2024, 06:01:31 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 [2]
16  General Category / EasyUI for jQuery / Re: How to remove the left partition reserved for iconCls in menu control on: September 27, 2016, 09:47:51 PM
Hi iklotzko,

The solution you gave is for removing the search icon in textbox which is not what I wanted.

I have solved the problem by adding the below css for menu-line. This removes the demarcation line within the dropdown menu.

.menu-line{
border-left:0px !important;
border-right:0px !important;
}

Regards,
JPi
17  General Category / EasyUI for jQuery / Re: How to remove the left partition reserved for iconCls in menu control on: September 26, 2016, 08:21:14 PM
Hi,

Search box allows you the flexibility to use options from drop down and then input the value.

Refer to this demo page - http://www.jeasyui.com/demo/main/index.php?plugin=SearchBox&theme=default&dir=ltr&pitem=  and go to 'search category' example. I don't want the tick mark icon and demarcation line then how will it be achieved ? I just want the drop down with texts.

Regards,
JPi
18  General Category / EasyUI for jQuery / How to remove the left partition reserved for iconCls in menu control on: September 26, 2016, 02:39:24 AM
Hi,

I have a query related to Menu and Searchbox. Searchbox is a combination of menu and textbox. I don't need any icon in iconCls of menu and hence the left partition to be removed so that only the menu texts are visible. How to remove the space reserved for icons in menu control ?

Thanks,
JPi
Pages: 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!