Author: vmolotkov
Date: 2008-01-09 09:49:35 -0500 (Wed, 09 Jan 2008)
New Revision: 5222
Modified:
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:
component corrected
Modified:
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
===================================================================
---
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2008-01-09
14:46:42 UTC (rev 5221)
+++
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2008-01-09
14:49:35 UTC (rev 5222)
@@ -453,6 +453,6 @@
]
Richfaces.ComboBoxList.CLASSES = {
- ITEM : {NORMAL : "rich-combobox-item rich-combobox-item-normal", SELECTED :
"rich-combobox-item rich-combobox-item-selected"},
+ ITEM : {NORMAL : "rich-cb-item rich-cb-item-normal", SELECTED :
"rich-cb-item rich-cb-item-selected"},
LIST : {}
}
\ No newline at end of file
Show replies by date