Author: lfryc(a)redhat.com
Date: 2011-01-27 05:43:57 -0500 (Thu, 27 Jan 2011)
New Revision: 21259
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDragIndicator/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richDragSource/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/resources/css/richDragBehavior.css
Log:
drag-n-drop: pre-automation activities (RFPL-992)
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDragIndicator/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richDragIndicator/simple.xhtml 2011-01-27
10:26:27 UTC (rev 21258)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richDragIndicator/simple.xhtml 2011-01-27
10:43:57 UTC (rev 21259)
@@ -62,6 +62,7 @@
<a4j:outputPanel id="draggable1" layout="block"
styleClass="draggable">
<h:outputText value="#1:
type=#{richDragSourceBean.attributes['type'].value}" />
<rich:dragSource
+ dragIndicator="indicator"
dragValue="#{richDragSourceBean.dragValues[0]}"
type="drg1" />
</a4j:outputPanel>
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDragSource/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richDragSource/simple.xhtml 2011-01-27
10:26:27 UTC (rev 21258)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richDragSource/simple.xhtml 2011-01-27
10:43:57 UTC (rev 21259)
@@ -59,7 +59,8 @@
<rich:dragSource
dragValue="#{richDragSourceBean.dragValues[0]}"
dragIndicator="#{richDragSourceBean.attributes['dragIndicator'].value}"
- type="#{richDragSourceBean.attributes['type'].value}" />
+ type="#{richDragSourceBean.attributes['type'].value}"
+ rendered="#{richDragSourceBean.attributes['rendered'].value}"
/>
</a4j:outputPanel>
</td>
<td>
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/resources/css/richDragBehavior.css
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/resources/css/richDragBehavior.css 2011-01-27
10:26:27 UTC (rev 21258)
+++
modules/tests/metamer/trunk/application/src/main/webapp/resources/css/richDragBehavior.css 2011-01-27
10:43:57 UTC (rev 21259)
@@ -32,11 +32,11 @@
background-color: red;
}
-.acceptClass {
- border: 5px solid green;
+.draggingClass {
+ border: 5px dashed black;
}
-.draggingClass {
+.acceptClass {
border: 5px solid black;
}
Show replies by date