Author: nbelaevski
Date: 2008-09-08 12:38:59 -0400 (Mon, 08 Sep 2008)
New Revision: 10356
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml
Log:
Small DnD demo enhancements
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml 2008-09-08
16:36:55 UTC (rev 10355)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml 2008-09-08
16:38:59 UTC (rev 10356)
@@ -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>