[
https://jira.jboss.org/jira/browse/JBIDE-3349?page=com.atlassian.jira.plu...
]
Yura Zhishko updated JBIDE-3349:
--------------------------------
Description:
Paste next code:
<html>
<head>
<title></title>
</head>
<body>
<f:view>
<rich:calendar>
<f:facet name="optionalHeader">
<h:outputText value="Optional Header" />
</f:facet>
<f:facet name="weekDay">
<h:outputText value="Day Label" />
</f:facet>
<f:facet name="weekNumber">
<h:outputText value="Week Number" />
</f:facet>
<f:facet name="optionalFooter">
<h:outputText value="Optional Footer" />
</f:facet>
</rich:calendar>
</f:view>
</body>
</html>
Visual representation of the component is different in VPE and Browsers (see screenshot)
was:
Paste next code:
<html>
<head>
<title></title>
</head>
<body>
<f:view>
<rich:calendar>
<f:facet name="optionalHeader">
<h:outputText value="optionalHeader Facet" />
</f:facet>
<f:facet name="optionalFooter">
<h:outputText value="optionalFooter Facet" />
</f:facet>
</rich:calendar>
</f:view>
</body>
</html>
Visual representation of the component is different in VPE and Browsers (see screenshot)
Facets for calendar don't work
------------------------------
Key: JBIDE-3349
URL:
https://jira.jboss.org/jira/browse/JBIDE-3349
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.cr1
Reporter: Yura Zhishko
Assignee: Sergey Dzmitrovich
Attachments: screenshot-1.jpg
Paste next code:
<html>
<head>
<title></title>
</head>
<body>
<f:view>
<rich:calendar>
<f:facet name="optionalHeader">
<h:outputText value="Optional Header" />
</f:facet>
<f:facet name="weekDay">
<h:outputText value="Day Label" />
</f:facet>
<f:facet name="weekNumber">
<h:outputText value="Week Number" />
</f:facet>
<f:facet name="optionalFooter">
<h:outputText value="Optional Footer" />
</f:facet>
</rich:calendar>
</f:view>
</body>
</html>
Visual representation of the component is different in VPE and Browsers (see screenshot)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira