Author: abelevich
Date: 2008-12-17 09:09:37 -0500 (Wed, 17 Dec 2008)
New Revision: 11846
Modified:
trunk/ui/combobox/src/main/templates/combobox.jspx
Log:
https://jira.jboss.org/jira/browse/RF-4532
Modified: trunk/ui/combobox/src/main/templates/combobox.jspx
===================================================================
--- trunk/ui/combobox/src/main/templates/combobox.jspx 2008-12-17 13:41:18 UTC (rev
11845)
+++ trunk/ui/combobox/src/main/templates/combobox.jspx 2008-12-17 14:09:37 UTC (rev
11846)
@@ -275,7 +275,7 @@
<script type="text/javascript">
var clientId = '#{clientId}';
- RichComboUtils.execOnLoad( function(){
+
var comboboxUserStyles = {
button : {
@@ -353,7 +353,6 @@
"#{defaultLabel}",
#{disabled}, #{convertedValue},
#{component.attributes["showDelay"]},
#{component.attributes["hideDelay"]});
- }, RichComboUtils.Condition.ElementPresent("#{clientId}"), 100);
</script>
</div>
</f:root>
\ No newline at end of file