Author: dmaliarevich
Date: 2008-04-09 05:18:08 -0400 (Wed, 09 Apr 2008)
New Revision: 7440
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-2001, Selection borders are fixed, height
attribute updated
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-04-09
09:07:56 UTC (rev 7439)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-04-09
09:18:08 UTC (rev 7440)
@@ -560,15 +560,15 @@
<vpe:tag name="h:dataTable" case-sensitive="yes">
<vpe:template children="yes" modify="no">
- <vpe:datatable width="{@width}" bgcolor="{@bgcolor}"
+ <vpe:datatable width="{@width}" height="{@height}"
bgcolor="{@bgcolor}"
border="{@border}" cellpadding="{@cellpadding}"
cellspacing="{@cellspacing}" columnClasses="{@columnClasses}"
footerClass="{@footerClass}" headerClass="{@headerClass}"
rowClasses="{@rowClasses}" frame="{@frame}"
rules="{@rules}"
class="{@styleClass}" style="{@style}"
title="{tagstring()}" dir="{@dir}"/>
<vpe:resize>
- <vpe:width width-attr="style.width" />
- <vpe:height height-attr="style.height" />
+ <vpe:width width-attr="width" />
+ <vpe:height height-attr="height" />
</vpe:resize>
<vpe:dnd>
<vpe:drag start-enable="yes" />