[jbosstools-commits] JBoss Tools SVN: r43696 - trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Sep 14 09:36:15 EDT 2012
Author: dmaliarevich
Date: 2012-09-14 09:36:15 -0400 (Fri, 14 Sep 2012)
New Revision: 43696
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/panel.xhtml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/panel.xhtml.xml
Log:
https://issues.jboss.org/browse/JBIDE-12557 - junit was added.
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/panel.xhtml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/panel.xhtml 2012-09-14 13:17:48 UTC (rev 43695)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/panel.xhtml 2012-09-14 13:36:15 UTC (rev 43696)
@@ -11,12 +11,50 @@
<body>
<f:view>
- <rich:panel id="panel">
+ <rich:panel id="p1">
<f:facet name="header">
Panel Header
</f:facet>
Panel Content
</rich:panel>
+
+ <rich:panel headerClass="headerClass" bodyClass="bodyClass" id="p2">
+ <f:facet name="header">
+ -Text_H1
+ <h:outputText value="*jsf_H1"/>
+ <span>+Html_H1</span>
+ -Text_H2
+ <h:outputText value="*jsf_H2"/>
+ <span>+Html_H2</span>
+ -Text_H3
+ </f:facet>
+ <f:facet name="footer">
+ -Text_F1
+ <h:outputText value="*jsf_F1"/>
+ <div>+Html_F1</div>
+ -Text_F2
+ <h:outputText value="*jsf_F2"/>
+ <div>+Html_F2</div>
+ -Text_F3
+ </f:facet>
+ <f:facet name="BLA">
+ -Text_BLA1
+ <h:outputText value="*jsf_BLA1"/>
+ <div>+Html_BLA1</div>
+ -Text_BLA2
+ <h:outputText value="*jsf_BLA2"/>
+ <div>+Html_BLA2</div>
+ -Text_BLA3
+ </f:facet>
+ -Text_Body1
+ <h:outputText value="*jsf_Body1"/>
+ <textarea>HTML textarea1</textarea>
+ <br></br>
+ <textarea>HTML textarea2</textarea>
+ <h:outputText value="*jsf_Body2"/>
+ -Text_Body2
+ </rich:panel>
+
</f:view>
</body>
</html>
\ No newline at end of file
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/panel.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/panel.xhtml.xml 2012-09-14 13:17:48 UTC (rev 43695)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/panel.xhtml.xml 2012-09-14 13:36:15 UTC (rev 43696)
@@ -1,7 +1,7 @@
<tests>
- <test id="panel">
+ <test id="p1">
<DIV CLASS="dr-pnl rich-panel">
- <DIV VPE-FACET="header" CLASS="dr-pnl-h rich-panel-header" >
+ <DIV VPE-FACET="header" CLASS="dr-pnl-h rich-panel-header">
<SPAN CLASS="vpe-text">
Panel Header
</SPAN>
@@ -13,4 +13,59 @@
</DIV>
</DIV>
</test>
+
+ <test id="p2">
+ <DIV CLASS="dr-pnl rich-panel">
+ <DIV VPE-FACET="header" CLASS="dr-pnl-h rich-panel-header headerClass"
+ STYLE="/.*richfaces/resources/common/background.gif/">
+ <SPAN CLASS="vpe-text">
+ -Text_H1
+ </SPAN>
+ <SPAN CLASS="vpe-text">
+ *jsf_H1
+ </SPAN>
+ <SPAN STYLE="-moz-user-modify: read-write;">
+ <SPAN CLASS="vpe-text">
+ +Html_H1
+ </SPAN>
+ </SPAN>
+ <SPAN CLASS="vpe-text">
+ -Text_H2
+ </SPAN>
+ <SPAN CLASS="vpe-text">
+ *jsf_H2
+ </SPAN>
+ <SPAN STYLE="-moz-user-modify: read-write;">
+ <SPAN CLASS="vpe-text">
+ +Html_H2
+ </SPAN>
+ </SPAN>
+ <SPAN CLASS="vpe-text">
+ -Text_H3
+ </SPAN>
+ </DIV>
+ <DIV CLASS="dr-pnl-b rich-panel-body bodyClass">
+ <SPAN CLASS="vpe-text">
+ -Text_Body1
+ </SPAN>
+ <SPAN CLASS="vpe-text">
+ *jsf_Body1
+ </SPAN>
+ <TEXTAREA>
+ HTML textarea1
+ </TEXTAREA>
+ <BR STYLE="-moz-user-modify: read-write;" />
+
+ <TEXTAREA>
+ HTML textarea2
+ </TEXTAREA>
+ <SPAN CLASS="vpe-text">
+ *jsf_Body2
+ </SPAN>
+ <SPAN CLASS="vpe-text">
+ -Text_Body2
+ </SPAN>
+ </DIV>
+ </DIV>
+ </test>
</tests>
\ No newline at end of file
More information about the jbosstools-commits
mailing list