Author: nbelaevski
Date: 2008-09-08 12:36:55 -0400 (Mon, 08 Sep 2008)
New Revision: 10355
Modified:
branches/3.2.x/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml
Log:
Small DnD demo enhancements
Modified:
branches/3.2.x/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml
===================================================================
---
branches/3.2.x/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml 2008-09-08
16:33:05 UTC (rev 10354)
+++
branches/3.2.x/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml 2008-09-08
16:36:55 UTC (rev 10355)
@@ -14,8 +14,7 @@
border:none;
}
.indicatorPicture {
- width: 50px;
- height: 50px;
+ width: 80px;
}
</style>
@@ -36,6 +35,8 @@
<h:outputText value="#{item}"/>
</rich:treeNode>
<rich:treeNode type="leaf" dragType="pic">
+ <rich:dndParam name="label"
type="drag">#{item}</rich:dndParam>
+
<h:outputText value="#{item}"/>
</rich:treeNode>
</rich:tree>
Show replies by date