Author: vmolotkov
Date: 2008-08-29 14:12:51 -0400 (Fri, 29 Aug 2008)
New Revision: 10246
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx
Log:
https://jira.jboss.org/jira/browse/RF-4337
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
===================================================================
---
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-08-29
18:12:15 UTC (rev 10245)
+++
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-08-29
18:12:51 UTC (rev 10246)
@@ -57,6 +57,7 @@
endEditableState : function($super) {
$super();
+ //this.button.style.display = 'none';
this.button.hide();
},
@@ -279,6 +280,7 @@
$super(e, "");
}
}
+
});
Modified: trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx
===================================================================
--- trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx 2008-08-29 18:12:15 UTC
(rev 10245)
+++ trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx 2008-08-29 18:12:51 UTC
(rev 10246)
@@ -16,6 +16,7 @@
<h:scripts>
new org.ajax4jsf.javascript.PrototypeScript(),
+ /org/richfaces/renderkit/html/scripts/jquery/jquery.js,
scripts/comboboxUtils.js,
scripts/combolist.js,
scripts/inplaceinput.js,