Author: ppitonak(a)redhat.com
Date: 2010-12-14 12:44:21 -0500 (Tue, 14 Dec 2010)
New Revision: 20565
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richTab/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richTabPanel/simple.xhtml
Log:
* attributes cleaned up
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/simple.xhtml 2010-12-14
16:53:19 UTC (rev 20564)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/simple.xhtml 2010-12-14
17:44:21 UTC (rev 20565)
@@ -159,7 +159,7 @@
verticalOffset="#{richCalendarBean.attributes['verticalOffset'].value}"
zindex="#{richCalendarBean.attributes['zindex'].value}"
- <a4j:ajax event="change"
render="output, requestTime" limitRender="#{true}"/>
+ <a4j:ajax event="change" render="output,
phasesPanel" limitRender="#{true}"/>
</rich:calendar>
</div>
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTab/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richTab/simple.xhtml 2010-12-14
16:53:19 UTC (rev 20564)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richTab/simple.xhtml 2010-12-14
17:44:21 UTC (rev 20565)
@@ -42,9 +42,7 @@
<rich:tabPanel id="tabPanel">
<rich:tab id="tab1"
-
active="#{richTabBean.attributes['active'].value}"
contentClass="#{richTabBean.attributes['contentClass'].value}"
-
converter="#{richTabBean.attributes['converter'].value}"
dir="#{richTabBean.attributes['dir'].value}"
disabled="#{richTabBean.attributes['disabled'].value}"
header="#{richTabBean.attributes['header'].value}"
@@ -54,7 +52,6 @@
headerClassInactive="#{richTabBean.attributes['headerClassInactive'].value}"
headerStyle="#{richTabBean.attributes['headerStyle'].value}"
lang="#{richTabBean.attributes['lang'].value}"
-
localValue="#{richTabBean.attributes['localValue'].value}"
name="#{richTabBean.attributes['name'].value}"
onclick="#{richTabBean.attributes['onclick'].value}"
ondblclick="#{richTabBean.attributes['ondblclick'].value}"
@@ -74,9 +71,7 @@
style="#{richTabBean.attributes['style'].value}"
styleClass="#{richTabBean.attributes['styleClass'].value}"
switchType="#{richTabBean.attributes['switchType'].value}"
-
tabPanel="#{richTabBean.attributes['tabPanel'].value}"
title="#{richTabBean.attributes['title'].value}"
-
value="#{richTabBean.attributes['value'].value}"
content of tab 1
</rich:tab>
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTabPanel/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richTabPanel/simple.xhtml 2010-12-14
16:53:19 UTC (rev 20564)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richTabPanel/simple.xhtml 2010-12-14
17:44:21 UTC (rev 20565)
@@ -2,7 +2,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:metamer="http://java.sun.com/jsf/composite/metamer"
-
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j">
+
xmlns:rich="http://richfaces.org/rich" >
<!--
JBoss, Home of Professional Open Source
@@ -48,15 +48,11 @@
dir="#{richTabPanelBean.attributes['dir'].value}"
disableImplicitRender="#{richTabPanelBean.attributes['disableImplicitRender'].value}"
execute="#{richTabPanelBean.attributes['execute'].value}"
-
firstItem="#{richTabPanelBean.attributes['firstItem'].value}"
headerAlignment="#{richTabPanelBean.attributes['headerAlignment'].value}"
headerPosition="#{richTabPanelBean.attributes['headerPosition'].value}"
immediate="#{richTabPanelBean.attributes['immediate'].value}"
-
itemByIndex="#{richTabPanelBean.attributes['itemByIndex'].value}"
itemChangeListener="#{richBean.itemChangeListener}"
lang="#{richTabPanelBean.attributes['lang'].value}"
-
lastItem="#{richTabPanelBean.attributes['lastItem'].value}"
-
nextItem="#{richTabPanelBean.attributes['nextItem'].value}"
onbeforeitemchange="#{richTabPanelBean.attributes['onbeforeitemchange'].value}"
onclick="#{richTabPanelBean.attributes['onclick'].value}"
ondblclick="#{richTabPanelBean.attributes['ondblclick'].value}"
@@ -66,25 +62,13 @@
onmouseout="#{richTabPanelBean.attributes['onmouseout'].value}"
onmouseover="#{richTabPanelBean.attributes['onmouseover'].value}"
onmouseup="#{richTabPanelBean.attributes['onmouseup'].value}"
-
prevItem="#{richTabPanelBean.attributes['prevItem'].value}"
render="#{richTabPanelBean.attributes['render'].value}"
rendered="#{richTabPanelBean.attributes['rendered'].value}"
-
renderedItems="#{richTabPanelBean.attributes['renderedItems'].value}"
-
required="#{richTabPanelBean.attributes['required'].value}"
status="#{richTabPanelBean.attributes['status'].value}"
style="#{richTabPanelBean.attributes['style'].value}"
styleClass="#{richTabPanelBean.attributes['styleClass'].value}"
-
submittedActiveItem="#{richTabPanelBean.attributes['submittedActiveItem'].value}"
-
submittedValue="#{richTabPanelBean.attributes['submittedValue'].value}"
switchType="#{richTabPanelBean.attributes['switchType'].value}"
tabContentClass="#{richTabPanelBean.attributes['tabContentClass'].value}"
-
tabHeaderClass="#{richTabPanelBean.attributes['tabHeaderClass'].value}"
-
tabHeaderClassActive="#{richTabPanelBean.attributes['tabHeaderClassActive'].value}"
-
tabHeaderClassDisabled="#{richTabPanelBean.attributes['tabHeaderClassDisabled'].value}"
-
tabHeaderClassInactive="#{richTabPanelBean.attributes['tabHeaderClassInactive'].value}"
-
title="#{richTabPanelBean.attributes['title'].value}"
-
valid="#{richTabPanelBean.attributes['valid'].value}"
-
value="#{richTabPanelBean.attributes['value'].value}"
<rich:tab id="tab1" name="tab1" header="tab1
header">