That’s a good approach. If you do use the SelectRowOnClick control, you can customize the name of the css class to use for selected rows via the table or list control’s (expert Display) “Selected Row CSS Class” property; the default is “portlet-section-selected”. The css class used for the focused row (the row the user currently has clicked) is hardcoded to “caf-focus”. You can use your own css stylesheet to customize the display of these classes, or you can customize the skin properties of an mws skin.
The following skin properties affect the display of the “portlet-section-selected” css class:
Colors:
selection-selected (foreground-color)
selection-selected-bg (background-color)
Fonts:
section-selected
Images:
section-selected-bg.gif
The only skin property which affects the display of the “caf-focus” css class is the the “section-focus-bg” Color property (the background-color).
#webMethods#MWS-CAF-Task-Engine#webMethods-BPMS