Author: mvitenkov
Date: 2008-08-26 12:11:56 -0400 (Tue, 26 Aug 2008)
New Revision: 10197
Modified:
trunk/test-applications/facelets/src/main/webapp/DragAndDrop/DragAndDrop.xhtml
Log:
+cursors styles
Modified: trunk/test-applications/facelets/src/main/webapp/DragAndDrop/DragAndDrop.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/DragAndDrop/DragAndDrop.xhtml 2008-08-26
15:43:11 UTC (rev 10196)
+++
trunk/test-applications/facelets/src/main/webapp/DragAndDrop/DragAndDrop.xhtml 2008-08-26
16:11:56 UTC (rev 10197)
@@ -41,6 +41,8 @@
<h:panelGrid styleClass="dropzoneDecoration" id="drop2">
<h:outputText value="#{type} - drop" />
<rich:dropSupport reRender="dragValueText"
id="dropSupportID"
+ rejectCursors="not-allowed"
+ acceptCursors="help"
actionListener="#{dndBean.actListenerDrop}"
action="#{dndBean.dropAction}" acceptedTypes="#{type}"
dropListener="#{dndBean.processDrop}" dropValue="#{type} -
value"
Show replies by date