From af781d0079a9ce5c02bd46fcca5d7cb4ec40dc69 Mon Sep 17 00:00:00 2001 From: "Donald J. Brown" Date: Sun, 2 Sep 2007 14:31:04 +0000 Subject: [PATCH] Fixed xwork pom info, updated for xwork resolver change WW-1715 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@571990 13f79535-47bb-0310-9956-ffa450edef68 --- core/pom.xml | 4 +- .../ClasspathConfigurationProvider.java | 4 +- core/src/site/resources/tags/ajax/a.html | 128 ++++++++------- .../resources/tags/ajax/autocompleter.html | 152 +++++++++--------- core/src/site/resources/tags/ajax/bind.html | 50 +++--- .../resources/tags/ajax/datetimepicker.html | 116 ++++++------- core/src/site/resources/tags/ajax/div.html | 140 ++++++++-------- core/src/site/resources/tags/ajax/head.html | 14 +- core/src/site/resources/tags/ajax/submit.html | 134 +++++++-------- .../site/resources/tags/ajax/tabbedpanel.html | 100 ++++++------ .../site/resources/tags/ajax/textarea.html | 86 +++++----- core/src/site/resources/tags/ajax/tree.html | 138 ++++++++-------- .../site/resources/tags/ajax/treenode.html | 82 +++++----- 13 files changed, 606 insertions(+), 542 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 81f994f88..94475fa18 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -55,7 +55,7 @@ - opensymphony + com.opensymphony.xwork xwork 2.1-SNAPSHOT sources @@ -289,7 +289,7 @@ - opensymphony + com.opensymphony.xwork xwork 2.1-SNAPSHOT diff --git a/core/src/main/java/org/apache/struts2/config/ClasspathConfigurationProvider.java b/core/src/main/java/org/apache/struts2/config/ClasspathConfigurationProvider.java index 1c5010b29..7488504a5 100644 --- a/core/src/main/java/org/apache/struts2/config/ClasspathConfigurationProvider.java +++ b/core/src/main/java/org/apache/struts2/config/ClasspathConfigurationProvider.java @@ -43,7 +43,7 @@ import com.opensymphony.xwork2.inject.Inject; import com.opensymphony.xwork2.util.ClassLoaderUtil; import com.opensymphony.xwork2.util.ResolverUtil; import com.opensymphony.xwork2.util.TextUtils; -import com.opensymphony.xwork2.util.ResolverUtil.Test; +import com.opensymphony.xwork2.util.ResolverUtil.ClassTest; import com.opensymphony.xwork2.util.location.LocatableProperties; /** @@ -231,7 +231,7 @@ public class ClasspathConfigurationProvider implements ConfigurationProvider { protected void loadPackages(String[] pkgs) { ResolverUtil resolver = new ResolverUtil(); - resolver.find(new Test() { + resolver.find(new ClassTest() { // Match Action implementations and classes ending with "Action" public boolean matches(Class type) { // TODO: should also find annotated classes diff --git a/core/src/site/resources/tags/ajax/a.html b/core/src/site/resources/tags/ajax/a.html index 384838f2b..54d7171cb 100644 --- a/core/src/site/resources/tags/ajax/a.html +++ b/core/src/site/resources/tags/ajax/a.html @@ -31,7 +31,7 @@ Please do not edit it directly. accesskey false - true + false String Set the html accesskey attribute on rendered html element @@ -39,7 +39,7 @@ Please do not edit it directly. afterNotifyTopics false - true + false String Comma delimmited list of topics that will published after the request(if the request succeeds) @@ -47,7 +47,7 @@ Please do not edit it directly. ajaxAfterValidation false false - true + false Boolean Make an asynchronous request if validation succeeds. Only valid if 'validate' is 'true' @@ -55,7 +55,7 @@ Please do not edit it directly. beforeNotifyTopics false - true + false String Comma delimmited list of topics that will published before the request @@ -63,7 +63,7 @@ Please do not edit it directly. cssClass false - true + false String The css class to use for element @@ -71,7 +71,7 @@ Please do not edit it directly. cssStyle false - true + false String The css style to use for element @@ -79,7 +79,7 @@ Please do not edit it directly. disabled false - true + false String Set the html disabled attribute on rendered html element @@ -87,7 +87,7 @@ Please do not edit it directly. errorNotifyTopics false - true + false String Comma delimmited list of topics that will published after the request(if the request fails) @@ -95,7 +95,7 @@ Please do not edit it directly. errorText false - true + false String The text to display to the user if the is an error fetching the content @@ -103,7 +103,7 @@ Please do not edit it directly. executeScripts false false - true + false Boolean Javascript code in the fetched content will be executed @@ -111,7 +111,7 @@ Please do not edit it directly. formFilter false - true + false String Function name used to filter the fields of the form. @@ -119,7 +119,7 @@ Please do not edit it directly. formId false - true + false String Form id whose fields will be serialized and passed as parameters @@ -127,7 +127,7 @@ Please do not edit it directly. handler false - true + false String Javascript function name that will make the request @@ -135,7 +135,7 @@ Please do not edit it directly. highlightColor false none - true + false String Color used to perform a highlight effect on the elements specified in the 'targets' attribute @@ -143,7 +143,7 @@ Please do not edit it directly. highlightDuration false 2000 - true + false Integer Duration of highlight effect in milliseconds. Only valid if 'highlightColor' attribute is set @@ -151,7 +151,7 @@ Please do not edit it directly. href false - true + false String The URL to call to obtain the content. Note: If used with ajax context, the value must be set as an url tag value. @@ -159,7 +159,7 @@ Please do not edit it directly. id false - true + false String The id to use for the element @@ -167,7 +167,7 @@ Please do not edit it directly. indicator false - true + false String Id of element that will be shown while making request @@ -175,7 +175,7 @@ Please do not edit it directly. javascriptTooltip false false - true + false Boolean Use JavaScript to generate tooltips @@ -183,7 +183,7 @@ Please do not edit it directly. key false - true + false String Set the key (name, value, label) for this particular component @@ -191,15 +191,23 @@ Please do not edit it directly. label false - true + false String Label expression used for rendering a element specific label + + labelSeparator + false + : + false + String + String that will be appended to the labe + labelposition false - true + false String Define label position of form element (top/left) @@ -207,7 +215,7 @@ Please do not edit it directly. listenTopics false - true + false String Topic that will trigger the remote call @@ -215,7 +223,7 @@ Please do not edit it directly. loadingText false Loading... - true + false String Text to be shown while content is being fetched @@ -223,7 +231,7 @@ Please do not edit it directly. name false - true + false String The name to set for element @@ -231,7 +239,7 @@ Please do not edit it directly. notifyTopics false - true + false String Comma delimmited list of topics that will published before and after the request, and on errors @@ -239,7 +247,7 @@ Please do not edit it directly. onblur false - true + false String Set the html onblur attribute on rendered html element @@ -247,7 +255,7 @@ Please do not edit it directly. onchange false - true + false String Set the html onchange attribute on rendered html element @@ -255,7 +263,7 @@ Please do not edit it directly. onclick false - true + false String Set the html onclick attribute on rendered html element @@ -263,7 +271,7 @@ Please do not edit it directly. ondblclick false - true + false String Set the html ondblclick attribute on rendered html element @@ -271,7 +279,7 @@ Please do not edit it directly. onfocus false - true + false String Set the html onfocus attribute on rendered html element @@ -279,7 +287,7 @@ Please do not edit it directly. onkeydown false - true + false String Set the html onkeydown attribute on rendered html element @@ -287,7 +295,7 @@ Please do not edit it directly. onkeypress false - true + false String Set the html onkeypress attribute on rendered html element @@ -295,7 +303,7 @@ Please do not edit it directly. onkeyup false - true + false String Set the html onkeyup attribute on rendered html element @@ -303,7 +311,7 @@ Please do not edit it directly. onmousedown false - true + false String Set the html onmousedown attribute on rendered html element @@ -311,7 +319,7 @@ Please do not edit it directly. onmousemove false - true + false String Set the html onmousemove attribute on rendered html element @@ -319,7 +327,7 @@ Please do not edit it directly. onmouseout false - true + false String Set the html onmouseout attribute on rendered html element @@ -327,7 +335,7 @@ Please do not edit it directly. onmouseover false - true + false String Set the html onmouseover attribute on rendered html element @@ -335,7 +343,7 @@ Please do not edit it directly. onmouseup false - true + false String Set the html onmouseup attribute on rendered html element @@ -343,7 +351,7 @@ Please do not edit it directly. onselect false - true + false String Set the html onselect attribute on rendered html element @@ -351,7 +359,7 @@ Please do not edit it directly. openTemplate false - true + false String Set template to use for opening the rendered html. @@ -359,7 +367,7 @@ Please do not edit it directly. parseContent false true - true + false Boolean Parse returned HTML for Dojo widgets @@ -367,7 +375,7 @@ Please do not edit it directly. required false false - true + false Boolean If set to true, the rendered element will indicate that input is required @@ -375,7 +383,7 @@ Please do not edit it directly. requiredposition false - true + false String Define required position of required form element (left|right) @@ -383,7 +391,7 @@ Please do not edit it directly. separateScripts false true - true + false String Run scripts in a separate scope, unique for each tag @@ -391,7 +399,7 @@ Please do not edit it directly. showErrorTransportText false true - true + false Boolean Set whether errors will be shown or not @@ -399,7 +407,7 @@ Please do not edit it directly. showLoadingText false false - true + false Boolean Show loading text on targets @@ -407,7 +415,7 @@ Please do not edit it directly. tabindex false - true + false String Set the html tabindex attribute on rendered html element @@ -415,7 +423,7 @@ Please do not edit it directly. targets false - true + false String Comma delimited list of ids of the elements whose content will be updated @@ -423,7 +431,7 @@ Please do not edit it directly. template false - true + false String The template (other than default) to use for rendering the element @@ -431,7 +439,7 @@ Please do not edit it directly. templateDir false - true + false String The template directory. @@ -439,7 +447,7 @@ Please do not edit it directly. title false - true + false String Set the html title attribute on rendered html element @@ -447,7 +455,7 @@ Please do not edit it directly. tooltip false - true + false String Set the tooltip of this particular component @@ -455,7 +463,7 @@ Please do not edit it directly. tooltipConfig false - true + false String Deprecated. Use individual tooltip configuration attributes instead. @@ -463,7 +471,7 @@ Please do not edit it directly. tooltipCssClass false StrutsTTClassic - true + false String CSS class applied to JavaScrip tooltips @@ -471,7 +479,7 @@ Please do not edit it directly. tooltipDelay false Classic - true + false String Delay in milliseconds, before showing JavaScript tooltips @@ -479,7 +487,7 @@ Please do not edit it directly. tooltipIconPath false - true + false String Icon path used for image that will have the tooltip @@ -487,7 +495,7 @@ Please do not edit it directly. transport false XMLHTTPTransport - true + false String Transport used by Dojo to make the request @@ -495,7 +503,7 @@ Please do not edit it directly. validate false false - true + false Boolean Perform Ajax calidation. 'ajaxValidation' interceptor must be applied to action @@ -503,7 +511,7 @@ Please do not edit it directly. value false - true + false String Preset the value of input element. diff --git a/core/src/site/resources/tags/ajax/autocompleter.html b/core/src/site/resources/tags/ajax/autocompleter.html index 20a20f29e..a3703033a 100644 --- a/core/src/site/resources/tags/ajax/autocompleter.html +++ b/core/src/site/resources/tags/ajax/autocompleter.html @@ -31,7 +31,7 @@ Please do not edit it directly. accesskey false - true + false String Set the html accesskey attribute on rendered html element @@ -39,7 +39,7 @@ Please do not edit it directly. afterNotifyTopics false - true + false String Comma delimmited list of topics that will published after the request(if the request succeeds) @@ -47,7 +47,7 @@ Please do not edit it directly. autoComplete false false - true + false Boolean Whether autocompleter should make suggestion on the textbox @@ -55,7 +55,7 @@ Please do not edit it directly. beforeNotifyTopics false - true + false String Comma delimmited list of topics that will published before the request @@ -63,7 +63,7 @@ Please do not edit it directly. cssClass false - true + false String The css class to use for element @@ -71,7 +71,7 @@ Please do not edit it directly. cssStyle false - true + false String The css style to use for element @@ -79,7 +79,7 @@ Please do not edit it directly. dataFieldName false Value specified in 'name' - true + false String Name of the field in the returned JSON object that contains the data array @@ -87,7 +87,7 @@ Please do not edit it directly. delay false 100 - true + false Integer Delay before making the search @@ -95,7 +95,7 @@ Please do not edit it directly. disabled false false - true + false Boolean Enable or disable autocompleter @@ -103,7 +103,7 @@ Please do not edit it directly. dropdownHeight false 120 - true + false Integer Dropdown's height in pixels @@ -111,7 +111,7 @@ Please do not edit it directly. dropdownWidth false same as textbox - true + false Integer Dropdown's width @@ -119,7 +119,7 @@ Please do not edit it directly. emptyOption false - true + false String Decide if an empty option is to be inserted. Default false. @@ -127,7 +127,7 @@ Please do not edit it directly. errorNotifyTopics false - true + false String Comma delimmited list of topics that will published after the request(if the request fails) @@ -135,7 +135,7 @@ Please do not edit it directly. forceValidOption false false - true + false Boolean Force selection to be one of the options @@ -143,7 +143,7 @@ Please do not edit it directly. formFilter false - true + false String Function name used to filter the fields of the form @@ -151,7 +151,7 @@ Please do not edit it directly. formId false - true + false String Form id whose fields will be serialized and passed as parameters @@ -159,7 +159,7 @@ Please do not edit it directly. headerKey false - true + false String Set the header key for the header option. @@ -167,7 +167,7 @@ Please do not edit it directly. headerValue false - true + false String Set the header value for the header option. @@ -175,7 +175,7 @@ Please do not edit it directly. href false - true + false String The URL used to load the options @@ -183,7 +183,7 @@ Please do not edit it directly. iconPath false - true + false String Path to icon used for the dropdown @@ -191,7 +191,7 @@ Please do not edit it directly. id false - true + false String The id to use for the element @@ -199,7 +199,7 @@ Please do not edit it directly. indicator false - true + false String Id of element that will be shown while request is made @@ -207,7 +207,7 @@ Please do not edit it directly. javascriptTooltip false false - true + false Boolean Use JavaScript to generate tooltips @@ -215,7 +215,7 @@ Please do not edit it directly. key false - true + false String Set the key (name, value, label) for this particular component @@ -223,7 +223,7 @@ Please do not edit it directly. keyName false - true + false String Name of the field to which the selected key will be assigned @@ -231,15 +231,23 @@ Please do not edit it directly. label false - true + false String Label expression used for rendering a element specific label + + labelSeparator + false + : + false + String + String that will be appended to the labe + labelposition false - true + false String Define label position of form element (top/left) @@ -247,7 +255,7 @@ Please do not edit it directly. list false - true + false String Iteratable source to populate from. @@ -255,7 +263,7 @@ Please do not edit it directly. listKey false - true + false String Set the key used to retrive the option key. @@ -263,7 +271,7 @@ Please do not edit it directly. listValue false - true + false String Set the value used to retrive the option value. @@ -271,7 +279,7 @@ Please do not edit it directly. listenTopics false - true + false String Topic that will trigger a reload @@ -279,7 +287,7 @@ Please do not edit it directly. loadMinimumCount false 3 - true + false Integer Minimum number of characters that will force the content to be loaded @@ -287,7 +295,7 @@ Please do not edit it directly. loadOnTextChange false true - true + false Boolean Options will be reloaded everytime a character is typed on the textbox @@ -295,7 +303,7 @@ Please do not edit it directly. maxLength false - true + false Integer Deprecated. Use maxlength instead. @@ -303,7 +311,7 @@ Please do not edit it directly. maxlength false - true + false Integer HTML maxlength attribute @@ -311,7 +319,7 @@ Please do not edit it directly. name false - true + false String The name to set for element @@ -319,7 +327,7 @@ Please do not edit it directly. notifyTopics false - true + false String Topics that will be published when content is reloaded @@ -327,7 +335,7 @@ Please do not edit it directly. onblur false - true + false String Set the html onblur attribute on rendered html element @@ -335,7 +343,7 @@ Please do not edit it directly. onchange false - true + false String Set the html onchange attribute on rendered html element @@ -343,7 +351,7 @@ Please do not edit it directly. onclick false - true + false String Set the html onclick attribute on rendered html element @@ -351,7 +359,7 @@ Please do not edit it directly. ondblclick false - true + false String Set the html ondblclick attribute on rendered html element @@ -359,7 +367,7 @@ Please do not edit it directly. onfocus false - true + false String Set the html onfocus attribute on rendered html element @@ -367,7 +375,7 @@ Please do not edit it directly. onkeydown false - true + false String Set the html onkeydown attribute on rendered html element @@ -375,7 +383,7 @@ Please do not edit it directly. onkeypress false - true + false String Set the html onkeypress attribute on rendered html element @@ -383,7 +391,7 @@ Please do not edit it directly. onkeyup false - true + false String Set the html onkeyup attribute on rendered html element @@ -391,7 +399,7 @@ Please do not edit it directly. onmousedown false - true + false String Set the html onmousedown attribute on rendered html element @@ -399,7 +407,7 @@ Please do not edit it directly. onmousemove false - true + false String Set the html onmousemove attribute on rendered html element @@ -407,7 +415,7 @@ Please do not edit it directly. onmouseout false - true + false String Set the html onmouseout attribute on rendered html element @@ -415,7 +423,7 @@ Please do not edit it directly. onmouseover false - true + false String Set the html onmouseover attribute on rendered html element @@ -423,7 +431,7 @@ Please do not edit it directly. onmouseup false - true + false String Set the html onmouseup attribute on rendered html element @@ -431,7 +439,7 @@ Please do not edit it directly. onselect false - true + false String Set the html onselect attribute on rendered html element @@ -439,7 +447,7 @@ Please do not edit it directly. preload false true - true + false Boolean Load options when page is loaded @@ -447,7 +455,7 @@ Please do not edit it directly. readonly false false - true + false Boolean Whether the input is readonly @@ -455,7 +463,7 @@ Please do not edit it directly. required false false - true + false Boolean If set to true, the rendered element will indicate that input is required @@ -463,7 +471,7 @@ Please do not edit it directly. requiredposition false - true + false String Define required position of required form element (left|right) @@ -471,7 +479,7 @@ Please do not edit it directly. resultsLimit false 30 - true + false String Limit how many results are shown as autocompletion options, set to -1 for unlimited results @@ -479,7 +487,7 @@ Please do not edit it directly. searchType false stringstart - true + false String how the search must be performed, options are: 'startstring', 'startword' and 'substring' @@ -487,7 +495,7 @@ Please do not edit it directly. showDownArrow false true - true + false Boolean Show or hide the down arrow button @@ -495,7 +503,7 @@ Please do not edit it directly. size false - true + false Integer HTML size attribute @@ -503,7 +511,7 @@ Please do not edit it directly. tabindex false - true + false String Set the html tabindex attribute on rendered html element @@ -511,7 +519,7 @@ Please do not edit it directly. template false - true + false String The template (other than default) to use for rendering the element @@ -519,7 +527,7 @@ Please do not edit it directly. templateCssPath false - true + false String Template css path @@ -527,7 +535,7 @@ Please do not edit it directly. templateDir false - true + false String The template directory. @@ -535,7 +543,7 @@ Please do not edit it directly. title false - true + false String Set the html title attribute on rendered html element @@ -543,7 +551,7 @@ Please do not edit it directly. tooltip false - true + false String Set the tooltip of this particular component @@ -551,7 +559,7 @@ Please do not edit it directly. tooltipConfig false - true + false String Deprecated. Use individual tooltip configuration attributes instead. @@ -559,7 +567,7 @@ Please do not edit it directly. tooltipCssClass false StrutsTTClassic - true + false String CSS class applied to JavaScrip tooltips @@ -567,7 +575,7 @@ Please do not edit it directly. tooltipDelay false Classic - true + false String Delay in milliseconds, before showing JavaScript tooltips @@ -575,7 +583,7 @@ Please do not edit it directly. tooltipIconPath false - true + false String Icon path used for image that will have the tooltip @@ -583,7 +591,7 @@ Please do not edit it directly. transport false XMLHTTPTransport - true + false String Transport used by Dojo to make the request @@ -591,7 +599,7 @@ Please do not edit it directly. value false - true + false String Preset the value of input element @@ -599,7 +607,7 @@ Please do not edit it directly. valueNotifyTopics false - true + false String Comma delimmited list of topics that will published when a value is selected diff --git a/core/src/site/resources/tags/ajax/bind.html b/core/src/site/resources/tags/ajax/bind.html index 760c74a5d..9ce6b90b5 100644 --- a/core/src/site/resources/tags/ajax/bind.html +++ b/core/src/site/resources/tags/ajax/bind.html @@ -31,7 +31,7 @@ Please do not edit it directly. afterNotifyTopics false - true + false String Comma delimmited list of topics that will published after the request(if the request succeeds) @@ -39,7 +39,7 @@ Please do not edit it directly. ajaxAfterValidation false false - true + false Boolean Make an asynchronous request if validation succeeds. Only valid is 'validate' is 'true' @@ -47,7 +47,7 @@ Please do not edit it directly. beforeNotifyTopics false - true + false String Comma delimmited list of topics that will published before the request @@ -55,7 +55,7 @@ Please do not edit it directly. errorNotifyTopics false - true + false String Comma delimmited list of topics that will published after the request(if the request fails) @@ -63,7 +63,7 @@ Please do not edit it directly. errorText false - true + false String The text to display to the user if the is an error fetching the content @@ -71,7 +71,7 @@ Please do not edit it directly. events false - true + false String Comma delimited list of event names to attach to @@ -79,7 +79,7 @@ Please do not edit it directly. executeScripts false false - true + false Boolean Javascript code in the fetched content will be executed @@ -87,7 +87,7 @@ Please do not edit it directly. formFilter false - true + false String Function name used to filter the fields of the form. @@ -95,7 +95,7 @@ Please do not edit it directly. formId false - true + false String Form id whose fields will be serialized and passed as parameters @@ -103,7 +103,7 @@ Please do not edit it directly. handler false - true + false String Javascript function name that will make the request @@ -111,7 +111,7 @@ Please do not edit it directly. highlightColor false none - true + false String Color used to perform a highlight effect on the elements specified in the 'targets' attribute @@ -119,7 +119,7 @@ Please do not edit it directly. highlightDuration false 2000 - true + false Integer Duration of highlight effect in milliseconds. Only valid if 'highlightColor' attribute is set @@ -127,7 +127,7 @@ Please do not edit it directly. href false - true + false String The URL to call to obtain the content. Note: If used with ajax context, the value must be set as an url tag value. @@ -135,7 +135,7 @@ Please do not edit it directly. id false - true + false String The id to use for the element @@ -143,7 +143,7 @@ Please do not edit it directly. indicator false - true + false String Id of element that will be shown while making request @@ -151,7 +151,7 @@ Please do not edit it directly. listenTopics false - true + false String Topic that will trigger the remote call @@ -159,7 +159,7 @@ Please do not edit it directly. loadingText false Loading... - true + false String Text to be shown while content is being fetched @@ -167,7 +167,7 @@ Please do not edit it directly. notifyTopics false - true + false String Comma delimmited list of topics that will published before and after the request, and on errors @@ -175,7 +175,7 @@ Please do not edit it directly. separateScripts false true - true + false String Run scripts in a separate scope, unique for each tag @@ -183,7 +183,7 @@ Please do not edit it directly. showErrorTransportText false true - true + false Boolean Set whether errors will be shown or not @@ -191,7 +191,7 @@ Please do not edit it directly. showLoadingText false false - true + false Boolean Show loading text on targets @@ -199,7 +199,7 @@ Please do not edit it directly. sources false - true + false String Comma delimited list of ids of the elements to attach to @@ -207,7 +207,7 @@ Please do not edit it directly. targets false - true + false String Comma delimited list of ids of the elements whose content will be updated @@ -215,7 +215,7 @@ Please do not edit it directly. transport false XMLHTTPTransport - true + false String Transport used by Dojo to make the request @@ -223,7 +223,7 @@ Please do not edit it directly. validate false false - true + false Boolean Perform Ajax calidation. 'ajaxValidation' interceptor must be applied to action diff --git a/core/src/site/resources/tags/ajax/datetimepicker.html b/core/src/site/resources/tags/ajax/datetimepicker.html index 6e098d9a6..5475b5ab5 100644 --- a/core/src/site/resources/tags/ajax/datetimepicker.html +++ b/core/src/site/resources/tags/ajax/datetimepicker.html @@ -31,7 +31,7 @@ Please do not edit it directly. accesskey false - true + false String Set the html accesskey attribute on rendered html element @@ -39,7 +39,7 @@ Please do not edit it directly. adjustWeeks false false - true + false Boolean If true, weekly size of calendar changes to acomodate the month if false, 42 day format is used @@ -47,7 +47,7 @@ Please do not edit it directly. cssClass false - true + false String The css class to use for element @@ -55,15 +55,15 @@ Please do not edit it directly. cssStyle false - true + false String - The css style definitions for element ro use + The css style definitions for element to use dayWidth false narrow - true + false String How to render the names of the days in the header(narrow, abbr or wide) @@ -71,7 +71,7 @@ Please do not edit it directly. disabled false - true + false String Set the html disabled attribute on rendered html element @@ -79,7 +79,7 @@ Please do not edit it directly. displayFormat false - true + false String A pattern used for the visual display of the formatted date, e.g. dd/MM/yyyy @@ -87,7 +87,7 @@ Please do not edit it directly. displayWeeks false 6 - true + false Integer Total weeks to display @@ -95,7 +95,7 @@ Please do not edit it directly. endDate false 2941-10-12 - true + false Date Last available date in the calendar set @@ -103,7 +103,7 @@ Please do not edit it directly. formatLength false short - true + false String Type of formatting used for visual display. Possible values are long, short, medium or full @@ -111,7 +111,7 @@ Please do not edit it directly. iconPath false - true + false String Path to icon used for the dropdown @@ -119,15 +119,15 @@ Please do not edit it directly. id false - true + false String - id for referencing element. For UI and form tags it will be used as HTML id attribute + HTML id attribute javascriptTooltip false false - true + false Boolean Use JavaScript to generate tooltips @@ -135,7 +135,7 @@ Please do not edit it directly. key false - true + false String Set the key (name, value, label) for this particular component @@ -143,15 +143,23 @@ Please do not edit it directly. label false - true + false String Label expression used for rendering a element specific label + + labelSeparator + false + : + false + String + String that will be appended to the labe + labelposition false - true + false String Define label position of form element (top/left) @@ -159,7 +167,7 @@ Please do not edit it directly. language false brower's specified preferred language - true + false String Language to display this widget in @@ -167,7 +175,7 @@ Please do not edit it directly. name false - true + false String The name to set for element @@ -175,7 +183,7 @@ Please do not edit it directly. onblur false - true + false String Set the html onblur attribute on rendered html element @@ -183,7 +191,7 @@ Please do not edit it directly. onchange false - true + false String Set the html onchange attribute on rendered html element @@ -191,7 +199,7 @@ Please do not edit it directly. onclick false - true + false String Set the html onclick attribute on rendered html element @@ -199,7 +207,7 @@ Please do not edit it directly. ondblclick false - true + false String Set the html ondblclick attribute on rendered html element @@ -207,7 +215,7 @@ Please do not edit it directly. onfocus false - true + false String Set the html onfocus attribute on rendered html element @@ -215,7 +223,7 @@ Please do not edit it directly. onkeydown false - true + false String Set the html onkeydown attribute on rendered html element @@ -223,7 +231,7 @@ Please do not edit it directly. onkeypress false - true + false String Set the html onkeypress attribute on rendered html element @@ -231,7 +239,7 @@ Please do not edit it directly. onkeyup false - true + false String Set the html onkeyup attribute on rendered html element @@ -239,7 +247,7 @@ Please do not edit it directly. onmousedown false - true + false String Set the html onmousedown attribute on rendered html element @@ -247,7 +255,7 @@ Please do not edit it directly. onmousemove false - true + false String Set the html onmousemove attribute on rendered html element @@ -255,7 +263,7 @@ Please do not edit it directly. onmouseout false - true + false String Set the html onmouseout attribute on rendered html element @@ -263,7 +271,7 @@ Please do not edit it directly. onmouseover false - true + false String Set the html onmouseover attribute on rendered html element @@ -271,7 +279,7 @@ Please do not edit it directly. onmouseup false - true + false String Set the html onmouseup attribute on rendered html element @@ -279,7 +287,7 @@ Please do not edit it directly. onselect false - true + false String Set the html onselect attribute on rendered html element @@ -287,7 +295,7 @@ Please do not edit it directly. required false false - true + false Boolean If set to true, the rendered element will indicate that input is required @@ -295,7 +303,7 @@ Please do not edit it directly. requiredposition false - true + false String Define required position of required form element (left|right) @@ -303,7 +311,7 @@ Please do not edit it directly. startDate false 1492-10-12 - true + false Date First available date in the calendar set @@ -311,7 +319,7 @@ Please do not edit it directly. staticDisplay false false - true + false Boolean Disable all incremental controls, must pick a date in the current display @@ -319,7 +327,7 @@ Please do not edit it directly. tabindex false - true + false String Set the html tabindex attribute on rendered html element @@ -327,7 +335,7 @@ Please do not edit it directly. template false - true + false String The template (other than default) to use for rendering the element @@ -335,7 +343,7 @@ Please do not edit it directly. templateCssPath false - true + false String Template css path @@ -343,7 +351,7 @@ Please do not edit it directly. templateDir false - true + false String The template directory. @@ -351,7 +359,7 @@ Please do not edit it directly. title false - true + false String Set the html title attribute on rendered html element @@ -359,7 +367,7 @@ Please do not edit it directly. toggleDuration false 100 - true + false Integer Duration of toggle in milliseconds @@ -367,7 +375,7 @@ Please do not edit it directly. toggleType false plain - true + false String oggle type of the dropdown. Possible values are plain,wipe,explode,fade @@ -375,7 +383,7 @@ Please do not edit it directly. tooltip false - true + false String Set the tooltip of this particular component @@ -383,7 +391,7 @@ Please do not edit it directly. tooltipConfig false - true + false String Deprecated. Use individual tooltip configuration attributes instead. @@ -391,7 +399,7 @@ Please do not edit it directly. tooltipCssClass false StrutsTTClassic - true + false String CSS class applied to JavaScrip tooltips @@ -399,7 +407,7 @@ Please do not edit it directly. tooltipDelay false Classic - true + false String Delay in milliseconds, before showing JavaScript tooltips @@ -407,7 +415,7 @@ Please do not edit it directly. tooltipIconPath false - true + false String Icon path used for image that will have the tooltip @@ -415,7 +423,7 @@ Please do not edit it directly. type false date - true + false String Defines the type of the picker on the dropdown. Possible values are 'date' for a DateTimePicker, and 'time' for a timePicker @@ -423,7 +431,7 @@ Please do not edit it directly. value false - true + false String Preset the value of input element @@ -431,7 +439,7 @@ Please do not edit it directly. valueNotifyTopics false - true + false String Comma delimmited list of topics that will published when a value is selected @@ -439,7 +447,7 @@ Please do not edit it directly. weekStartsOn false 0 - true + false Integer Adjusts the first day of the week 0==Sunday..6==Saturday diff --git a/core/src/site/resources/tags/ajax/div.html b/core/src/site/resources/tags/ajax/div.html index d6a179a82..5c33256bf 100644 --- a/core/src/site/resources/tags/ajax/div.html +++ b/core/src/site/resources/tags/ajax/div.html @@ -31,7 +31,7 @@ Please do not edit it directly. accesskey false - true + false String Set the html accesskey attribute on rendered html element @@ -39,7 +39,7 @@ Please do not edit it directly. afterNotifyTopics false - true + false String Comma delimmited list of topics that will published after the request(if the request succeeds) @@ -47,7 +47,7 @@ Please do not edit it directly. autoStart false true - true + false Boolean Start timer automatically @@ -55,7 +55,7 @@ Please do not edit it directly. beforeNotifyTopics false - true + false String Comma delimmited list of topics that will published before the request @@ -63,7 +63,7 @@ Please do not edit it directly. closable false false - true + false String Show a close button when the div is inside a 'tabbedpanel' @@ -71,7 +71,7 @@ Please do not edit it directly. cssClass false - true + false String The css class to use for element @@ -79,7 +79,7 @@ Please do not edit it directly. cssStyle false - true + false String The css style to use for element @@ -87,7 +87,7 @@ Please do not edit it directly. delay false - true + false Integer How long to wait before fetching the content (in milliseconds) @@ -95,7 +95,7 @@ Please do not edit it directly. disabled false - true + false String Set the html disabled attribute on rendered html element @@ -103,7 +103,7 @@ Please do not edit it directly. errorNotifyTopics false - true + false String Comma delimmited list of topics that will published after the request(if the request fails) @@ -111,7 +111,7 @@ Please do not edit it directly. errorText false - true + false String The text to display to the user if the is an error fetching the content @@ -119,7 +119,7 @@ Please do not edit it directly. executeScripts false false - true + false Boolean Javascript code in the fetched content will be executed @@ -127,7 +127,7 @@ Please do not edit it directly. formFilter false - true + false String Function name used to filter the fields of the form. @@ -135,7 +135,7 @@ Please do not edit it directly. formId false - true + false String Form id whose fields will be serialized and passed as parameters @@ -143,7 +143,7 @@ Please do not edit it directly. handler false - true + false String Javascript function name that will make the request @@ -151,7 +151,7 @@ Please do not edit it directly. highlightColor false none - true + false String Color used to perform a highlight effect on this element @@ -159,7 +159,7 @@ Please do not edit it directly. highlightDuration false 2000 - true + false Integer Duration of highlight effect in milliseconds. Only valid if 'highlightColor' attribute is set @@ -167,7 +167,7 @@ Please do not edit it directly. href false - true + false String The URL to call to obtain the content. Note: If used with ajax context, the value must be set as an url tag value. @@ -175,7 +175,7 @@ Please do not edit it directly. id false - true + false String The id to use for the element @@ -183,7 +183,7 @@ Please do not edit it directly. indicator false - true + false String Id of element that will be shown while making request @@ -191,7 +191,7 @@ Please do not edit it directly. javascriptTooltip false false - true + false Boolean Use JavaScript to generate tooltips @@ -199,7 +199,7 @@ Please do not edit it directly. key false - true + false String Set the key (name, value, label) for this particular component @@ -207,15 +207,23 @@ Please do not edit it directly. label false - true + false String Label expression used for rendering a element specific label + + labelSeparator + false + : + false + String + String that will be appended to the labe + labelposition false - true + false String Define label position of form element (top/left) @@ -223,7 +231,7 @@ Please do not edit it directly. listenTopics false - true + false String Topic that will trigger the remote call @@ -231,7 +239,7 @@ Please do not edit it directly. loadingText false Loading... - true + false String Text to be shown while content is being fetched @@ -239,7 +247,7 @@ Please do not edit it directly. name false - true + false String The name to set for element @@ -247,7 +255,7 @@ Please do not edit it directly. notifyTopics false - true + false String Comma delimmited list of topics that will published before and after the request, and on errors @@ -255,7 +263,7 @@ Please do not edit it directly. onblur false - true + false String Set the html onblur attribute on rendered html element @@ -263,7 +271,7 @@ Please do not edit it directly. onchange false - true + false String Set the html onchange attribute on rendered html element @@ -271,7 +279,7 @@ Please do not edit it directly. onclick false - true + false String Set the html onclick attribute on rendered html element @@ -279,7 +287,7 @@ Please do not edit it directly. ondblclick false - true + false String Set the html ondblclick attribute on rendered html element @@ -287,7 +295,7 @@ Please do not edit it directly. onfocus false - true + false String Set the html onfocus attribute on rendered html element @@ -295,7 +303,7 @@ Please do not edit it directly. onkeydown false - true + false String Set the html onkeydown attribute on rendered html element @@ -303,7 +311,7 @@ Please do not edit it directly. onkeypress false - true + false String Set the html onkeypress attribute on rendered html element @@ -311,7 +319,7 @@ Please do not edit it directly. onkeyup false - true + false String Set the html onkeyup attribute on rendered html element @@ -319,7 +327,7 @@ Please do not edit it directly. onmousedown false - true + false String Set the html onmousedown attribute on rendered html element @@ -327,7 +335,7 @@ Please do not edit it directly. onmousemove false - true + false String Set the html onmousemove attribute on rendered html element @@ -335,7 +343,7 @@ Please do not edit it directly. onmouseout false - true + false String Set the html onmouseout attribute on rendered html element @@ -343,7 +351,7 @@ Please do not edit it directly. onmouseover false - true + false String Set the html onmouseover attribute on rendered html element @@ -351,7 +359,7 @@ Please do not edit it directly. onmouseup false - true + false String Set the html onmouseup attribute on rendered html element @@ -359,7 +367,7 @@ Please do not edit it directly. onselect false - true + false String Set the html onselect attribute on rendered html element @@ -367,7 +375,7 @@ Please do not edit it directly. openTemplate false - true + false String Set template to use for opening the rendered html. @@ -375,7 +383,7 @@ Please do not edit it directly. parseContent false true - true + false Boolean Parse returned HTML for Dojo widgets @@ -383,7 +391,7 @@ Please do not edit it directly. preload false true - true + false Boolean Load content when page is loaded @@ -391,7 +399,7 @@ Please do not edit it directly. refreshOnShow false false - true + false Boolean Content will be loaded when div becomes visible, used only inside the tabbedpanel tag @@ -399,7 +407,7 @@ Please do not edit it directly. required false false - true + false Boolean If set to true, the rendered element will indicate that input is required @@ -407,7 +415,7 @@ Please do not edit it directly. requiredposition false - true + false String Define required position of required form element (left|right) @@ -415,7 +423,7 @@ Please do not edit it directly. separateScripts false true - true + false String Run scripts in a separate scope, unique for each tag @@ -423,7 +431,7 @@ Please do not edit it directly. showErrorTransportText false true - true + false Boolean Set whether errors will be shown or not @@ -431,7 +439,7 @@ Please do not edit it directly. showLoadingText false false - true + false Boolean Show loading text on targets @@ -439,7 +447,7 @@ Please do not edit it directly. startTimerListenTopics false - true + false String Topics that will start the timer (for autoupdate) @@ -447,7 +455,7 @@ Please do not edit it directly. stopTimerListenTopics false - true + false String Topics that will stop the timer (for autoupdate) @@ -455,7 +463,7 @@ Please do not edit it directly. tabindex false - true + false String Set the html tabindex attribute on rendered html element @@ -463,7 +471,7 @@ Please do not edit it directly. template false - true + false String The template (other than default) to use for rendering the element @@ -471,7 +479,7 @@ Please do not edit it directly. templateDir false - true + false String The template directory. @@ -479,7 +487,7 @@ Please do not edit it directly. theme false - true + false String The theme (other than default) to use for rendering the element @@ -487,7 +495,7 @@ Please do not edit it directly. title false - true + false String Set the html title attribute on rendered html element @@ -495,7 +503,7 @@ Please do not edit it directly. tooltip false - true + false String Set the tooltip of this particular component @@ -503,7 +511,7 @@ Please do not edit it directly. tooltipConfig false - true + false String Deprecated. Use individual tooltip configuration attributes instead. @@ -511,7 +519,7 @@ Please do not edit it directly. tooltipCssClass false StrutsTTClassic - true + false String CSS class applied to JavaScrip tooltips @@ -519,7 +527,7 @@ Please do not edit it directly. tooltipDelay false Classic - true + false String Delay in milliseconds, before showing JavaScript tooltips @@ -527,7 +535,7 @@ Please do not edit it directly. tooltipIconPath false - true + false String Icon path used for image that will have the tooltip @@ -535,7 +543,7 @@ Please do not edit it directly. transport false XMLHTTPTransport - true + false String Transport used by Dojo to make the request @@ -543,7 +551,7 @@ Please do not edit it directly. updateFreq false - true + false Integer How often to reload the content (in milliseconds) @@ -551,7 +559,7 @@ Please do not edit it directly. value false - true + false String Preset the value of input element. diff --git a/core/src/site/resources/tags/ajax/head.html b/core/src/site/resources/tags/ajax/head.html index 93a7ce1fd..859411369 100644 --- a/core/src/site/resources/tags/ajax/head.html +++ b/core/src/site/resources/tags/ajax/head.html @@ -31,7 +31,7 @@ Please do not edit it directly. baseRelativePath false /struts/dojo - true + false String Context relative path of Dojo distribution folder @@ -39,7 +39,7 @@ Please do not edit it directly. cache false true - true + false Boolean Use Struts Dojo profile, which contains all Struts widgets in one file, making it possible to be chached by the browser @@ -47,7 +47,7 @@ Please do not edit it directly. compressed false true - true + false Boolean Use compressed version of dojo.js @@ -55,7 +55,7 @@ Please do not edit it directly. debug false false - true + false Boolean Enable Dojo debug messages @@ -63,7 +63,7 @@ Please do not edit it directly. extraLocales false - true + false String Comma separated list of locale names to be loaded by Dojo, locale names must be specified as in RFC3066 @@ -71,7 +71,7 @@ Please do not edit it directly. locale false - true + false String Default locale to be used by Dojo, locale name must be specified as in RFC3066 @@ -79,7 +79,7 @@ Please do not edit it directly. parseContent false false - true + false Boolean Parse the whole document for widgets diff --git a/core/src/site/resources/tags/ajax/submit.html b/core/src/site/resources/tags/ajax/submit.html index 7cc85f6f8..1658b7036 100644 --- a/core/src/site/resources/tags/ajax/submit.html +++ b/core/src/site/resources/tags/ajax/submit.html @@ -31,7 +31,7 @@ Please do not edit it directly. accesskey false - true + false String Set the html accesskey attribute on rendered html element @@ -39,7 +39,7 @@ Please do not edit it directly. afterNotifyTopics false - true + false String Comma delimmited list of topics that will published after the request(if the request succeeds) @@ -47,7 +47,7 @@ Please do not edit it directly. ajaxAfterValidation false false - true + false Boolean Make an asynchronous request if validation succeeds. Only valid if 'validate' is 'true' @@ -55,7 +55,7 @@ Please do not edit it directly. align false - true + false String HTML align attribute. @@ -63,7 +63,7 @@ Please do not edit it directly. beforeNotifyTopics false - true + false String Comma delimmited list of topics that will published before the request @@ -71,7 +71,7 @@ Please do not edit it directly. cssClass false - true + false String The css class to use for element @@ -79,7 +79,7 @@ Please do not edit it directly. cssStyle false - true + false String The css style to use for element @@ -87,7 +87,7 @@ Please do not edit it directly. disabled false - true + false String Set the html disabled attribute on rendered html element @@ -95,7 +95,7 @@ Please do not edit it directly. errorNotifyTopics false - true + false String Comma delimmited list of topics that will published after the request(if the request fails) @@ -103,7 +103,7 @@ Please do not edit it directly. errorText false - true + false String The text to display to the user if the is an error fetching the content @@ -111,7 +111,7 @@ Please do not edit it directly. executeScripts false false - true + false Boolean Javascript code in the fetched content will be executed @@ -119,7 +119,7 @@ Please do not edit it directly. formFilter false - true + false String Function name used to filter the fields of the form. @@ -127,7 +127,7 @@ Please do not edit it directly. formId false - true + false String Form id whose fields will be serialized and passed as parameters @@ -135,7 +135,7 @@ Please do not edit it directly. handler false - true + false String Javascript function name that will make the request @@ -143,7 +143,7 @@ Please do not edit it directly. highlightColor false none - true + false String Color used to perform a highlight effect on the elements specified in the 'targets' attribute @@ -151,7 +151,7 @@ Please do not edit it directly. highlightDuration false 1000 - true + false String Duration of highlight effect in milliseconds. Only valid if 'highlightColor' attribute is set @@ -159,7 +159,7 @@ Please do not edit it directly. href false - true + false String The URL to call to obtain the content. Note: If used with ajax context, the value must be set as an url tag value. @@ -167,7 +167,7 @@ Please do not edit it directly. id false - true + false String The id to use for the element @@ -175,7 +175,7 @@ Please do not edit it directly. indicator false - true + false String Set indicator @@ -183,7 +183,7 @@ Please do not edit it directly. javascriptTooltip false false - true + false Boolean Use JavaScript to generate tooltips @@ -191,7 +191,7 @@ Please do not edit it directly. key false - true + false String Set the key (name, value, label) for this particular component @@ -199,15 +199,23 @@ Please do not edit it directly. label false - true + false String Label expression used for rendering a element specific label + + labelSeparator + false + : + false + String + String that will be appended to the labe + labelposition false - true + false String Define label position of form element (top/left) @@ -215,7 +223,7 @@ Please do not edit it directly. listenTopics false - true + false String Topic that will trigger the remote call @@ -223,7 +231,7 @@ Please do not edit it directly. loadingText false Loading... - true + false String Text to be shown while content is being fetched @@ -231,7 +239,7 @@ Please do not edit it directly. method false - true + false String Set method attribute. @@ -239,7 +247,7 @@ Please do not edit it directly. name false - true + false String The name to set for element @@ -247,7 +255,7 @@ Please do not edit it directly. notifyTopics false - true + false String Comma delimmited list of topics that will published before and after the request, and on errors @@ -255,7 +263,7 @@ Please do not edit it directly. onblur false - true + false String Set the html onblur attribute on rendered html element @@ -263,7 +271,7 @@ Please do not edit it directly. onchange false - true + false String Set the html onchange attribute on rendered html element @@ -271,7 +279,7 @@ Please do not edit it directly. onclick false - true + false String Set the html onclick attribute on rendered html element @@ -279,7 +287,7 @@ Please do not edit it directly. ondblclick false - true + false String Set the html ondblclick attribute on rendered html element @@ -287,7 +295,7 @@ Please do not edit it directly. onfocus false - true + false String Set the html onfocus attribute on rendered html element @@ -295,7 +303,7 @@ Please do not edit it directly. onkeydown false - true + false String Set the html onkeydown attribute on rendered html element @@ -303,7 +311,7 @@ Please do not edit it directly. onkeypress false - true + false String Set the html onkeypress attribute on rendered html element @@ -311,7 +319,7 @@ Please do not edit it directly. onkeyup false - true + false String Set the html onkeyup attribute on rendered html element @@ -319,7 +327,7 @@ Please do not edit it directly. onmousedown false - true + false String Set the html onmousedown attribute on rendered html element @@ -327,7 +335,7 @@ Please do not edit it directly. onmousemove false - true + false String Set the html onmousemove attribute on rendered html element @@ -335,7 +343,7 @@ Please do not edit it directly. onmouseout false - true + false String Set the html onmouseout attribute on rendered html element @@ -343,7 +351,7 @@ Please do not edit it directly. onmouseover false - true + false String Set the html onmouseover attribute on rendered html element @@ -351,7 +359,7 @@ Please do not edit it directly. onmouseup false - true + false String Set the html onmouseup attribute on rendered html element @@ -359,7 +367,7 @@ Please do not edit it directly. onselect false - true + false String Set the html onselect attribute on rendered html element @@ -367,7 +375,7 @@ Please do not edit it directly. parseContent false true - true + false Boolean Parse returned HTML for Dojo widgets @@ -375,7 +383,7 @@ Please do not edit it directly. required false false - true + false Boolean If set to true, the rendered element will indicate that input is required @@ -383,7 +391,7 @@ Please do not edit it directly. requiredposition false - true + false String Define required position of required form element (left|right) @@ -391,7 +399,7 @@ Please do not edit it directly. separateScripts false true - true + false String Run scripts in a separate scope, unique for each tag @@ -399,7 +407,7 @@ Please do not edit it directly. showErrorTransportText false true - true + false Boolean Set whether errors will be shown or not @@ -407,7 +415,7 @@ Please do not edit it directly. showLoadingText false false - true + false Boolean Show loading text on targets @@ -415,7 +423,7 @@ Please do not edit it directly. src false - true + false String Supply an image src for image type submit button. Will have no effect for types input and button. @@ -423,7 +431,7 @@ Please do not edit it directly. tabindex false - true + false String Set the html tabindex attribute on rendered html element @@ -431,7 +439,7 @@ Please do not edit it directly. targets false - true + false String Comma delimited list of ids of the elements whose content will be updated @@ -439,7 +447,7 @@ Please do not edit it directly. template false - true + false String The template (other than default) to use for rendering the element @@ -447,7 +455,7 @@ Please do not edit it directly. templateDir false - true + false String The template directory. @@ -455,7 +463,7 @@ Please do not edit it directly. title false - true + false String Set the html title attribute on rendered html element @@ -463,7 +471,7 @@ Please do not edit it directly. tooltip false - true + false String Set the tooltip of this particular component @@ -471,7 +479,7 @@ Please do not edit it directly. tooltipConfig false - true + false String Deprecated. Use individual tooltip configuration attributes instead. @@ -479,7 +487,7 @@ Please do not edit it directly. tooltipCssClass false StrutsTTClassic - true + false String CSS class applied to JavaScrip tooltips @@ -487,7 +495,7 @@ Please do not edit it directly. tooltipDelay false Classic - true + false String Delay in milliseconds, before showing JavaScript tooltips @@ -495,7 +503,7 @@ Please do not edit it directly. tooltipIconPath false - true + false String Icon path used for image that will have the tooltip @@ -503,7 +511,7 @@ Please do not edit it directly. transport false XMLHTTPTransport - true + false String Transport used by Dojo to make the request @@ -511,7 +519,7 @@ Please do not edit it directly. type false input - true + false String The type of submit to use. Valid values are input, button and image. @@ -519,7 +527,7 @@ Please do not edit it directly. validate false false - true + false Boolean Perform Ajax calidation. 'ajaxValidation' interceptor must be applied to action @@ -527,7 +535,7 @@ Please do not edit it directly. value false - true + false String Preset the value of input element. diff --git a/core/src/site/resources/tags/ajax/tabbedpanel.html b/core/src/site/resources/tags/ajax/tabbedpanel.html index 91c94fc80..66cf1eae5 100644 --- a/core/src/site/resources/tags/ajax/tabbedpanel.html +++ b/core/src/site/resources/tags/ajax/tabbedpanel.html @@ -31,7 +31,7 @@ Please do not edit it directly. accesskey false - true + false String Set the html accesskey attribute on rendered html element @@ -39,7 +39,7 @@ Please do not edit it directly. afterSelectTabNotifyTopics false - true + false String Comma separated list of topics to be published when a tab is clicked on (after it is selected).The tab container widget will be passed as the first argument to the topic. The second parameter is the tab widget. @@ -47,7 +47,7 @@ Please do not edit it directly. beforeSelectTabNotifyTopics false - true + false String Comma separated list of topics to be published when a tab is clicked on (before it is selected)The tab container widget will be passed as the first argument to the topic. The second parameter is the tab widget.The event can be cancelled setting to 'true' the 'cancel' property of the third parameter passed to the topics. @@ -55,7 +55,7 @@ Please do not edit it directly. closeButton false - true + false String Deprecated. Use 'closable' on each div(tab) @@ -63,7 +63,7 @@ Please do not edit it directly. cssClass false - true + false String The css class to use for element @@ -71,15 +71,15 @@ Please do not edit it directly. cssStyle false - true + false String - The css style definitions for element ro use + The css style definitions for element to use disabled false - true + false String Set the html disabled attribute on rendered html element @@ -87,7 +87,7 @@ Please do not edit it directly. disabledTabCssClass false strutsDisabledTab - true + false String Css class to be applied to the tab button of disabled tabs @@ -95,7 +95,7 @@ Please do not edit it directly. doLayout false false - true + false Boolean If doLayout is false, the tab container's height equals the height of the currently selected tab @@ -103,7 +103,7 @@ Please do not edit it directly. id true - true + false String The id to assign to the component. @@ -111,7 +111,7 @@ Please do not edit it directly. javascriptTooltip false false - true + false Boolean Use JavaScript to generate tooltips @@ -119,7 +119,7 @@ Please do not edit it directly. key false - true + false String Set the key (name, value, label) for this particular component @@ -127,15 +127,23 @@ Please do not edit it directly. label false - true + false String Label expression used for rendering a element specific label + + labelSeparator + false + : + false + String + String that will be appended to the labe + labelposition false - true + false String Define label position of form element (top/left) @@ -143,7 +151,7 @@ Please do not edit it directly. name false - true + false String The name to set for element @@ -151,7 +159,7 @@ Please do not edit it directly. onblur false - true + false String Set the html onblur attribute on rendered html element @@ -159,7 +167,7 @@ Please do not edit it directly. onchange false - true + false String Set the html onchange attribute on rendered html element @@ -167,7 +175,7 @@ Please do not edit it directly. onclick false - true + false String Set the html onclick attribute on rendered html element @@ -175,7 +183,7 @@ Please do not edit it directly. ondblclick false - true + false String Set the html ondblclick attribute on rendered html element @@ -183,7 +191,7 @@ Please do not edit it directly. onfocus false - true + false String Set the html onfocus attribute on rendered html element @@ -191,7 +199,7 @@ Please do not edit it directly. onkeydown false - true + false String Set the html onkeydown attribute on rendered html element @@ -199,7 +207,7 @@ Please do not edit it directly. onkeypress false - true + false String Set the html onkeypress attribute on rendered html element @@ -207,7 +215,7 @@ Please do not edit it directly. onkeyup false - true + false String Set the html onkeyup attribute on rendered html element @@ -215,7 +223,7 @@ Please do not edit it directly. onmousedown false - true + false String Set the html onmousedown attribute on rendered html element @@ -223,7 +231,7 @@ Please do not edit it directly. onmousemove false - true + false String Set the html onmousemove attribute on rendered html element @@ -231,7 +239,7 @@ Please do not edit it directly. onmouseout false - true + false String Set the html onmouseout attribute on rendered html element @@ -239,7 +247,7 @@ Please do not edit it directly. onmouseover false - true + false String Set the html onmouseover attribute on rendered html element @@ -247,7 +255,7 @@ Please do not edit it directly. onmouseup false - true + false String Set the html onmouseup attribute on rendered html element @@ -255,7 +263,7 @@ Please do not edit it directly. onselect false - true + false String Set the html onselect attribute on rendered html element @@ -263,7 +271,7 @@ Please do not edit it directly. openTemplate false - true + false String Set template to use for opening the rendered html. @@ -271,7 +279,7 @@ Please do not edit it directly. required false false - true + false Boolean If set to true, the rendered element will indicate that input is required @@ -279,7 +287,7 @@ Please do not edit it directly. requiredposition false - true + false String Define required position of required form element (left|right) @@ -287,7 +295,7 @@ Please do not edit it directly. selectedTab false - true + false String The id of the tab that will be selected by default @@ -295,7 +303,7 @@ Please do not edit it directly. tabindex false - true + false String Set the html tabindex attribute on rendered html element @@ -303,7 +311,7 @@ Please do not edit it directly. template false - true + false String The template (other than default) to use for rendering the element @@ -311,7 +319,7 @@ Please do not edit it directly. templateCssPath false - true + false String Template css path @@ -319,7 +327,7 @@ Please do not edit it directly. templateDir false - true + false String The template directory. @@ -327,7 +335,7 @@ Please do not edit it directly. title false - true + false String Set the html title attribute on rendered html element @@ -335,7 +343,7 @@ Please do not edit it directly. tooltip false - true + false String Set the tooltip of this particular component @@ -343,7 +351,7 @@ Please do not edit it directly. tooltipConfig false - true + false String Deprecated. Use individual tooltip configuration attributes instead. @@ -351,7 +359,7 @@ Please do not edit it directly. tooltipCssClass false StrutsTTClassic - true + false String CSS class applied to JavaScrip tooltips @@ -359,7 +367,7 @@ Please do not edit it directly. tooltipDelay false Classic - true + false String Delay in milliseconds, before showing JavaScript tooltips @@ -367,7 +375,7 @@ Please do not edit it directly. tooltipIconPath false - true + false String Icon path used for image that will have the tooltip @@ -375,7 +383,7 @@ Please do not edit it directly. useSelectedTabCookie false false - true + false String If set to true, the id of the last selected tab will be stored in cookie. If the view is rendered, it will be tried to read this cookie and activate the corresponding tab on success, unless overridden by the selectedTab attribute. The cookie name is "Struts2TabbedPanel_selectedTab_"+id. @@ -383,7 +391,7 @@ Please do not edit it directly. value false - true + false String Preset the value of input element. diff --git a/core/src/site/resources/tags/ajax/textarea.html b/core/src/site/resources/tags/ajax/textarea.html index eeee35894..a0afed54d 100644 --- a/core/src/site/resources/tags/ajax/textarea.html +++ b/core/src/site/resources/tags/ajax/textarea.html @@ -31,7 +31,7 @@ Please do not edit it directly. accesskey false - true + false String Set the html accesskey attribute on rendered html element @@ -39,7 +39,7 @@ Please do not edit it directly. cols false - true + false Integer HTML cols attribute @@ -47,7 +47,7 @@ Please do not edit it directly. cssClass false - true + false String The css class to use for element @@ -55,15 +55,15 @@ Please do not edit it directly. cssStyle false - true + false String - The css style definitions for element ro use + The css style definitions for element to use disabled false - true + false String Set the html disabled attribute on rendered html element @@ -71,7 +71,7 @@ Please do not edit it directly. id false - true + false String HTML id attribute @@ -79,7 +79,7 @@ Please do not edit it directly. javascriptTooltip false false - true + false Boolean Use JavaScript to generate tooltips @@ -87,7 +87,7 @@ Please do not edit it directly. key false - true + false String Set the key (name, value, label) for this particular component @@ -95,7 +95,7 @@ Please do not edit it directly. label false - true + false String Label expression used for rendering a element specific label @@ -103,7 +103,7 @@ Please do not edit it directly. labelSeparator false : - true + false String String that will be appended to the labe @@ -111,7 +111,7 @@ Please do not edit it directly. labelposition false - true + false String Define label position of form element (top/left) @@ -119,7 +119,7 @@ Please do not edit it directly. name false - true + false String The name to set for element @@ -127,7 +127,7 @@ Please do not edit it directly. onblur false - true + false String Set the html onblur attribute on rendered html element @@ -135,7 +135,7 @@ Please do not edit it directly. onchange false - true + false String Set the html onchange attribute on rendered html element @@ -143,7 +143,7 @@ Please do not edit it directly. onclick false - true + false String Set the html onclick attribute on rendered html element @@ -151,7 +151,7 @@ Please do not edit it directly. ondblclick false - true + false String Set the html ondblclick attribute on rendered html element @@ -159,7 +159,7 @@ Please do not edit it directly. onfocus false - true + false String Set the html onfocus attribute on rendered html element @@ -167,7 +167,7 @@ Please do not edit it directly. onkeydown false - true + false String Set the html onkeydown attribute on rendered html element @@ -175,7 +175,7 @@ Please do not edit it directly. onkeypress false - true + false String Set the html onkeypress attribute on rendered html element @@ -183,7 +183,7 @@ Please do not edit it directly. onkeyup false - true + false String Set the html onkeyup attribute on rendered html element @@ -191,7 +191,7 @@ Please do not edit it directly. onmousedown false - true + false String Set the html onmousedown attribute on rendered html element @@ -199,7 +199,7 @@ Please do not edit it directly. onmousemove false - true + false String Set the html onmousemove attribute on rendered html element @@ -207,7 +207,7 @@ Please do not edit it directly. onmouseout false - true + false String Set the html onmouseout attribute on rendered html element @@ -215,7 +215,7 @@ Please do not edit it directly. onmouseover false - true + false String Set the html onmouseover attribute on rendered html element @@ -223,7 +223,7 @@ Please do not edit it directly. onmouseup false - true + false String Set the html onmouseup attribute on rendered html element @@ -231,7 +231,7 @@ Please do not edit it directly. onselect false - true + false String Set the html onselect attribute on rendered html element @@ -239,7 +239,7 @@ Please do not edit it directly. readonly false false - true + false Boolean Whether the textarea is readonly @@ -247,7 +247,7 @@ Please do not edit it directly. required false false - true + false Boolean If set to true, the rendered element will indicate that input is required @@ -255,7 +255,7 @@ Please do not edit it directly. requiredposition false - true + false String Define required position of required form element (left|right) @@ -263,7 +263,7 @@ Please do not edit it directly. rows false - true + false Integer HTML rows attribute @@ -271,7 +271,7 @@ Please do not edit it directly. tabindex false - true + false String Set the html tabindex attribute on rendered html element @@ -279,7 +279,7 @@ Please do not edit it directly. template false - true + false String The template (other than default) to use for rendering the element @@ -287,7 +287,7 @@ Please do not edit it directly. templateDir false - true + false String The template directory. @@ -295,7 +295,7 @@ Please do not edit it directly. theme false - true + false String The theme (other than default) to use for rendering the element @@ -303,7 +303,7 @@ Please do not edit it directly. title false - true + false String Set the html title attribute on rendered html element @@ -311,7 +311,7 @@ Please do not edit it directly. tooltip false - true + false String Set the tooltip of this particular component @@ -319,7 +319,7 @@ Please do not edit it directly. tooltipConfig false - true + false String Deprecated. Use individual tooltip configuration attributes instead. @@ -327,7 +327,7 @@ Please do not edit it directly. tooltipCssClass false StrutsTTClassic - true + false String CSS class applied to JavaScrip tooltips @@ -335,7 +335,7 @@ Please do not edit it directly. tooltipDelay false Classic - true + false String Delay in milliseconds, before showing JavaScript tooltips @@ -343,7 +343,7 @@ Please do not edit it directly. tooltipIconPath false - true + false String Icon path used for image that will have the tooltip @@ -351,7 +351,7 @@ Please do not edit it directly. value false - true + false String Preset the value of input element. @@ -359,7 +359,7 @@ Please do not edit it directly. wrap false - true + false String HTML wrap attribute diff --git a/core/src/site/resources/tags/ajax/tree.html b/core/src/site/resources/tags/ajax/tree.html index 10d5e0031..7b64f3e9c 100644 --- a/core/src/site/resources/tags/ajax/tree.html +++ b/core/src/site/resources/tags/ajax/tree.html @@ -31,7 +31,7 @@ Please do not edit it directly. accesskey false - true + false String Set the html accesskey attribute on rendered html element @@ -39,7 +39,7 @@ Please do not edit it directly. blankIconSrc false - true + false String Blank icon image source. @@ -47,7 +47,7 @@ Please do not edit it directly. childCollectionProperty false - true + false String The childCollectionProperty property. @@ -55,7 +55,7 @@ Please do not edit it directly. collapsedNotifyTopics false - true + false String Comma separated lis of topics to be published when a node is collapsed. An object with a 'node' property will be passed as parameter to the topics. @@ -63,7 +63,7 @@ Please do not edit it directly. cssClass false - true + false String The css class to use for element @@ -71,7 +71,7 @@ Please do not edit it directly. cssStyle false - true + false String The css style to use for element @@ -79,7 +79,7 @@ Please do not edit it directly. disabled false - true + false String Set the html disabled attribute on rendered html element @@ -87,7 +87,7 @@ Please do not edit it directly. errorNotifyTopics false - true + false String Comma delimmited list of topics that will published after the request(if the request fails).Only valid if 'href' is set @@ -95,7 +95,7 @@ Please do not edit it directly. expandIconSrcMinus false - true + false String Expand icon (-) image source. @@ -103,7 +103,7 @@ Please do not edit it directly. expandIconSrcPlus false - true + false String Expand Icon (+) image source. @@ -111,7 +111,7 @@ Please do not edit it directly. expandedNotifyTopics false - true + false String Comma separated lis of topics to be published when a node is expanded. An object with a 'node' property will be passed as parameter to the topics. @@ -119,7 +119,7 @@ Please do not edit it directly. gridIconSrcC false - true + false String Image source for under child item child icons. @@ -127,7 +127,7 @@ Please do not edit it directly. gridIconSrcL false - true + false String Image source for last child grid. @@ -135,7 +135,7 @@ Please do not edit it directly. gridIconSrcP false - true + false String Image source for under parent item child icons. @@ -143,7 +143,7 @@ Please do not edit it directly. gridIconSrcV false - true + false String Image source for vertical line. @@ -151,7 +151,7 @@ Please do not edit it directly. gridIconSrcX false - true + false String Image source for grid for sole root item. @@ -159,7 +159,7 @@ Please do not edit it directly. gridIconSrcY false - true + false String Image source for grid for last root item. @@ -167,7 +167,7 @@ Please do not edit it directly. href false - true + false String Url used to load the list of children nodes for an specific node, whose id will be passed as a parameter named 'nodeId' (empty for root) @@ -175,7 +175,7 @@ Please do not edit it directly. iconHeight false 18px - true + false String Icon height @@ -183,7 +183,7 @@ Please do not edit it directly. iconWidth false 19px - true + false String Icon width @@ -191,7 +191,7 @@ Please do not edit it directly. id false - true + false String The id to use for the element @@ -199,7 +199,7 @@ Please do not edit it directly. javascriptTooltip false false - true + false Boolean Use JavaScript to generate tooltips @@ -207,7 +207,7 @@ Please do not edit it directly. key false - true + false String Set the key (name, value, label) for this particular component @@ -215,15 +215,23 @@ Please do not edit it directly. label false - true + false String Label expression used for rendering a element specific label + + labelSeparator + false + : + false + String + String that will be appended to the labe + labelposition false - true + false String Define label position of form element (top/left) @@ -231,7 +239,7 @@ Please do not edit it directly. name false - true + false String The name to set for element @@ -239,7 +247,7 @@ Please do not edit it directly. nodeIdProperty false - true + false String The nodeIdProperty property. @@ -247,7 +255,7 @@ Please do not edit it directly. nodeTitleProperty false - true + false String The nodeTitleProperty property. @@ -255,7 +263,7 @@ Please do not edit it directly. onblur false - true + false String Set the html onblur attribute on rendered html element @@ -263,7 +271,7 @@ Please do not edit it directly. onchange false - true + false String Set the html onchange attribute on rendered html element @@ -271,7 +279,7 @@ Please do not edit it directly. onclick false - true + false String Set the html onclick attribute on rendered html element @@ -279,7 +287,7 @@ Please do not edit it directly. ondblclick false - true + false String Set the html ondblclick attribute on rendered html element @@ -287,7 +295,7 @@ Please do not edit it directly. onfocus false - true + false String Set the html onfocus attribute on rendered html element @@ -295,7 +303,7 @@ Please do not edit it directly. onkeydown false - true + false String Set the html onkeydown attribute on rendered html element @@ -303,7 +311,7 @@ Please do not edit it directly. onkeypress false - true + false String Set the html onkeypress attribute on rendered html element @@ -311,7 +319,7 @@ Please do not edit it directly. onkeyup false - true + false String Set the html onkeyup attribute on rendered html element @@ -319,7 +327,7 @@ Please do not edit it directly. onmousedown false - true + false String Set the html onmousedown attribute on rendered html element @@ -327,7 +335,7 @@ Please do not edit it directly. onmousemove false - true + false String Set the html onmousemove attribute on rendered html element @@ -335,7 +343,7 @@ Please do not edit it directly. onmouseout false - true + false String Set the html onmouseout attribute on rendered html element @@ -343,7 +351,7 @@ Please do not edit it directly. onmouseover false - true + false String Set the html onmouseover attribute on rendered html element @@ -351,7 +359,7 @@ Please do not edit it directly. onmouseup false - true + false String Set the html onmouseup attribute on rendered html element @@ -359,7 +367,7 @@ Please do not edit it directly. onselect false - true + false String Set the html onselect attribute on rendered html element @@ -367,7 +375,7 @@ Please do not edit it directly. openTemplate false - true + false String Set template to use for opening the rendered html. @@ -375,7 +383,7 @@ Please do not edit it directly. required false false - true + false Boolean If set to true, the rendered element will indicate that input is required @@ -383,7 +391,7 @@ Please do not edit it directly. requiredposition false - true + false String Define required position of required form element (left|right) @@ -391,7 +399,7 @@ Please do not edit it directly. rootNode false - true + false String The rootNode property. @@ -399,7 +407,7 @@ Please do not edit it directly. selectedNotifyTopics false - true + false String Comma separated lis of topics to be published when a node is selected. An object with a 'node' property will be passed as parameter to the topics. @@ -407,7 +415,7 @@ Please do not edit it directly. showGrid false true - true + false Boolean Show grid @@ -415,7 +423,7 @@ Please do not edit it directly. showRootGrid false - true + false String The showRootGrid property (default true). @@ -423,7 +431,7 @@ Please do not edit it directly. tabindex false - true + false String Set the html tabindex attribute on rendered html element @@ -431,7 +439,7 @@ Please do not edit it directly. template false - true + false String The template (other than default) to use for rendering the element @@ -439,7 +447,7 @@ Please do not edit it directly. templateCssPath false {contextPath}/struts/tree.css. - true + false String Template css path @@ -447,7 +455,7 @@ Please do not edit it directly. templateDir false - true + false String The template directory. @@ -455,7 +463,7 @@ Please do not edit it directly. title false - true + false String Set the html title attribute on rendered html element @@ -463,7 +471,7 @@ Please do not edit it directly. toggle false fade - true + false String The toggle property (either 'explode' or 'fade') @@ -471,7 +479,7 @@ Please do not edit it directly. toggleDuration false 150 - true + false String Toggle duration in milliseconds @@ -479,7 +487,7 @@ Please do not edit it directly. tooltip false - true + false String Set the tooltip of this particular component @@ -487,7 +495,7 @@ Please do not edit it directly. tooltipConfig false - true + false String Deprecated. Use individual tooltip configuration attributes instead. @@ -495,7 +503,7 @@ Please do not edit it directly. tooltipCssClass false StrutsTTClassic - true + false String CSS class applied to JavaScrip tooltips @@ -503,7 +511,7 @@ Please do not edit it directly. tooltipDelay false Classic - true + false String Delay in milliseconds, before showing JavaScript tooltips @@ -511,7 +519,7 @@ Please do not edit it directly. tooltipIconPath false - true + false String Icon path used for image that will have the tooltip @@ -519,7 +527,7 @@ Please do not edit it directly. treeCollapsedTopics false - true + false String Deprecated. Use 'collapsedNotifyTopics' instead. @@ -527,7 +535,7 @@ Please do not edit it directly. treeExpandedTopics false - true + false String Deprecated. Use 'expandedNotifyTopics' instead. @@ -535,7 +543,7 @@ Please do not edit it directly. treeSelectedTopic false - true + false String Deprecated. Use 'selectedNotifyTopics' instead. @@ -543,7 +551,7 @@ Please do not edit it directly. value false - true + false String Preset the value of input element. diff --git a/core/src/site/resources/tags/ajax/treenode.html b/core/src/site/resources/tags/ajax/treenode.html index 74f8094ed..8352c9ae2 100644 --- a/core/src/site/resources/tags/ajax/treenode.html +++ b/core/src/site/resources/tags/ajax/treenode.html @@ -31,7 +31,7 @@ Please do not edit it directly. accesskey false - true + false String Set the html accesskey attribute on rendered html element @@ -39,7 +39,7 @@ Please do not edit it directly. cssClass false - true + false String The css class to use for element @@ -47,7 +47,7 @@ Please do not edit it directly. cssStyle false - true + false String The css style to use for element @@ -55,7 +55,7 @@ Please do not edit it directly. disabled false - true + false String Set the html disabled attribute on rendered html element @@ -63,7 +63,7 @@ Please do not edit it directly. id false - true + false String The id to use for the element @@ -71,7 +71,7 @@ Please do not edit it directly. javascriptTooltip false false - true + false Boolean Use JavaScript to generate tooltips @@ -79,7 +79,7 @@ Please do not edit it directly. key false - true + false String Set the key (name, value, label) for this particular component @@ -87,15 +87,23 @@ Please do not edit it directly. label true - true + false String Label expression used for rendering tree node label. + + labelSeparator + false + : + false + String + String that will be appended to the labe + labelposition false - true + false String Define label position of form element (top/left) @@ -103,7 +111,7 @@ Please do not edit it directly. name false - true + false String The name to set for element @@ -111,7 +119,7 @@ Please do not edit it directly. onblur false - true + false String Set the html onblur attribute on rendered html element @@ -119,7 +127,7 @@ Please do not edit it directly. onchange false - true + false String Set the html onchange attribute on rendered html element @@ -127,7 +135,7 @@ Please do not edit it directly. onclick false - true + false String Set the html onclick attribute on rendered html element @@ -135,7 +143,7 @@ Please do not edit it directly. ondblclick false - true + false String Set the html ondblclick attribute on rendered html element @@ -143,7 +151,7 @@ Please do not edit it directly. onfocus false - true + false String Set the html onfocus attribute on rendered html element @@ -151,7 +159,7 @@ Please do not edit it directly. onkeydown false - true + false String Set the html onkeydown attribute on rendered html element @@ -159,7 +167,7 @@ Please do not edit it directly. onkeypress false - true + false String Set the html onkeypress attribute on rendered html element @@ -167,7 +175,7 @@ Please do not edit it directly. onkeyup false - true + false String Set the html onkeyup attribute on rendered html element @@ -175,7 +183,7 @@ Please do not edit it directly. onmousedown false - true + false String Set the html onmousedown attribute on rendered html element @@ -183,7 +191,7 @@ Please do not edit it directly. onmousemove false - true + false String Set the html onmousemove attribute on rendered html element @@ -191,7 +199,7 @@ Please do not edit it directly. onmouseout false - true + false String Set the html onmouseout attribute on rendered html element @@ -199,7 +207,7 @@ Please do not edit it directly. onmouseover false - true + false String Set the html onmouseover attribute on rendered html element @@ -207,7 +215,7 @@ Please do not edit it directly. onmouseup false - true + false String Set the html onmouseup attribute on rendered html element @@ -215,7 +223,7 @@ Please do not edit it directly. onselect false - true + false String Set the html onselect attribute on rendered html element @@ -223,7 +231,7 @@ Please do not edit it directly. openTemplate false - true + false String Set template to use for opening the rendered html. @@ -231,7 +239,7 @@ Please do not edit it directly. required false false - true + false Boolean If set to true, the rendered element will indicate that input is required @@ -239,7 +247,7 @@ Please do not edit it directly. requiredposition false - true + false String Define required position of required form element (left|right) @@ -247,7 +255,7 @@ Please do not edit it directly. tabindex false - true + false String Set the html tabindex attribute on rendered html element @@ -255,7 +263,7 @@ Please do not edit it directly. template false - true + false String The template (other than default) to use for rendering the element @@ -263,7 +271,7 @@ Please do not edit it directly. templateDir false - true + false String The template directory. @@ -271,7 +279,7 @@ Please do not edit it directly. title false - true + false String Set the html title attribute on rendered html element @@ -279,7 +287,7 @@ Please do not edit it directly. tooltip false - true + false String Set the tooltip of this particular component @@ -287,7 +295,7 @@ Please do not edit it directly. tooltipConfig false - true + false String Deprecated. Use individual tooltip configuration attributes instead. @@ -295,7 +303,7 @@ Please do not edit it directly. tooltipCssClass false StrutsTTClassic - true + false String CSS class applied to JavaScrip tooltips @@ -303,7 +311,7 @@ Please do not edit it directly. tooltipDelay false Classic - true + false String Delay in milliseconds, before showing JavaScript tooltips @@ -311,7 +319,7 @@ Please do not edit it directly. tooltipIconPath false - true + false String Icon path used for image that will have the tooltip @@ -319,7 +327,7 @@ Please do not edit it directly. value false - true + false String Preset the value of input element.