richfaces - Customise the control buttons in rich:orderingList -
I am trying to change the default control button (top, top, bottom, bottom) in the richness: Ordering list component I can change the format of enabled buttons by changing the default class definitions (.rf-ord-up-tp, .rf-ord-up, .rf-ord-dn and .rf-ord-dn-bt). It works, but I want to change the button when the control is disabled (i.e. when no items are selected in the list). There are no class definitions for disabled buttons, so currently my custom buttons look unchanged whether control is enabled or disabled Anyone have any idea how to do it?
However, Without it, you can: This will disable all buttons. .rf-ord-btn-
.rf-ord-btn [disabled = "disabled"] {}
Comments
Post a Comment