Author: ppitonak(a)redhat.com
Date: 2010-12-14 08:22:23 -0500 (Tue, 14 Dec 2010)
New Revision: 20552
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jMediaOutput/image.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jPoll/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/autocomplete.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsiblePanel/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richInputNumberSlider/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richList/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richMenuGroup/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richPanelMenu/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richProgressBar/ajaxMode.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richProgressBar/clientMode.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richProgressBar/static.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richSelect/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richTabPanel/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml
Log:
* attributes cleaned up
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jMediaOutput/image.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jMediaOutput/image.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jMediaOutput/image.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -54,7 +54,6 @@
converter="#{a4jMediaOutputBean.attributes['converter'].value}"
coords="#{a4jMediaOutputBean.attributes['coords'].value}"
createContent="#{a4jMediaOutputBean.paint}"
-
createContentExpression="#{a4jMediaOutputBean.attributes['createContentExpression'].value}"
declare="#{a4jMediaOutputBean.attributes['declare'].value}"
dir="#{a4jMediaOutputBean.attributes['dir'].value}"
element="img"
@@ -63,8 +62,7 @@
hspace="#{a4jMediaOutputBean.attributes['hspace'].value}"
ismap="#{a4jMediaOutputBean.attributes['ismap'].value}"
lang="#{a4jMediaOutputBean.attributes['lang'].value}"
-
lastmodified="#{a4jMediaOutputBean.attributes['lastmodified'].value}"
-
localValue="#{a4jMediaOutputBean.attributes['localValue'].value}"
+
lastModified="#{a4jMediaOutputBean.attributes['lastModified'].value}"
mimeType="image/jpeg"
onblur="#{a4jMediaOutputBean.attributes['onblur'].value}"
onclick="#{a4jMediaOutputBean.attributes['onclick'].value}"
@@ -80,9 +78,7 @@
onmouseup="#{a4jMediaOutputBean.attributes['onmouseup'].value}"
rel="#{a4jMediaOutputBean.attributes['rel'].value}"
rendered="#{a4jMediaOutputBean.attributes['rendered'].value}"
-
resource="#{a4jMediaOutputBean.attributes['resource'].value}"
rev="#{a4jMediaOutputBean.attributes['rev'].value}"
-
session="#{a4jMediaOutputBean.attributes['session'].value}"
shape="#{a4jMediaOutputBean.attributes['shape'].value}"
standby="#{a4jMediaOutputBean.attributes['standby'].value}"
style="#{a4jMediaOutputBean.attributes['style'].value}"
@@ -91,8 +87,8 @@
target="#{a4jMediaOutputBean.attributes['target'].value}"
title="#{a4jMediaOutputBean.attributes['title'].value}"
type="#{a4jMediaOutputBean.attributes['type'].value}"
-
urlAttribute="#{a4jMediaOutputBean.attributes['urlAttribute'].value}"
-
usermap="#{a4jMediaOutputBean.attributes['usermap'].value}"
+
uriAttribute="#{a4jMediaOutputBean.attributes['uriAttribute'].value}"
+
usemap="#{a4jMediaOutputBean.attributes['usemap'].value}"
value="#{mediaData}"
vspace="#{a4jMediaOutputBean.attributes['vspace'].value}"
/>
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jPoll/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jPoll/simple.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jPoll/simple.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -48,14 +48,19 @@
action="#{a4jPollBean.attributes.action}"
actionListener="#{a4jPollBean.attributes.actionListener}"
bypassUpdates="#{a4jPollBean.attributes['bypassUpdates'].value}"
+
data="#{a4jPollBean.attributes['data'].value}"
enabled="#{a4jPollBean.attributes['enabled'].value}"
+
execute="#{a4jPollBean.attributes['execute'].value}"
immediate="#{a4jPollBean.attributes['immediate'].value}"
interval="#{a4jPollBean.attributes['interval'].value}"
+
limitRender="#{a4jPollBean.attributes['limitRender'].value}"
onbeforedomupdate="#{a4jPollBean.attributes['onbeforedomupdate'].value}"
onbegin="#{rich:element('timeWatcher:grid')}.begin();
#{a4jPollBean.attributes['onbegin'].value}"
oncomplete="#{rich:element('timeWatcher:grid')}.complete();
#{a4jPollBean.attributes['oncomplete'].value}"
ontimer="#{rich:element('timeWatcher:grid')}.event();
#{rich:element('timeWatcher:grid')}.difference();
#{a4jPollBean.attributes['ontimer'].value}"
+
render="#{a4jPollBean.attributes['render'].value}"
rendered="#{a4jPollBean.attributes['rendered'].value}"
+
status="#{a4jPollBean.attributes['status'].value}"
value="#{a4jPollBean.attributes['value'].value}"
<a4j:ajax event="timer"
render="output" />
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/simple.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/simple.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -59,7 +59,6 @@
<legend>status (inside form)</legend>
<a4j:status id="status"
converter="#{a4jStatusBean.attributes['converter'].value}"
-
localValue="#{a4jStatusBean.attributes['localValue'].value}"
onerror="#{a4jStatusBean.attributes['onerror'].value}"
onstart="#{a4jStatusBean.attributes['onstart'].value}"
onstop="#{a4jStatusBean.attributes['onstop'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -46,6 +46,7 @@
cycledSwitching="#{richAccordionBean.attributes['cycledSwitching'].value}"
data="#{richAccordionBean.attributes['data'].value}"
dir="#{richAccordionBean.attributes['dir'].value}"
+
disableImplicitRender="#{richAccordionBean.attributes['disableImplicitRender'].value}"
execute="#{richAccordionBean.attributes['execute'].value}"
height="#{richAccordionBean.attributes['height'].value}"
immediate="#{richAccordionBean.attributes['immediate'].value}"
@@ -56,7 +57,6 @@
itemHeaderClassDisabled="#{richAccordionBean.attributes['itemHeaderClassDisabled'].value}"
itemHeaderClassInactive="#{richAccordionBean.attributes['itemHeaderClassInactive'].value}"
lang="#{richAccordionBean.attributes['lang'].value}"
-
limitToList="#{richAccordionBean.attributes['limitToList'].value}"
onbeforeitemchange="#{richAccordionBean.attributes['onbeforeitemchange'].value}"
onclick="#{richAccordionBean.attributes['onclick'].value}"
ondblclick="#{richAccordionBean.attributes['ondblclick'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/autocomplete.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/autocomplete.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/autocomplete.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -43,7 +43,7 @@
<rich:autocomplete id="autocomplete"
autofill="#{richAutocompleteBean.attributes['autofill'].value}"
autocompleteMethod="#{richAutocompleteBean.autocomplete}"
-
clientFilter="#{richAutocompleteBean.attributes['clientFilter'].value}"
+
clientFilterFunction="#{richAutocompleteBean.attributes['clientFilterFunction'].value}"
converterMessage="#{richAutocompleteBean.attributes['converterMessage'].value}"
disabled="#{richAutocompleteBean.attributes['disabled'].value}"
filterFunction="#{richAutocompleteBean.attributes['filterFunction'].value}"
@@ -88,6 +88,7 @@
tokens="#{richAutocompleteBean.attributes['tokens'].value}"
validatorMessage="#{richAutocompleteBean.attributes['validatorMessage'].value}"
value="#{richAutocompleteBean.attributes['value'].value}"
+
valueChangeListener="#{richBean.valueChangeListener}"
var="#{richAutocompleteBean.attributes['var'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsiblePanel/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsiblePanel/simple.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsiblePanel/simple.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -46,6 +46,7 @@
bypassUpdates="#{richCollapsiblePanelBean.attributes['bypassUpdates'].value}"
data="#{richCollapsiblePanelBean.attributes['data'].value}"
dir="#{richCollapsiblePanelBean.attributes['dir'].value}"
+
disableImplicitRender="#{richCollapsiblePanelBean.attributes['disableImplicitRender'].value}"
execute="#{richCollapsiblePanelBean.attributes['execute'].value}"
expanded="#{richCollapsiblePanelBean.attributes['expanded'].value}"
header="#{richCollapsiblePanelBean.attributes['header'].value}"
@@ -53,7 +54,6 @@
headerControlClass="#{richCollapsiblePanelBean.attributes['headerControlClass'].value}"
immediate="#{richCollapsiblePanelBean.attributes['immediate'].value}"
lang="#{richCollapsiblePanelBean.attributes['lang'].value}"
-
limitToList="#{richCollapsiblePanelBean.attributes['limitToList'].value}"
onbeforedomupdate="#{richCollapsiblePanelBean.attributes['onbeforedomupdate'].value}"
onbeforeswitch="#{richCollapsiblePanelBean.attributes['onbeforeswitch'].value}"
onclick="#{richCollapsiblePanelBean.attributes['onclick'].value}"
@@ -65,7 +65,6 @@
onmouseover="#{richCollapsiblePanelBean.attributes['onmouseover'].value}"
onmouseup="#{richCollapsiblePanelBean.attributes['onmouseup'].value}"
onswitch="#{richCollapsiblePanelBean.attributes['onswitch'].value}"
-
panelToggleListener="#{richCollapsiblePanelBean.panelToggleListener}"
render="#{richCollapsiblePanelBean.attributes['render'].value}"
rendered="#{richCollapsiblePanelBean.attributes['rendered'].value}"
status="#{richCollapsiblePanelBean.attributes['status'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/simple.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/simple.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -45,6 +45,7 @@
converter="#{richInplaceInputBean.attributes['converter'].value}"
converterMessage="#{richInplaceInputBean.attributes['converterMessage'].value}"
defaultLabel="#{richInplaceInputBean.attributes['defaultLabel'].value}"
+
disabled="#{richInplaceInputBean.attributes['disabled'].value}"
disabledStateClass="#{richInplaceInputBean.attributes['disableStateClass'].value}"
editClass="#{richInplaceInputBean.attributes['editClass'].value}"
editEvent="#{richInplaceInputBean.attributes['editEvent'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richInputNumberSlider/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richInputNumberSlider/simple.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richInputNumberSlider/simple.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -66,12 +66,12 @@
showArrows="#{richInputNumberSliderBean.attributes['showArrows'].value}"
showBoundaryValues="#{richInputNumberSliderBean.attributes['showBoundaryValues'].value}"
showInput="#{richInputNumberSliderBean.attributes['showInput'].value}"
-
showToolTip="#{richInputNumberSliderBean.attributes['showToolTip'].value}"
+
showTooltip="#{richInputNumberSliderBean.attributes['showTooltip'].value}"
step="#{richInputNumberSliderBean.attributes['step'].value}"
style="#{richInputNumberSliderBean.attributes['style'].value}"
styleClass="#{richInputNumberSliderBean.attributes['styleClass'].value}"
tabindex="#{richInputNumberSliderBean.attributes['tabindex'].value}"
-
toolTipClass="#{richInputNumberSliderBean.attributes['toolTipClass'].value}"
+
tooltipClass="#{richInputNumberSliderBean.attributes['tooltipClass'].value}"
trackClass="#{richInputNumberSliderBean.attributes['trackClass'].value}"
validatorMessage="#{richInputNumberSliderBean.attributes['validatorMessage'].value}"
value="#{richInputNumberSliderBean.attributes['value'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richList/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richList/simple.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richList/simple.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -59,6 +59,16 @@
onmouseout="#{richListBean.attributes['onmouseout'].value}"
onmouseover="#{richListBean.attributes['onmouseover'].value}"
onmouseup="#{richListBean.attributes['onmouseup'].value}"
+
onrowclick="#{richListBean.attributes['onrowclick'].value}"
+
onrowdblclick="#{richListBean.attributes['onrowdblclick'].value}"
+
onrowkeydown="#{richListBean.attributes['onrowkeydown'].value}"
+
onrowkeypress="#{richListBean.attributes['onrowkeypress'].value}"
+
onrowkeyup="#{richListBean.attributes['onrowkeyup'].value}"
+
onrowmousedown="#{richListBean.attributes['onrowmousedown'].value}"
+
onrowmousemove="#{richListBean.attributes['onrowmousemove'].value}"
+
onrowmouseout="#{richListBean.attributes['onrowmouseout'].value}"
+
onrowmouseover="#{richListBean.attributes['onrowmouseover'].value}"
+
onrowmouseup="#{richListBean.attributes['onrowmouseup'].value}"
relativeRowIndex="#{richListBean.attributes['relativeRowIndex'].value}"
rendered="#{richListBean.attributes['rendered'].value}"
rowAvailable="#{richListBean.attributes['rowAvailable'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richMenuGroup/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richMenuGroup/simple.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richMenuGroup/simple.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -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: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:h="http://java.sun.com/jsf/html">
+
xmlns:h="http://java.sun.com/jsf/html">
<!--
JBoss, Home of Professional Open Source
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richPanelMenu/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richPanelMenu/simple.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richPanelMenu/simple.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -49,6 +49,7 @@
collapseEvent="#{richPanelMenuBean.attributes['collapseEvent'].value}"
data="#{richPanelMenuBean.attributes['data'].value}"
disabled="#{richPanelMenuBean.attributes['disabled'].value}"
+
disableImplicitRender="#{richPanelMenuBean.attributes['disableImplicitRender'].value}"
execute="#{richPanelMenuBean.attributes['execute'].value}"
expandEvent="#{richPanelMenuBean.attributes['expandEvent'].value}"
expandSingle="#{richPanelMenuBean.attributes['expandSingle'].value}"
@@ -70,7 +71,6 @@
itemIconLeft="#{richPanelMenuBean.attributes['topItemDisableIconLeft'].value}"
itemIconRight="#{richPanelMenuBean.attributes['topItemDisableIconRight'].value}"
itemMode="#{richPanelMenuBean.attributes['itemMode'].value}"
-
limitToList="#{richPanelMenuBean.attributes['limitToList'].value}"
onclick="#{richPanelMenuBean.attributes['onclick'].value}"
ondblclick="#{richPanelMenuBean.attributes['ondblclick'].value}"
onmousedown="#{richPanelMenuBean.attributes['onmousedown'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richProgressBar/ajaxMode.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richProgressBar/ajaxMode.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richProgressBar/ajaxMode.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -44,7 +44,6 @@
data="#{richProgressBarBean.attributes['data'].value}"
enabled="#{richProgressBarBean.attributes['enabled'].value}"
finishClass="#{richProgressBarBean.attributes['finishClass'].value}"
-
focus="#{richProgressBarBean.attributes['focus'].value}"
initialClass="#{richProgressBarBean.attributes['initialClass'].value}"
interval="#{richProgressBarBean.attributes['interval'].value}"
label="#{richProgressBarBean.attributes['label'].value}"
@@ -52,6 +51,7 @@
minValue="#{richProgressBarBean.attributes['minValue'].value}"
mode="ajax"
onbeforedomupdate="#{richProgressBarBean.attributes['onbeforedomupdate'].value}"
+
onbegin="#{richProgressBarBean.attributes['onbegin'].value}"
onclick="#{richProgressBarBean.attributes['onclick'].value}"
oncomplete="#{richProgressBarBean.attributes['oncomplete'].value}"
ondblclick="#{richProgressBarBean.attributes['ondblclick'].value}"
@@ -61,8 +61,6 @@
onmouseout="#{richProgressBarBean.attributes['onmouseout'].value}"
onmouseover="#{richProgressBarBean.attributes['onmouseover'].value}"
onmouseup="#{richProgressBarBean.attributes['onmouseup'].value}"
-
onsubmit="#{richProgressBarBean.attributes['onsubmit'].value}"
-
parameters="#{richProgressBarBean.attributes['parameters'].value}"
progressClass="#{richProgressBarBean.attributes['progressClass'].value}"
remainingClass="#{richProgressBarBean.attributes['remainingClass'].value}"
rendered="#{richProgressBarBean.attributes['rendered'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richProgressBar/clientMode.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richProgressBar/clientMode.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richProgressBar/clientMode.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -76,7 +76,6 @@
data="#{richProgressBarBean.attributes['data'].value}"
enabled="#{richProgressBarBean.attributes['enabled'].value}"
finishClass="#{richProgressBarBean.attributes['finishClass'].value}"
-
focus="#{richProgressBarBean.attributes['focus'].value}"
initialClass="#{richProgressBarBean.attributes['initialClass'].value}"
interval="#{richProgressBarBean.attributes['interval'].value}"
label="#{richProgressBarBean.attributes['label'].value}"
@@ -84,6 +83,7 @@
minValue="#{richProgressBarBean.attributes['minValue'].value}"
mode="client"
onbeforedomupdate="#{richProgressBarBean.attributes['onbeforedomupdate'].value}"
+
onbegin="#{richProgressBarBean.attributes['onbegin'].value}"
onclick="#{richProgressBarBean.attributes['onclick'].value}"
onfinish="#{richProgressBarBean.attributes['onfinish'].value}"
oncomplete="#{richProgressBarBean.attributes['oncomplete'].value}"
@@ -93,8 +93,6 @@
onmouseout="#{richProgressBarBean.attributes['onmouseout'].value}"
onmouseover="#{richProgressBarBean.attributes['onmouseover'].value}"
onmouseup="#{richProgressBarBean.attributes['onmouseup'].value}"
-
onsubmit="#{richProgressBarBean.attributes['onsubmit'].value}"
-
parameters="#{richProgressBarBean.attributes['parameters'].value}"
progressClass="#{richProgressBarBean.attributes['progressClass'].value}"
remainingClass="#{richProgressBarBean.attributes['remainingClass'].value}"
rendered="#{richProgressBarBean.attributes['rendered'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richProgressBar/static.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richProgressBar/static.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richProgressBar/static.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -50,7 +50,6 @@
data="#{richProgressBarBean.attributes['data'].value}"
enabled="#{richProgressBarBean.attributes['enabled'].value}"
finishClass="#{richProgressBarBean.attributes['finishClass'].value}"
-
focus="#{richProgressBarBean.attributes['focus'].value}"
initialClass="#{richProgressBarBean.attributes['initialClass'].value}"
interval="#{richProgressBarBean.attributes['interval'].value}"
label="#{richProgressBarBean.attributes['label'].value}"
@@ -58,6 +57,7 @@
minValue="#{richProgressBarBean.attributes['minValue'].value}"
mode="client"
onbeforedomupdate="#{richProgressBarBean.attributes['onbeforedomupdate'].value}"
+
onbegin="#{richProgressBarBean.attributes['onbegin'].value}"
onclick="#{richProgressBarBean.attributes['onclick'].value}"
oncomplete="#{richProgressBarBean.attributes['oncomplete'].value}"
ondblclick="#{richProgressBarBean.attributes['ondblclick'].value}"
@@ -67,8 +67,6 @@
onmouseout="#{richProgressBarBean.attributes['onmouseout'].value}"
onmouseover="#{richProgressBarBean.attributes['onmouseover'].value}"
onmouseup="#{richProgressBarBean.attributes['onmouseup'].value}"
-
onsubmit="#{richProgressBarBean.attributes['onsubmit'].value}"
-
parameters="#{richProgressBarBean.attributes['parameters'].value}"
progressClass="#{richProgressBarBean.attributes['progressClass'].value}"
remainingClass="#{richProgressBarBean.attributes['remainingClass'].value}"
rendered="#{richProgressBarBean.attributes['rendered'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richSelect/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richSelect/simple.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richSelect/simple.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -41,8 +41,11 @@
<ui:define name="component">
<rich:select id="select"
+
changedStateClass="#{richSelectBean.attributes['changedStateClass'].value}"
converterMessage="#{richSelectBean.attributes['converterMessage'].value}"
defaultLabel="#{richSelectBean.attributes['defaultLabel'].value}"
+
disabledStateClass="#{richSelectBean.attributes['disabledStateClass'].value}"
+
editStateClass="#{richSelectBean.attributes['editStateClass'].value}"
enableManualInput="#{richSelectBean.attributes['enableManualInput'].value}"
immediate="#{richSelectBean.attributes['immediate'].value}"
itemClass="#{richSelectBean.attributes['itemClass'].value}"
@@ -72,7 +75,8 @@
onmouseout="#{richSelectBean.attributes['onmouseout'].value}"
onmouseover="#{richSelectBean.attributes['onmouseover'].value}"
onmouseup="#{richSelectBean.attributes['onmouseup'].value}"
-
onselect="#{richSelectBean.attributes['onselect'].value}"
+
onselectitem="#{richSelectBean.attributes['onselectitem'].value}"
+
readyStateClass="#{richSelectBean.attributes['readyStateClass'].value}"
rendered="#{richSelectBean.attributes['rendered'].value}"
required="#{richSelectBean.attributes['required'].value}"
requiredMessage="#{richSelectBean.attributes['requiredMessage'].value}"
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
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richTabPanel/simple.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -46,6 +46,7 @@
cycledSwitching="#{richTabPanelBean.attributes['cycledSwitching'].value}"
data="#{richTabPanelBean.attributes['data'].value}"
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}"
@@ -55,7 +56,6 @@
itemChangeListener="#{richBean.itemChangeListener}"
lang="#{richTabPanelBean.attributes['lang'].value}"
lastItem="#{richTabPanelBean.attributes['lastItem'].value}"
-
limitToList="#{richTabPanelBean.attributes['limitToList'].value}"
nextItem="#{richTabPanelBean.attributes['nextItem'].value}"
onbeforeitemchange="#{richTabPanelBean.attributes['onbeforeitemchange'].value}"
onclick="#{richTabPanelBean.attributes['onclick'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml 2010-12-14
12:57:42 UTC (rev 20551)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml 2010-12-14
13:22:23 UTC (rev 20552)
@@ -84,11 +84,11 @@
cycledSwitching="#{richTogglePanelBean.attributes['cycledSwitching'].value}"
data="#{richTogglePanelBean.attributes['data'].value}"
dir="#{richTogglePanelBean.attributes['dir'].value}"
+
disableImplicitRender="#{richTogglePanelBean.attributes['disableImplicitRender'].value}"
execute="#{richTogglePanelBean.attributes['execute'].value}"
immediate="#{richTogglePanelBean.attributes['immediate'].value}"
itemChangeListener="#{richBean.itemChangeListener}"
lang="#{richTogglePanelBean.attributes['lang'].value}"
-
limitToList="#{richTogglePanelBean.attributes['limitToList'].value}"
onbeforeitemchange="#{richTogglePanelBean.attributes['onbeforeitemchange'].value}"
onclick="#{richTogglePanelBean.attributes['onclick'].value}"
ondblclick="#{richTogglePanelBean.attributes['ondblclick'].value}"