Monday, October 8, 2012

Display Menu with no icons

In EXTJs if we create a menu with no icons there still exists a empty place holder for icons.
We can remove this empty css by updating the css:

.no-icon-menu .x-menu-item-icon { display: none; }
You give the class "no-icon-menu" to the whole Menu, and just add the above css.. :)
 

No comments:

Post a Comment