JBoss Rich Faces SVN: r6378 - trunk/sandbox/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/css.
by richfaces-svn-commits@lists.jboss.org
Author: andrei_exadel
Date: 2008-02-27 11:13:27 -0500 (Wed, 27 Feb 2008)
New Revision: 6378
Modified:
trunk/sandbox/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/css/fileUpload.xcss
Log:
style sheet refactoring
Modified: trunk/sandbox/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/css/fileUpload.xcss
===================================================================
--- trunk/sandbox/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/css/fileUpload.xcss 2008-02-27 16:06:03 UTC (rev 6377)
+++ trunk/sandbox/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/css/fileUpload.xcss 2008-02-27 16:13:27 UTC (rev 6378)
@@ -9,65 +9,26 @@
body{margin : 20px}
table{width : 100%}
-.upload_table_td{border-bottom:1px solid; white-space : nowrap;}
-.upload_list_decor{ border:1px solid;}
.upload_list_overflow{overflow : auto; overflow-x : hidden;}
.upload_name{ width : 100%; height : 50px; padding : 2px 10px 2px 10px;}
.upload_del{ width : 90px; text-align : center; padding-top : 3; padding-bottom : 3;}
.upload_scroll{ width : 10px; text-align : center;}
-.upload_toolbar_decor{border-bottom:1px solid;border-top:1px solid;border-left:1px solid;padding : 2px}
-
input[type="file"][class~="hidden"]::-webkit-file-upload-button {
font-size: 10em;
-webkit-appearance: button;
}
-.upload_button_border{
- border : 1px solid;
- margin : 2px;
-}
-.upload_button{
- background-repeat: repeat x top left #C6D6EA;
- cursor : pointer;
- padding : 2px;
-}
-.upload_button_light{
- background-repeat: repeat x top left #C6D6EA;
- border : 1px solid;
- cursor : pointer;
- padding : 1px;
-}
-
-.upload_button_dis{
- background-repeat: repeat-x;
- cursor : pointer;
- padding : 2px;
-}
-
-.upload_button_press{
- background-repeat: repeat x top left #EAF0F8;
- border : 1px solid;
- padding : 2px 0px 0px 2px;
-}
-a.upload_button_selection{
- text-decoration : none;
- display : block;
-}
.upload_button_content{
padding : 2px 6px 2px 3px;
text-align : left;
white-space : nowrap;
}
-.upload_ico{
- vertical-align: middle;
- margin-right : 3px;
-}
.upload_name_padding{padding : 2px 0px 2px 0px;}
-.upload_ico{background-position : 0px 50%; background-repeat : no-repeat; padding-left : 19px}
+.upload_ico{background-position : 0px 50%; background-repeat : no-repeat; padding-left : 19px;vertical-align: middle;}
input.hidden {
Z-INDEX: 2;
@@ -86,10 +47,13 @@
</u:selector>
<u:selector name=".upload_table_td">
- <u:style name="border-color" skin="tableBorderColor" />
+ <u:style name="border-bottom-color" skin="tableBorderColor" />
+ <u:style name="border-bottom" value="1px solid" />
+ <u:style name="white-space" value="nowrap" />
</u:selector>
<u:selector name=".upload_list_decor">
+ <u:style name="border" value="1px solid;" />
<u:style name="border-color" skin="tableBorderColor" />
<u:style name="background-color" skin="tableBackgroundColor" />
</u:selector>
@@ -99,6 +63,10 @@
</u:selector>
<u:selector name=".upload_toolbar_decor">
+ <u:style name="border-bottom" value="1px solid" />
+ <u:style name="border-top" value="1px solid" />
+ <u:style name="border-left" value="1px solid" />
+ <u:style name="padding" value="2px" />
<u:style name="background-color" skin="additionalBackgroundColor" />
<u:style name="border-bottom-color" skin="tableBorderColor" />
<u:style name="border-top-color" skin="tableBackgroundColor" />
@@ -106,35 +74,70 @@
</u:selector>
<u:selector name=".upload_button_border">
+ <u:style name="border" value="1px solid" />
+ <u:style name="margin" value="2px" />
<u:style name="border-color" skin="tableBorderColor" />
</u:selector>
+
<u:selector name=".upload_button_dis">
+ <u:style name="background-repeat" value="repeat-x" />
+ <u:style name="cursor" value="pointer" />
+ <u:style name="padding" value="2px" />
+</u:selector>
+
+<u:selector name=".upload_enrty_dis">
+ <u:style name="background-repeat" value="repeat-x" />
<u:style name="background-color" skin="trimColor" />
+ <u:style name="text-color" value="red" />
+ <u:style name="a.color" value="red" />
+ <u:style name="padding" value="2px" />
</u:selector>
+
+
<u:selector name="a.upload_button_selection">
<u:style name="color" skin="generalTextColor" />
+ <u:style name="text-decoration" value="none" />
+ <u:style name="display" value="block" />
</u:selector>
+
<u:selector name=".upload_button">
+ <u:style name="background-repeat" value="repeat-x" />
+ <u:style name="background-position" value="top left" />
+ <u:style name="background-color" value="#C6D6EA" />
+ <u:style name="padding" value="2px" />
+ <u:style name="cursor" value="pointer" />
<u:style name="background-image">
<f:resource f:key="/org/richfaces/renderkit/html/images/bg_header.png" />
</u:style>
</u:selector>
+
<u:selector name=".upload_button_light">
+ <u:style name="background-repeat" value="repeat-x" />
+ <u:style name="background-position" value="top left" />
+ <u:style name="background-color" value="#C6D6EA" />
+ <u:style name="border" value="1px solid" />
+ <u:style name="cursor" value="pointer" />
+ <u:style name="padding" value="1px" />
<u:style name="background-image">
<f:resource f:key="/org/richfaces/renderkit/html/images/bg_header.png" />
</u:style>
<u:style name="border-color" skin="selectControlColor" />
</u:selector>
+
<u:selector name=".upload_button_press">
<u:style name="background-image">
<f:resource f:key="/org/richfaces/renderkit/html/images/bg_press.png" />
</u:style>
<u:style name="border-color" skin="selectControlColor" />
+ <u:style name="border" value="1px solid" />
+ <u:style name="padding" value="2px 0px 0px 2px" />
+ <u:style name="background-repeat" value="repeat-x" />
+ <u:style name="background-position" value="top left" />
</u:selector>
<u:selector name=".upload_ico_add">
16 years, 10 months
JBoss Rich Faces SVN: r6377 - trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit.
by richfaces-svn-commits@lists.jboss.org
Author: maksimkaszynski
Date: 2008-02-27 11:06:03 -0500 (Wed, 27 Feb 2008)
New Revision: 6377
Modified:
trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/InplaceInputBaseRenderer.java
Log:
Fixed script options usage
Modified: trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/InplaceInputBaseRenderer.java
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/InplaceInputBaseRenderer.java 2008-02-27 15:53:24 UTC (rev 6376)
+++ trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/InplaceInputBaseRenderer.java 2008-02-27 16:06:03 UTC (rev 6377)
@@ -135,10 +135,10 @@
events.append("var events = ");
ScriptOptions options = new ScriptOptions(component);
- options.addOption("oneditactivation", getAsEventHandler(context, component, "oneditactivation"));
- options.addOption("onviewactivation",getAsEventHandler(context, component, "onviewactivation"));
- options.addOption("oneditactivated",getAsEventHandler(context, component, "oneditactivated"));
- options.addOption("onviewactivated",getAsEventHandler(context, component, "onviewactivated"));
+ options.addEventHandler("oneditactivation");
+ options.addEventHandler("onviewactivation");
+ options.addEventHandler("oneditactivated");
+ options.addEventHandler("onviewactivated");
events.append(options.toScript());
return events.toString();
16 years, 10 months
JBoss Rich Faces SVN: r6376 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-02-27 10:53:24 -0500 (Wed, 27 Feb 2008)
New Revision: 6376
Modified:
trunk/docs/userguide/en/src/main/docbook/included/treeNode.desc.xml
Log:
Description was edited.
http://jira.jboss.com/jira/browse/RF-2329
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNode.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNode.desc.xml 2008-02-27 15:50:48 UTC (rev 6375)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNode.desc.xml 2008-02-27 15:53:24 UTC (rev 6376)
@@ -7,9 +7,12 @@
</sectioninfo>
<section>
<title>Description</title>
- <para>A component is used for designing templates for nodes definition.</para>
- <figure>
- <title><emphasis role="bold"><property><rich:treeNode></property></emphasis> component</title>
+ <para>The <emphasis role="bold"><property><rich:treeNode></property></emphasis> component is designed
+ for creating sets of tree elements within a <emphasis role="bold"><property><rich:tree></property></emphasis>component.
+
+ </para>
+ <figure>
+ <title>TreeNode component</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/treeNode.png"/>
16 years, 10 months
JBoss Rich Faces SVN: r6375 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-02-27 10:50:48 -0500 (Wed, 27 Feb 2008)
New Revision: 6375
Modified:
trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
Log:
Description was edited.
http://jira.jboss.com/jira/browse/RF-2329
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2008-02-27 15:27:09 UTC (rev 6374)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2008-02-27 15:50:48 UTC (rev 6375)
@@ -14,7 +14,7 @@
<thead>
<row>
<entry>Name</entry>
- <entry>Value</entry>
+ <entry>Value</entry>
</row>
</thead>
<tbody>
16 years, 10 months
JBoss Rich Faces SVN: r6374 - Plan/3.2.0 and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: tkuprevich
Date: 2008-02-27 10:27:09 -0500 (Wed, 27 Feb 2008)
New Revision: 6374
Modified:
trunk/test-applications/qa/Test Plan/3.2.0/TestPlan-RF-3.2.0.doc
Log:
Modified: trunk/test-applications/qa/Test Plan/3.2.0/TestPlan-RF-3.2.0.doc
===================================================================
(Binary files differ)
16 years, 10 months
JBoss Rich Faces SVN: r6373 - Plan/3.2.0 and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: tkuprevich
Date: 2008-02-27 10:20:10 -0500 (Wed, 27 Feb 2008)
New Revision: 6373
Modified:
trunk/test-applications/qa/Test Plan/3.2.0/TestPlan-RF-3.2.0.doc
Log:
Modified: trunk/test-applications/qa/Test Plan/3.2.0/TestPlan-RF-3.2.0.doc
===================================================================
(Binary files differ)
16 years, 10 months
JBoss Rich Faces SVN: r6372 - Suite and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2008-02-27 09:46:40 -0500 (Wed, 27 Feb 2008)
New Revision: 6372
Modified:
trunk/test-applications/qa/Performance Suite/Performance Test Suite Blank 3.2.0 (1).doc
Log:
Modified: trunk/test-applications/qa/Performance Suite/Performance Test Suite Blank 3.2.0 (1).doc
===================================================================
(Binary files differ)
16 years, 10 months
JBoss Rich Faces SVN: r6371 - Suite/DataModels/comboBox and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2008-02-27 09:43:28 -0500 (Wed, 27 Feb 2008)
New Revision: 6371
Added:
trunk/test-applications/qa/Performance Suite/DataModels/comboBox/Combobox.xhtml
trunk/test-applications/qa/Performance Suite/DataModels/comboBox/ComboboxProperty.xhtml
Removed:
trunk/test-applications/qa/Performance Suite/DataModels/comboBox/Combobox.jsp
trunk/test-applications/qa/Performance Suite/DataModels/comboBox/ComboboxProperty.jsp
Log:
Deleted: trunk/test-applications/qa/Performance Suite/DataModels/comboBox/Combobox.jsp
===================================================================
--- trunk/test-applications/qa/Performance Suite/DataModels/comboBox/Combobox.jsp 2008-02-27 14:32:51 UTC (rev 6370)
+++ trunk/test-applications/qa/Performance Suite/DataModels/comboBox/Combobox.jsp 2008-02-27 14:43:28 UTC (rev 6371)
@@ -1,25 +0,0 @@
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j" %>
-<%@ taglib uri="http://richfaces.org/rich" prefix="rich" %>
-
-<f:subview id="comboboxSubviewID">
- <rich:comboBox id="comboboxID" disabled="#{combobox.disabled}" defaultLabel="#{combobox.defaultLabel}"
- filterNewValues="#{combobox.filterNewValues}"
- directInputSuggestions="#{combobox.directInputSuggestions}" immediate="#{combobox.immediate}" inputSize="#{combobox.inputSize}"
- width="#{combobox.width}" valueChangeListener="#{combobox.valueChangeListener}" value="#{combobox.value}"
- tabindex="#{combobox.tabindex}" suggestzionValues="#{combobox.suggestionValues}" size="#{combobox.size}"
- required="#{combobox.required}" requiredMessage="#{combobox.requiredMessage}"
- rendered="#{combobox.rendered}" selectFirstOnUpdate="#{combobox.selectFirstOnUpdate}" maxlength="#{combobox.maxlength}"
- enableManualInput="#{combobox.enableManualInput}" listHeight="#{combobox.listHeight}" listWidth="#{combobox.listWidth}"
- onblur="#{event.onblur}" onchange="#{event.onchange}" onclick="#{event.onclick}" ondblclick="#{event.ondblclick}"
- onfocus="#{event.onfocus}" onitemselected="#{event.onitemselected}" onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}"
- onkeyup="#{event.onkeyup}" onlistcall="#{event.onlistcall}" onmousedown="#{event.onmousedown}" onmousemove="#{event.onmousemove}"
- onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}" onselect="#{event.onselect}">
- <f:selectItem itemValue="selectItem 1"/>
- <f:selectItem itemValue="selectItem 2"/>
- <f:selectItem itemValue="selectItem 3"/>
- <f:selectItems value="#{combobox.selectItem}"/>
- </rich:comboBox>
-
-</f:subview>
\ No newline at end of file
Added: trunk/test-applications/qa/Performance Suite/DataModels/comboBox/Combobox.xhtml
===================================================================
--- trunk/test-applications/qa/Performance Suite/DataModels/comboBox/Combobox.xhtml (rev 0)
+++ trunk/test-applications/qa/Performance Suite/DataModels/comboBox/Combobox.xhtml 2008-02-27 14:43:28 UTC (rev 6371)
@@ -0,0 +1,21 @@
+
+<f:subview xmlns:f="http://java.sun.com/jsf/core" xmlns:a4j="http://richfaces.org/a4j" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" id="comboboxSubviewID">
+ <rich:comboBox id="comboboxID" disabled="#{combobox.disabled}" defaultLabel="#{combobox.defaultLabel}"
+ filterNewValues="#{combobox.filterNewValues}"
+ directInputSuggestions="#{combobox.directInputSuggestions}" immediate="#{combobox.immediate}" inputSize="#{combobox.inputSize}"
+ width="#{combobox.width}" valueChangeListener="#{combobox.valueChangeListener}" value="#{combobox.value}"
+ tabindex="#{combobox.tabindex}" suggestionValues="#{combobox.suggestionValues}" size="#{combobox.size}"
+ required="#{combobox.required}" requiredMessage="#{combobox.requiredMessage}"
+ rendered="#{combobox.rendered}" selectFirstOnUpdate="#{combobox.selectFirstOnUpdate}" maxlength="#{combobox.maxlength}"
+ enableManualInput="#{combobox.enableManualInput}" listHeight="#{combobox.listHeight}" listWidth="#{combobox.listWidth}"
+ onblur="#{event.onblur}" onchange="#{event.onchange}" onclick="#{event.onclick}" ondblclick="#{event.ondblclick}"
+ onfocus="#{event.onfocus}" onitemselected="#{event.onitemselected}" onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}"
+ onkeyup="#{event.onkeyup}" onlistcall="#{event.onlistcall}" onmousedown="#{event.onmousedown}" onmousemove="#{event.onmousemove}"
+ onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}" onselect="#{event.onselect}">
+ <f:selectItem itemValue="selectItem 1"/>
+ <f:selectItem itemValue="selectItem 2"/>
+ <f:selectItem itemValue="selectItem 3"/>
+ <f:selectItems value="#{combobox.selectItem}"/>
+ </rich:comboBox>
+
+</f:subview>
\ No newline at end of file
Deleted: trunk/test-applications/qa/Performance Suite/DataModels/comboBox/ComboboxProperty.jsp
===================================================================
--- trunk/test-applications/qa/Performance Suite/DataModels/comboBox/ComboboxProperty.jsp 2008-02-27 14:32:51 UTC (rev 6370)
+++ trunk/test-applications/qa/Performance Suite/DataModels/comboBox/ComboboxProperty.jsp 2008-02-27 14:43:28 UTC (rev 6371)
@@ -1,62 +0,0 @@
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
-<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
-
-<f:subview id="comboboxPropertySubviewID">
- <h:panelGrid columns="2">
- <h:outputText value="defaultLabel"></h:outputText>
- <h:inputText value="#{combobox.defaultLabel}" onchange="submit();"></h:inputText>
-
- <h:outputText value="filterNewValues"></h:outputText>
- <h:selectBooleanCheckbox value="#{combobox.filterNewValues}" onchange="submit();"></h:selectBooleanCheckbox>
-
- <h:outputText value="inputSize"></h:outputText>
- <h:inputText value="#{combobox.inputSize}" onchange="submit();"></h:inputText>
-
- <h:outputText value="value"></h:outputText>
- <h:inputText value="#{combobox.value}" onchange="submit();"></h:inputText>
-
- <h:outputText value="tabindex"></h:outputText>
- <h:inputText value="#{combobox.tabindex}" onchange="submit();"></h:inputText>
-
- <h:outputText value="maxlength"></h:outputText>
- <h:inputText value="#{combobox.maxlength}" onchange="submit();"></h:inputText>
-
- <h:outputText value="width"></h:outputText>
- <h:inputText value="#{combobox.width}" onchange="submit();"></h:inputText>
-
- <h:outputText value="size"></h:outputText>
- <h:inputText value="#{combobox.size}" onchange="submit();"></h:inputText>
-
- <h:outputText value="listHeight"></h:outputText>
- <h:inputText value="#{combobox.listHeight}" onchange="submit();"></h:inputText>
-
- <h:outputText value="listWidth"></h:outputText>
- <h:inputText value="#{combobox.listWidth}" onchange="submit();"></h:inputText>
-
- <h:outputText value="enableManualInput"></h:outputText>
- <h:selectBooleanCheckbox value="#{combobox.enableManualInput}" onchange="submit();"></h:selectBooleanCheckbox>
-
- <h:outputText value="selectFirstOnUpdate"></h:outputText>
- <h:selectBooleanCheckbox value="#{combobox.selectFirstOnUpdate}" onchange="submit();"></h:selectBooleanCheckbox>
-
- <h:outputText value="directInputSuggestions"></h:outputText>
- <h:selectBooleanCheckbox value="#{combobox.directInputSuggestions}" onchange="submit();"></h:selectBooleanCheckbox>
-
- <h:outputText value="disabled"></h:outputText>
- <h:selectBooleanCheckbox value="#{combobox.disabled}" onchange="submit();"></h:selectBooleanCheckbox>
-
- <h:outputText value="rendered"></h:outputText>
- <h:selectBooleanCheckbox value="#{combobox.rendered}" onchange="submit();"></h:selectBooleanCheckbox>
-
- <h:outputText value="immediate"></h:outputText>
- <h:selectBooleanCheckbox value="#{combobox.immediate}" onchange="submit();"></h:selectBooleanCheckbox>
-
- <h:outputText value="required"></h:outputText>
- <h:selectBooleanCheckbox value="#{combobox.required}" onchange="submit();"></h:selectBooleanCheckbox>
-
- <h:outputText value="requiredMessage"></h:outputText>
- <h:inputText value="#{combobox.requiredMessage}" onchange="submit();"></h:inputText>
- </h:panelGrid>
-</f:subview>
\ No newline at end of file
Added: trunk/test-applications/qa/Performance Suite/DataModels/comboBox/ComboboxProperty.xhtml
===================================================================
--- trunk/test-applications/qa/Performance Suite/DataModels/comboBox/ComboboxProperty.xhtml (rev 0)
+++ trunk/test-applications/qa/Performance Suite/DataModels/comboBox/ComboboxProperty.xhtml 2008-02-27 14:43:28 UTC (rev 6371)
@@ -0,0 +1,58 @@
+
+<f:subview xmlns:f="http://java.sun.com/jsf/core" xmlns:a4j="http://richfaces.org/a4j" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" id="comboboxPropertySubviewID">
+ <h:panelGrid columns="2">
+ <h:outputText value="defaultLabel"></h:outputText>
+ <h:inputText value="#{combobox.defaultLabel}" onchange="submit();"></h:inputText>
+
+ <h:outputText value="filterNewValues"></h:outputText>
+ <h:selectBooleanCheckbox value="#{combobox.filterNewValues}" onchange="submit();"></h:selectBooleanCheckbox>
+
+ <h:outputText value="inputSize"></h:outputText>
+ <h:inputText value="#{combobox.inputSize}" onchange="submit();"></h:inputText>
+
+ <h:outputText value="value"></h:outputText>
+ <h:inputText value="#{combobox.value}" onchange="submit();"></h:inputText>
+
+ <h:outputText value="tabindex"></h:outputText>
+ <h:inputText value="#{combobox.tabindex}" onchange="submit();"></h:inputText>
+
+ <h:outputText value="maxlength"></h:outputText>
+ <h:inputText value="#{combobox.maxlength}" onchange="submit();"></h:inputText>
+
+ <h:outputText value="width"></h:outputText>
+ <h:inputText value="#{combobox.width}" onchange="submit();"></h:inputText>
+
+ <h:outputText value="size"></h:outputText>
+ <h:inputText value="#{combobox.size}" onchange="submit();"></h:inputText>
+
+ <h:outputText value="listHeight"></h:outputText>
+ <h:inputText value="#{combobox.listHeight}" onchange="submit();"></h:inputText>
+
+ <h:outputText value="listWidth"></h:outputText>
+ <h:inputText value="#{combobox.listWidth}" onchange="submit();"></h:inputText>
+
+ <h:outputText value="enableManualInput"></h:outputText>
+ <h:selectBooleanCheckbox value="#{combobox.enableManualInput}" onchange="submit();"></h:selectBooleanCheckbox>
+
+ <h:outputText value="selectFirstOnUpdate"></h:outputText>
+ <h:selectBooleanCheckbox value="#{combobox.selectFirstOnUpdate}" onchange="submit();"></h:selectBooleanCheckbox>
+
+ <h:outputText value="directInputSuggestions"></h:outputText>
+ <h:selectBooleanCheckbox value="#{combobox.directInputSuggestions}" onchange="submit();"></h:selectBooleanCheckbox>
+
+ <h:outputText value="disabled"></h:outputText>
+ <h:selectBooleanCheckbox value="#{combobox.disabled}" onchange="submit();"></h:selectBooleanCheckbox>
+
+ <h:outputText value="rendered"></h:outputText>
+ <h:selectBooleanCheckbox value="#{combobox.rendered}" onchange="submit();"></h:selectBooleanCheckbox>
+
+ <h:outputText value="immediate"></h:outputText>
+ <h:selectBooleanCheckbox value="#{combobox.immediate}" onchange="submit();"></h:selectBooleanCheckbox>
+
+ <h:outputText value="required"></h:outputText>
+ <h:selectBooleanCheckbox value="#{combobox.required}" onchange="submit();"></h:selectBooleanCheckbox>
+
+ <h:outputText value="requiredMessage"></h:outputText>
+ <h:inputText value="#{combobox.requiredMessage}" onchange="submit();"></h:inputText>
+ </h:panelGrid>
+</f:subview>
\ No newline at end of file
16 years, 10 months
JBoss Rich Faces SVN: r6370 - Suite and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2008-02-27 09:32:51 -0500 (Wed, 27 Feb 2008)
New Revision: 6370
Modified:
trunk/test-applications/qa/Performance Suite/Performance Test Suite Blank 3.2.0 (1).doc
Log:
Modified: trunk/test-applications/qa/Performance Suite/Performance Test Suite Blank 3.2.0 (1).doc
===================================================================
(Binary files differ)
16 years, 10 months
JBoss Rich Faces SVN: r6369 - Suite and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2008-02-27 09:31:46 -0500 (Wed, 27 Feb 2008)
New Revision: 6369
Modified:
trunk/test-applications/qa/Performance Suite/Performance Test Suite Blank 3.2.0 (1).doc
Log:
Modified: trunk/test-applications/qa/Performance Suite/Performance Test Suite Blank 3.2.0 (1).doc
===================================================================
(Binary files differ)
16 years, 10 months