Author: dsakovich
Date: 2008-04-30 12:20:15 -0400 (Wed, 30 Apr 2008)
New Revision: 7922
Modified:
branches/jbosstools-2.1.x/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
branches/jbosstools-2.1.x/vpe/plugins/org.jboss.tools.vpe/ve/EditorOverride.css
Log:
http://jira.jboss.org/jira/browse/JBIDE-2172
Modified:
branches/jbosstools-2.1.x/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
===================================================================
---
branches/jbosstools-2.1.x/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-04-30
15:42:25 UTC (rev 7921)
+++
branches/jbosstools-2.1.x/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-04-30
16:20:15 UTC (rev 7922)
@@ -227,10 +227,11 @@
<!-- Проблема с вложенным параметром (31 of 4) -->
<vpe:tag name="h:commandLink" case-sensitive="yes">
<vpe:template children="yes" modify="yes">
- <vpe:a class="{@styleClass}"
+ <span class="def-link {@styleClass}"
style="{@style}"
- title="{tagstring()}"
- value="{jsfvalue(@value)}"/>
+ title="{tagstring()}">
+ <vpe:value expr="{jsfvalue(@value)}" />
+ </span>
<vpe:dnd>
<vpe:drag start-enable="yes" />
<vpe:drop container="yes">
@@ -278,8 +279,7 @@
<vpe:template children="yes" modify="yes">
<vpe:a class="{@styleClass}"
style="{@style}"
- title="{tagstring()}"
- value="{jsfvalue(@value)}"/>
+ title="{tagstring()}"/>
<vpe:textFormatting use-default-formats="yes">
<vpe:format type="UnderlineFormat" setDefault="true">
<vpe:formatAttribute type="style" />
Modified: branches/jbosstools-2.1.x/vpe/plugins/org.jboss.tools.vpe/ve/EditorOverride.css
===================================================================
---
branches/jbosstools-2.1.x/vpe/plugins/org.jboss.tools.vpe/ve/EditorOverride.css 2008-04-30
15:42:25 UTC (rev 7921)
+++
branches/jbosstools-2.1.x/vpe/plugins/org.jboss.tools.vpe/ve/EditorOverride.css 2008-04-30
16:20:15 UTC (rev 7922)
@@ -93,7 +93,12 @@
::-moz-display-comboboxcontrol-frame {
-moz-user-select: text !important;
}
-
+
+.def-link {
+ text-decoration: underline -moz-anchor-decoration;
+ color: -moz-hyperlinktext;
+}
+
option {
-moz-user-select: text !important;
}