Author: ppitonak(a)redhat.com
Date: 2011-02-28 08:52:20 -0500 (Mon, 28 Feb 2011)
New Revision: 21974
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/autocomplete.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/list.xhtml
Log:
added attributes inputClass and popupClass to autocomplete
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 2011-02-28
12:12:56 UTC (rev 21973)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/autocomplete.xhtml 2011-02-28
13:52:20 UTC (rev 21974)
@@ -6,7 +6,7 @@
<!--
JBoss, Home of Professional Open Source
-Copyright 2010, Red Hat, Inc. and individual contributors
+Copyright 2010-2011, Red Hat, Inc. and individual contributors
by the @authors tag. See the copyright.txt in the distribution for a
full listing of individual contributors.
@@ -45,6 +45,7 @@
disabled="#{richAutocompleteBean.attributes['disabled'].value}"
filterFunction="#{richAutocompleteBean.attributes['filterFunction'].value}"
immediate="#{richAutocompleteBean.attributes['immediate'].value}"
+
inputClass="#{richAutocompleteBean.attributes['inputClass'].value}"
layout="#{richAutocompleteBean.attributes['layout'].value}"
minChars="#{richAutocompleteBean.attributes['minChars'].value}"
mode="#{richAutocompleteBean.attributes['mode'].value}"
@@ -76,6 +77,7 @@
onmouseover="#{richAutocompleteBean.attributes['onmouseover'].value}"
onmouseup="#{richAutocompleteBean.attributes['onmouseup'].value}"
onselectitem="#{richAutocompleteBean.attributes['onselectitem'].value}"
+
popupClass="#{richAutocompleteBean.attributes['popupClass'].value}"
rendered="#{richAutocompleteBean.attributes['rendered'].value}"
required="#{richAutocompleteBean.attributes['required'].value}"
requiredMessage="#{richAutocompleteBean.attributes['requiredMessage'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/list.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/list.xhtml 2011-02-28
12:12:56 UTC (rev 21973)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/list.xhtml 2011-02-28
13:52:20 UTC (rev 21974)
@@ -5,7 +5,7 @@
<!--
JBoss, Home of Professional Open Source
-Copyright 2010, Red Hat, Inc. and individual contributors
+Copyright 2010-2011, Red Hat, Inc. and individual contributors
by the @authors tag. See the copyright.txt in the distribution for a
full listing of individual contributors.
Show replies by date