diff --git a/core/src/site/resources/tags/a-attributes.html b/core/src/site/resources/tags/a-attributes.html
new file mode 100644
index 000000000..38f5208e7
--- /dev/null
+++ b/core/src/site/resources/tags/a-attributes.html
@@ -0,0 +1,488 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | action |
+ false |
+ |
+ false |
+ String |
+ The action to generate the URL for, if not using value |
+
+
+ | anchor |
+ false |
+ |
+ false |
+ String |
+ The anchor for this URL |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | encode |
+ false |
+ true |
+ false |
+ Boolean |
+ Whether to encode parameters |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | escapeAmp |
+ false |
+ true |
+ false |
+ Boolean |
+ Specifies whether to escape ampersand (&) to (&) or not |
+
+
+ | escapeHtmlBody |
+ false |
+ true |
+ false |
+ Boolean |
+ Specifies whether to HTML-escape the tag body or not |
+
+
+ | forceAddSchemeHostAndPort |
+ false |
+ false |
+ false |
+ Boolean |
+ Specifies whether to force the addition of scheme, host and port or not |
+
+
+ | href |
+ false |
+ |
+ false |
+ String |
+ The URL. |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | includeContext |
+ false |
+ true |
+ false |
+ Boolean |
+ Whether actual context should be included in URL |
+
+
+ | includeParams |
+ false |
+ none |
+ false |
+ String |
+ The includeParams attribute may have the value 'none', 'get' or 'all' |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | method |
+ false |
+ |
+ false |
+ String |
+ The method of action to use |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | namespace |
+ false |
+ |
+ false |
+ String |
+ The namespace to use |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | openTemplate |
+ false |
+ |
+ false |
+ String |
+ Set template to use for opening the rendered html. |
+
+
+ | portletMode |
+ false |
+ |
+ false |
+ String |
+ The resulting portlet mode |
+
+
+ | portletUrlType |
+ false |
+ |
+ false |
+ String |
+ Specifies if this should be a portlet render or action URL. Default is "render". To create an action URL, use "action". |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | scheme |
+ false |
+ |
+ false |
+ String |
+ Set scheme attribute |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ The target value to use, if not using action |
+
+
+ | windowState |
+ false |
+ |
+ false |
+ String |
+ The resulting portlet window state |
+
+
diff --git a/core/src/site/resources/tags/a-description.html b/core/src/site/resources/tags/a-description.html
new file mode 100644
index 000000000..0d5e4d4ce
--- /dev/null
+++ b/core/src/site/resources/tags/a-description.html
@@ -0,0 +1 @@
+Render a HTML href element
diff --git a/core/src/site/resources/tags/a.html b/core/src/site/resources/tags/a.html
deleted file mode 100644
index 2ee937ad9..000000000
--- a/core/src/site/resources/tags/a.html
+++ /dev/null
@@ -1,512 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | action |
- false |
- |
- false |
- String |
- The action to generate the URL for, if not using value |
-
-
- | anchor |
- false |
- |
- false |
- String |
- The anchor for this URL |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | encode |
- false |
- true |
- false |
- Boolean |
- Whether to encode parameters |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | escapeAmp |
- false |
- true |
- false |
- Boolean |
- Specifies whether to escape ampersand (&) to (&) or not |
-
-
- | escapeHtmlBody |
- false |
- true |
- false |
- Boolean |
- Specifies whether to HTML-escape the tag body or not |
-
-
- | forceAddSchemeHostAndPort |
- false |
- false |
- false |
- Boolean |
- Specifies whether to force the addition of scheme, host and port or not |
-
-
- | href |
- false |
- |
- false |
- String |
- The URL. |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | includeContext |
- false |
- true |
- false |
- Boolean |
- Whether actual context should be included in URL |
-
-
- | includeParams |
- false |
- none |
- false |
- String |
- The includeParams attribute may have the value 'none', 'get' or 'all' |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | method |
- false |
- |
- false |
- String |
- The method of action to use |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | namespace |
- false |
- |
- false |
- String |
- The namespace to use |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | openTemplate |
- false |
- |
- false |
- String |
- Set template to use for opening the rendered html. |
-
-
- | portletMode |
- false |
- |
- false |
- String |
- The resulting portlet mode |
-
-
- | portletUrlType |
- false |
- |
- false |
- String |
- Specifies if this should be a portlet render or action URL. Default is "render". To create an action URL, use "action". |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | scheme |
- false |
- |
- false |
- String |
- Set scheme attribute |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- The target value to use, if not using action |
-
-
- | windowState |
- false |
- |
- false |
- String |
- The resulting portlet window state |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/action-attributes.html b/core/src/site/resources/tags/action-attributes.html
new file mode 100644
index 000000000..c9e7e7c94
--- /dev/null
+++ b/core/src/site/resources/tags/action-attributes.html
@@ -0,0 +1,72 @@
+
+
+ Dynamic Attributes Allowed: false |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | escape |
+ false |
+ true |
+ false |
+ Boolean |
+ Whether to escape HTML |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/actionerror-description.html b/core/src/site/resources/tags/actionerror-description.html
new file mode 100644
index 000000000..8981a7049
--- /dev/null
+++ b/core/src/site/resources/tags/actionerror-description.html
@@ -0,0 +1 @@
+Render action errors if they exists
diff --git a/core/src/site/resources/tags/actionerror.html b/core/src/site/resources/tags/actionerror.html
deleted file mode 100644
index d9c533647..000000000
--- a/core/src/site/resources/tags/actionerror.html
+++ /dev/null
@@ -1,392 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: false |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | escape |
- false |
- true |
- false |
- Boolean |
- Whether to escape HTML |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/actionmessage-attributes.html b/core/src/site/resources/tags/actionmessage-attributes.html
new file mode 100644
index 000000000..2b55e35c5
--- /dev/null
+++ b/core/src/site/resources/tags/actionmessage-attributes.html
@@ -0,0 +1,368 @@
+
+
+ Dynamic Attributes Allowed: false |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | escape |
+ false |
+ true |
+ false |
+ Boolean |
+ Whether to escape HTML |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/actionmessage-description.html b/core/src/site/resources/tags/actionmessage-description.html
new file mode 100644
index 000000000..682cd3475
--- /dev/null
+++ b/core/src/site/resources/tags/actionmessage-description.html
@@ -0,0 +1 @@
+Render action messages if they exists
diff --git a/core/src/site/resources/tags/actionmessage.html b/core/src/site/resources/tags/actionmessage.html
deleted file mode 100644
index 55fc07822..000000000
--- a/core/src/site/resources/tags/actionmessage.html
+++ /dev/null
@@ -1,392 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: false |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | escape |
- false |
- true |
- false |
- Boolean |
- Whether to escape HTML |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/append-attributes.html b/core/src/site/resources/tags/append-attributes.html
new file mode 100644
index 000000000..8195b6415
--- /dev/null
+++ b/core/src/site/resources/tags/append-attributes.html
@@ -0,0 +1,24 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | fieldValue |
+ false |
+ true |
+ false |
+ String |
+ The actual HTML value attribute of the checkbox. |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | submitUnchecked |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, unchecked elements will be submitted with the form. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/checkbox-description.html b/core/src/site/resources/tags/checkbox-description.html
new file mode 100644
index 000000000..908f86335
--- /dev/null
+++ b/core/src/site/resources/tags/checkbox-description.html
@@ -0,0 +1 @@
+Render a checkbox input field
diff --git a/core/src/site/resources/tags/checkbox.html b/core/src/site/resources/tags/checkbox.html
deleted file mode 100644
index abe521a0f..000000000
--- a/core/src/site/resources/tags/checkbox.html
+++ /dev/null
@@ -1,400 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | fieldValue |
- false |
- true |
- false |
- String |
- The actual HTML value attribute of the checkbox. |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | submitUnchecked |
- false |
- false |
- false |
- Boolean |
- If set to true, unchecked elements will be submitted with the form. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/checkboxlist-attributes.html b/core/src/site/resources/tags/checkboxlist-attributes.html
new file mode 100644
index 000000000..7dbde484d
--- /dev/null
+++ b/core/src/site/resources/tags/checkboxlist-attributes.html
@@ -0,0 +1,424 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | list |
+ true |
+ |
+ false |
+ String |
+ Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. |
+
+
+ | listCssClass |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get css class from |
+
+
+ | listCssStyle |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get css style from |
+
+
+ | listKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value from |
+
+
+ | listLabelKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to be used to lookup for localised version of field label |
+
+
+ | listTitle |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get title from |
+
+
+ | listValue |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field content from |
+
+
+ | listValueKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value label from |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/checkboxlist-description.html b/core/src/site/resources/tags/checkboxlist-description.html
new file mode 100644
index 000000000..3ca8a2219
--- /dev/null
+++ b/core/src/site/resources/tags/checkboxlist-description.html
@@ -0,0 +1 @@
+Render a list of checkboxes
diff --git a/core/src/site/resources/tags/checkboxlist.html b/core/src/site/resources/tags/checkboxlist.html
deleted file mode 100644
index 41f3922cf..000000000
--- a/core/src/site/resources/tags/checkboxlist.html
+++ /dev/null
@@ -1,448 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | list |
- true |
- |
- false |
- String |
- Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. |
-
-
- | listCssClass |
- false |
- |
- false |
- String |
- Property of list objects to get css class from |
-
-
- | listCssStyle |
- false |
- |
- false |
- String |
- Property of list objects to get css style from |
-
-
- | listKey |
- false |
- |
- false |
- String |
- Property of list objects to get field value from |
-
-
- | listLabelKey |
- false |
- |
- false |
- String |
- Property of list objects to be used to lookup for localised version of field label |
-
-
- | listTitle |
- false |
- |
- false |
- String |
- Property of list objects to get title from |
-
-
- | listValue |
- false |
- |
- false |
- String |
- Property of list objects to get field content from |
-
-
- | listValueKey |
- false |
- |
- false |
- String |
- Property of list objects to get field value label from |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/combobox-attributes.html b/core/src/site/resources/tags/combobox-attributes.html
new file mode 100644
index 000000000..dacc9f300
--- /dev/null
+++ b/core/src/site/resources/tags/combobox-attributes.html
@@ -0,0 +1,448 @@
+
+
+ Dynamic Attributes Allowed: false |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | emptyOption |
+ false |
+ |
+ false |
+ String |
+ Decide if an empty option is to be inserted. Default false. |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | headerKey |
+ false |
+ |
+ false |
+ String |
+ Set the header key for the header option. |
+
+
+ | headerValue |
+ false |
+ |
+ false |
+ String |
+ Set the header value for the header option. |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | list |
+ true |
+ |
+ false |
+ String |
+ Iterable source to populate from. If this is missing, the select widget is simply not displayed. |
+
+
+ | listKey |
+ false |
+ |
+ false |
+ String |
+ Set the key used to retrieve the option key. |
+
+
+ | listValue |
+ false |
+ |
+ false |
+ String |
+ Set the value used to retrieve the option value. |
+
+
+ | maxLength |
+ false |
+ |
+ false |
+ Integer |
+ Deprecated. Use maxlength instead. |
+
+
+ | maxlength |
+ false |
+ |
+ false |
+ Integer |
+ HTML maxlength attribute |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | readonly |
+ false |
+ false |
+ false |
+ Boolean |
+ Whether the input is readonly |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | size |
+ false |
+ |
+ false |
+ Integer |
+ HTML size attribute |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | type |
+ false |
+ text |
+ false |
+ String |
+ Specifies the html5 type element to display. e.g. text, email, url |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/combobox-description.html b/core/src/site/resources/tags/combobox-description.html
new file mode 100644
index 000000000..5a3bfae24
--- /dev/null
+++ b/core/src/site/resources/tags/combobox-description.html
@@ -0,0 +1 @@
+Widget that fills a text box from a select
diff --git a/core/src/site/resources/tags/combobox.html b/core/src/site/resources/tags/combobox.html
deleted file mode 100644
index 39ae8d499..000000000
--- a/core/src/site/resources/tags/combobox.html
+++ /dev/null
@@ -1,472 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: false |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | emptyOption |
- false |
- |
- false |
- String |
- Decide if an empty option is to be inserted. Default false. |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | headerKey |
- false |
- |
- false |
- String |
- Set the header key for the header option. |
-
-
- | headerValue |
- false |
- |
- false |
- String |
- Set the header value for the header option. |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | list |
- true |
- |
- false |
- String |
- Iterable source to populate from. If this is missing, the select widget is simply not displayed. |
-
-
- | listKey |
- false |
- |
- false |
- String |
- Set the key used to retrieve the option key. |
-
-
- | listValue |
- false |
- |
- false |
- String |
- Set the value used to retrieve the option value. |
-
-
- | maxLength |
- false |
- |
- false |
- Integer |
- Deprecated. Use maxlength instead. |
-
-
- | maxlength |
- false |
- |
- false |
- Integer |
- HTML maxlength attribute |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | readonly |
- false |
- false |
- false |
- Boolean |
- Whether the input is readonly |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | size |
- false |
- |
- false |
- Integer |
- HTML size attribute |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | type |
- false |
- text |
- false |
- String |
- Specifies the html5 type element to display. e.g. text, email, url |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/component-attributes.html b/core/src/site/resources/tags/component-attributes.html
new file mode 100644
index 000000000..0be92496a
--- /dev/null
+++ b/core/src/site/resources/tags/component-attributes.html
@@ -0,0 +1,360 @@
+
+
+ Dynamic Attributes Allowed: false |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/component-description.html b/core/src/site/resources/tags/component-description.html
new file mode 100644
index 000000000..e86370167
--- /dev/null
+++ b/core/src/site/resources/tags/component-description.html
@@ -0,0 +1 @@
+Render a custom ui widget
diff --git a/core/src/site/resources/tags/component.html b/core/src/site/resources/tags/component.html
deleted file mode 100644
index 0142c0778..000000000
--- a/core/src/site/resources/tags/component.html
+++ /dev/null
@@ -1,384 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: false |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/date-attributes.html b/core/src/site/resources/tags/date-attributes.html
new file mode 100644
index 000000000..66b441441
--- /dev/null
+++ b/core/src/site/resources/tags/date-attributes.html
@@ -0,0 +1,56 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | format |
+ true |
+ |
+ false |
+ String |
+ Date format attribute |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/datetextfield-description.html b/core/src/site/resources/tags/datetextfield-description.html
new file mode 100644
index 000000000..a26aa1a62
--- /dev/null
+++ b/core/src/site/resources/tags/datetextfield-description.html
@@ -0,0 +1 @@
+Render an HTML input fields with the date time
diff --git a/core/src/site/resources/tags/datetextfield.html b/core/src/site/resources/tags/datetextfield.html
deleted file mode 100644
index 5e9941ebe..000000000
--- a/core/src/site/resources/tags/datetextfield.html
+++ /dev/null
@@ -1,392 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | format |
- true |
- |
- false |
- String |
- Date format attribute |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/debug-attributes.html b/core/src/site/resources/tags/debug-attributes.html
new file mode 100644
index 000000000..0be92496a
--- /dev/null
+++ b/core/src/site/resources/tags/debug-attributes.html
@@ -0,0 +1,360 @@
+
+
+ Dynamic Attributes Allowed: false |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/debug-description.html b/core/src/site/resources/tags/debug-description.html
new file mode 100644
index 000000000..cef82ae01
--- /dev/null
+++ b/core/src/site/resources/tags/debug-description.html
@@ -0,0 +1 @@
+Prints debugging information (Only if 'struts.devMode' is enabled)
diff --git a/core/src/site/resources/tags/debug.html b/core/src/site/resources/tags/debug.html
deleted file mode 100644
index 60dfaccc2..000000000
--- a/core/src/site/resources/tags/debug.html
+++ /dev/null
@@ -1,384 +0,0 @@
-
-
-
-
-
- Prints debugging information (Only if 'struts.devMode' is enabled)
-
-
-
-
-
- Dynamic Attributes Allowed: false |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/div.html b/core/src/site/resources/tags/div.html
deleted file mode 100644
index 04da1a8de..000000000
--- a/core/src/site/resources/tags/div.html
+++ /dev/null
@@ -1,392 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | openTemplate |
- false |
- |
- false |
- String |
- Set template to use for opening the rendered html. |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/doubleselect-attributes.html b/core/src/site/resources/tags/doubleselect-attributes.html
new file mode 100644
index 000000000..4ddba7b8d
--- /dev/null
+++ b/core/src/site/resources/tags/doubleselect-attributes.html
@@ -0,0 +1,728 @@
+
+
+ Dynamic Attributes Allowed: false |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | doubleAccesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute. |
+
+
+ | doubleCssClass |
+ false |
+ |
+ false |
+ String |
+ The css class for the second list |
+
+
+ | doubleCssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style for the second list |
+
+
+ | doubleDisabled |
+ false |
+ |
+ false |
+ String |
+ Decides if a disable attribute should be added to the second list |
+
+
+ | doubleEmptyOption |
+ false |
+ |
+ false |
+ String |
+ Decides if the second list will add an empty option |
+
+
+ | doubleHeaderKey |
+ false |
+ |
+ false |
+ String |
+ The header key for the second list |
+
+
+ | doubleHeaderValue |
+ false |
+ |
+ false |
+ String |
+ The header value for the second list |
+
+
+ | doubleId |
+ false |
+ |
+ false |
+ String |
+ The id of the second list |
+
+
+ | doubleList |
+ true |
+ |
+ false |
+ String |
+ The second iterable source to populate from. |
+
+
+ | doubleListCssClass |
+ false |
+ |
+ false |
+ String |
+ Property of second list objects to get css class from |
+
+
+ | doubleListCssStyle |
+ false |
+ |
+ false |
+ String |
+ Property of second list objects to get css style from |
+
+
+ | doubleListKey |
+ false |
+ |
+ false |
+ String |
+ The key expression to use for second list |
+
+
+ | doubleListTitle |
+ false |
+ |
+ false |
+ String |
+ Property of second list objects to get title from |
+
+
+ | doubleListValue |
+ false |
+ |
+ false |
+ String |
+ The value expression to use for second list |
+
+
+ | doubleMultiple |
+ false |
+ |
+ false |
+ String |
+ Decides if multiple attribute should be set on the second list |
+
+
+ | doubleName |
+ true |
+ |
+ false |
+ String |
+ The name for complete component |
+
+
+ | doubleOnblur |
+ false |
+ |
+ false |
+ String |
+ Set the onblur attribute of the second list |
+
+
+ | doubleOnchange |
+ false |
+ |
+ false |
+ String |
+ Set the onchange attribute of the second list |
+
+
+ | doubleOnclick |
+ false |
+ |
+ false |
+ String |
+ Set the onclick attribute of the second list |
+
+
+ | doubleOndblclick |
+ false |
+ |
+ false |
+ String |
+ Set the ondbclick attribute of the second list |
+
+
+ | doubleOnfocus |
+ false |
+ |
+ false |
+ String |
+ Set the onfocus attribute of the second list |
+
+
+ | doubleOnkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the onkeydown attribute of the second list |
+
+
+ | doubleOnkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the onkeypress attribute of the second list |
+
+
+ | doubleOnkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the onkeyup attribute of the second list |
+
+
+ | doubleOnmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the onmousedown attribute of the second list |
+
+
+ | doubleOnmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the onmousemove attribute of the second list |
+
+
+ | doubleOnmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the onmouseout attribute of the second list |
+
+
+ | doubleOnmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the onmouseover attribute of the second list |
+
+
+ | doubleOnmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the onmouseup attribute of the second list |
+
+
+ | doubleOnselect |
+ false |
+ |
+ false |
+ String |
+ Set the onselect attribute of the second list |
+
+
+ | doubleSize |
+ false |
+ |
+ false |
+ String |
+ Set the size attribute of the second list |
+
+
+ | doubleValue |
+ false |
+ |
+ false |
+ String |
+ The value expression for complete component |
+
+
+ | emptyOption |
+ false |
+ false |
+ false |
+ Boolean |
+ Decides of an empty option is to be inserted in the second list |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | formName |
+ false |
+ |
+ false |
+ String |
+ The form name this component resides in and populates to |
+
+
+ | headerKey |
+ false |
+ |
+ false |
+ String |
+ Set the header key of the second list. Must not be empty! '-1' and '' is correct, '' is bad. |
+
+
+ | headerValue |
+ false |
+ |
+ false |
+ String |
+ Set the header value of the second list |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | list |
+ true |
+ |
+ false |
+ String |
+ Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. |
+
+
+ | listCssClass |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get css class from |
+
+
+ | listCssStyle |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get css style from |
+
+
+ | listKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value from |
+
+
+ | listLabelKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to be used to lookup for localised version of field label |
+
+
+ | listTitle |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get title from |
+
+
+ | listValue |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field content from |
+
+
+ | listValueKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value label from |
+
+
+ | multiple |
+ false |
+ |
+ false |
+ String |
+ Creates a multiple select. The tag will pre-select multiple values if the values are passed as an Array (of appropriate types) via the value attribute. |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | size |
+ false |
+ |
+ false |
+ Integer |
+ Size of the element box (# of elements to show) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/doubleselect-description.html b/core/src/site/resources/tags/doubleselect-description.html
new file mode 100644
index 000000000..7ad38029e
--- /dev/null
+++ b/core/src/site/resources/tags/doubleselect-description.html
@@ -0,0 +1 @@
+Renders two HTML select elements with second one changing displayed values depending on selected entry of first one.
diff --git a/core/src/site/resources/tags/doubleselect.html b/core/src/site/resources/tags/doubleselect.html
deleted file mode 100644
index 9e19fbeae..000000000
--- a/core/src/site/resources/tags/doubleselect.html
+++ /dev/null
@@ -1,752 +0,0 @@
-
-
-
-
-
- Renders two HTML select elements with second one changing displayed values depending on selected entry of first one.
-
-
-
-
-
- Dynamic Attributes Allowed: false |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | doubleAccesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute. |
-
-
- | doubleCssClass |
- false |
- |
- false |
- String |
- The css class for the second list |
-
-
- | doubleCssStyle |
- false |
- |
- false |
- String |
- The css style for the second list |
-
-
- | doubleDisabled |
- false |
- |
- false |
- String |
- Decides if a disable attribute should be added to the second list |
-
-
- | doubleEmptyOption |
- false |
- |
- false |
- String |
- Decides if the second list will add an empty option |
-
-
- | doubleHeaderKey |
- false |
- |
- false |
- String |
- The header key for the second list |
-
-
- | doubleHeaderValue |
- false |
- |
- false |
- String |
- The header value for the second list |
-
-
- | doubleId |
- false |
- |
- false |
- String |
- The id of the second list |
-
-
- | doubleList |
- true |
- |
- false |
- String |
- The second iterable source to populate from. |
-
-
- | doubleListCssClass |
- false |
- |
- false |
- String |
- Property of second list objects to get css class from |
-
-
- | doubleListCssStyle |
- false |
- |
- false |
- String |
- Property of second list objects to get css style from |
-
-
- | doubleListKey |
- false |
- |
- false |
- String |
- The key expression to use for second list |
-
-
- | doubleListTitle |
- false |
- |
- false |
- String |
- Property of second list objects to get title from |
-
-
- | doubleListValue |
- false |
- |
- false |
- String |
- The value expression to use for second list |
-
-
- | doubleMultiple |
- false |
- |
- false |
- String |
- Decides if multiple attribute should be set on the second list |
-
-
- | doubleName |
- true |
- |
- false |
- String |
- The name for complete component |
-
-
- | doubleOnblur |
- false |
- |
- false |
- String |
- Set the onblur attribute of the second list |
-
-
- | doubleOnchange |
- false |
- |
- false |
- String |
- Set the onchange attribute of the second list |
-
-
- | doubleOnclick |
- false |
- |
- false |
- String |
- Set the onclick attribute of the second list |
-
-
- | doubleOndblclick |
- false |
- |
- false |
- String |
- Set the ondbclick attribute of the second list |
-
-
- | doubleOnfocus |
- false |
- |
- false |
- String |
- Set the onfocus attribute of the second list |
-
-
- | doubleOnkeydown |
- false |
- |
- false |
- String |
- Set the onkeydown attribute of the second list |
-
-
- | doubleOnkeypress |
- false |
- |
- false |
- String |
- Set the onkeypress attribute of the second list |
-
-
- | doubleOnkeyup |
- false |
- |
- false |
- String |
- Set the onkeyup attribute of the second list |
-
-
- | doubleOnmousedown |
- false |
- |
- false |
- String |
- Set the onmousedown attribute of the second list |
-
-
- | doubleOnmousemove |
- false |
- |
- false |
- String |
- Set the onmousemove attribute of the second list |
-
-
- | doubleOnmouseout |
- false |
- |
- false |
- String |
- Set the onmouseout attribute of the second list |
-
-
- | doubleOnmouseover |
- false |
- |
- false |
- String |
- Set the onmouseover attribute of the second list |
-
-
- | doubleOnmouseup |
- false |
- |
- false |
- String |
- Set the onmouseup attribute of the second list |
-
-
- | doubleOnselect |
- false |
- |
- false |
- String |
- Set the onselect attribute of the second list |
-
-
- | doubleSize |
- false |
- |
- false |
- String |
- Set the size attribute of the second list |
-
-
- | doubleValue |
- false |
- |
- false |
- String |
- The value expression for complete component |
-
-
- | emptyOption |
- false |
- false |
- false |
- Boolean |
- Decides of an empty option is to be inserted in the second list |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | formName |
- false |
- |
- false |
- String |
- The form name this component resides in and populates to |
-
-
- | headerKey |
- false |
- |
- false |
- String |
- Set the header key of the second list. Must not be empty! '-1' and '' is correct, '' is bad. |
-
-
- | headerValue |
- false |
- |
- false |
- String |
- Set the header value of the second list |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | list |
- true |
- |
- false |
- String |
- Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. |
-
-
- | listCssClass |
- false |
- |
- false |
- String |
- Property of list objects to get css class from |
-
-
- | listCssStyle |
- false |
- |
- false |
- String |
- Property of list objects to get css style from |
-
-
- | listKey |
- false |
- |
- false |
- String |
- Property of list objects to get field value from |
-
-
- | listLabelKey |
- false |
- |
- false |
- String |
- Property of list objects to be used to lookup for localised version of field label |
-
-
- | listTitle |
- false |
- |
- false |
- String |
- Property of list objects to get title from |
-
-
- | listValue |
- false |
- |
- false |
- String |
- Property of list objects to get field content from |
-
-
- | listValueKey |
- false |
- |
- false |
- String |
- Property of list objects to get field value label from |
-
-
- | multiple |
- false |
- |
- false |
- String |
- Creates a multiple select. The tag will pre-select multiple values if the values are passed as an Array (of appropriate types) via the value attribute. |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | size |
- false |
- |
- false |
- Integer |
- Size of the element box (# of elements to show) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/dropdowndatetimepicker.html b/core/src/site/resources/tags/dropdowndatetimepicker.html
deleted file mode 100644
index a6f28799f..000000000
--- a/core/src/site/resources/tags/dropdowndatetimepicker.html
+++ /dev/null
@@ -1,410 +0,0 @@
-
-
-
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- true |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | adjustWeeks |
- false |
- false |
- true |
- Boolean |
- If true, weekly size of calendar changes to acomodate the month if false, 42 day format is used |
-
-
- | cssClass |
- false |
- |
- true |
- String |
- The css class to use for element |
-
-
- | cssStyle |
- false |
- |
- true |
- String |
- The css style definitions for element ro use |
-
-
- | dayWidth |
- false |
- narrow |
- true |
- String |
- How to render the names of the days in the header(narrow, abbr or wide) |
-
-
- | disabled |
- false |
- |
- true |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | displayFormat |
- false |
- |
- true |
- String |
- A pattern used for the visual display of the formatted date, e.g. dd/MM/yyyy |
-
-
- | displayWeeks |
- false |
- 6 |
- true |
- Integer |
- Total weeks to display |
-
-
- | endDate |
- false |
- 2941-10-12 |
- true |
- Date |
- Last available date in the calendar set |
-
-
- | formatLength |
- false |
- short |
- true |
- String |
- Type of formatting used for visual display. Possible values are long, short, medium or full |
-
-
- | iconPath |
- false |
- |
- true |
- String |
- Path to icon used for the dropdown |
-
-
- | id |
- false |
- |
- true |
- String |
- id for referencing element. For UI and form tags it will be used as HTML id attribute |
-
-
- | key |
- false |
- |
- true |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- true |
- String |
- Label expression used for rendering a element specific label |
-
-
- | labelposition |
- false |
- |
- true |
- String |
- Define label position of form element (top/left) |
-
-
- | language |
- false |
- brower's specified preferred language |
- true |
- String |
- Language to display this widget in |
-
-
- | name |
- false |
- |
- true |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- true |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- true |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- true |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- true |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- true |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- true |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- true |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- true |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- true |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- true |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- true |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- true |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- true |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- true |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | required |
- false |
- false |
- true |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredposition |
- false |
- |
- true |
- String |
- Define required position of required form element (left|right) |
-
-
- | startDate |
- false |
- 1492-10-12 |
- true |
- Date |
- First available date in the calendar set |
-
-
- | staticDisplay |
- false |
- false |
- true |
- Boolean |
- Disable all incremental controls, must pick a date in the current display |
-
-
- | tabindex |
- false |
- |
- true |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- true |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- true |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- true |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- true |
- String |
- Set the html title attribute on rendered html element |
-
-
- | toggleDuration |
- false |
- 100 |
- true |
- Integer |
- Duration of toggle in milliseconds |
-
-
- | toggleType |
- false |
- plain |
- true |
- String |
- oggle type of the dropdown. Possible values are plain,wipe,explode,fade |
-
-
- | tooltip |
- false |
- |
- true |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- true |
- String |
- Set the tooltip configuration |
-
-
- | type |
- false |
- date |
- true |
- String |
- Defines the type of the picker on the dropdown. Possible values are 'date' for a DatePicker, and 'time' for a timePicker |
-
-
- | value |
- false |
- |
- true |
- String |
- Preset the value of input element. |
-
-
- | weekStartsOn |
- false |
- 0 |
- true |
- Integer |
- Adjusts the first day of the week 0==Sunday..6==Saturday |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/else-attributes.html b/core/src/site/resources/tags/else-attributes.html
new file mode 100644
index 000000000..168c24704
--- /dev/null
+++ b/core/src/site/resources/tags/else-attributes.html
@@ -0,0 +1,16 @@
+
+
+ Dynamic Attributes Allowed: false |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | escape |
+ false |
+ true |
+ false |
+ Boolean |
+ Whether to escape HTML |
+
+
+ | fieldName |
+ false |
+ |
+ false |
+ String |
+ Field name for single field attribute usage |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/fielderror-description.html b/core/src/site/resources/tags/fielderror-description.html
new file mode 100644
index 000000000..4c775bf2d
--- /dev/null
+++ b/core/src/site/resources/tags/fielderror-description.html
@@ -0,0 +1 @@
+Render field error (all or partial depending on param tag nested)if they exists
diff --git a/core/src/site/resources/tags/fielderror.html b/core/src/site/resources/tags/fielderror.html
deleted file mode 100644
index f567ce2f7..000000000
--- a/core/src/site/resources/tags/fielderror.html
+++ /dev/null
@@ -1,400 +0,0 @@
-
-
-
-
-
- Render field error (all or partial depending on param tag nested)if they exists
-
-
-
-
-
- Dynamic Attributes Allowed: false |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | escape |
- false |
- true |
- false |
- Boolean |
- Whether to escape HTML |
-
-
- | fieldName |
- false |
- |
- false |
- String |
- Field name for single field attribute usage |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/file-attributes.html b/core/src/site/resources/tags/file-attributes.html
new file mode 100644
index 000000000..5227ea1cb
--- /dev/null
+++ b/core/src/site/resources/tags/file-attributes.html
@@ -0,0 +1,376 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accept |
+ false |
+ |
+ false |
+ String |
+ HTML accept attribute to indicate accepted file mimetypes |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | size |
+ false |
+ |
+ false |
+ Integer |
+ HTML size attribute |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/file-description.html b/core/src/site/resources/tags/file-description.html
new file mode 100644
index 000000000..b74d19357
--- /dev/null
+++ b/core/src/site/resources/tags/file-description.html
@@ -0,0 +1 @@
+Render a file input field
diff --git a/core/src/site/resources/tags/file.html b/core/src/site/resources/tags/file.html
deleted file mode 100644
index a79c3f525..000000000
--- a/core/src/site/resources/tags/file.html
+++ /dev/null
@@ -1,400 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accept |
- false |
- |
- false |
- String |
- HTML accept attribute to indicate accepted file mimetypes |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | size |
- false |
- |
- false |
- Integer |
- HTML size attribute |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/form-attributes.html b/core/src/site/resources/tags/form-attributes.html
new file mode 100644
index 000000000..bbd19bbde
--- /dev/null
+++ b/core/src/site/resources/tags/form-attributes.html
@@ -0,0 +1,472 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | acceptcharset |
+ false |
+ |
+ false |
+ String |
+ The accepted charsets for this form. The values may be comma or blank delimited. |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | action |
+ false |
+ current action |
+ false |
+ String |
+ Set action name to submit to, without .action suffix |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | enctype |
+ false |
+ |
+ false |
+ String |
+ HTML form enctype attribute |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | focusElement |
+ false |
+ |
+ false |
+ String |
+ Id of element that will receive the focus when page loads. |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | includeContext |
+ false |
+ true |
+ false |
+ Boolean |
+ Whether actual context should be included in URL |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | method |
+ false |
+ |
+ false |
+ String |
+ HTML form method attribute |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | namespace |
+ false |
+ current namespace |
+ false |
+ String |
+ Namespace for action to submit to |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onreset |
+ false |
+ |
+ false |
+ String |
+ HTML onreset attribute |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | onsubmit |
+ false |
+ |
+ false |
+ String |
+ HTML onsubmit attribute |
+
+
+ | openTemplate |
+ false |
+ |
+ false |
+ String |
+ Set template to use for opening the rendered html. |
+
+
+ | portletMode |
+ false |
+ |
+ false |
+ String |
+ The portlet mode to display after the form submit |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | target |
+ false |
+ |
+ false |
+ String |
+ HTML form target attribute |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | validate |
+ false |
+ false |
+ false |
+ Boolean |
+ Whether client side/remote validation should be performed. Only useful with theme xhtml/ajax |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
+ | windowState |
+ false |
+ |
+ false |
+ String |
+ The window state to display after the form submit |
+
+
diff --git a/core/src/site/resources/tags/form-description.html b/core/src/site/resources/tags/form-description.html
new file mode 100644
index 000000000..fd219ee26
--- /dev/null
+++ b/core/src/site/resources/tags/form-description.html
@@ -0,0 +1 @@
+Renders an input form
diff --git a/core/src/site/resources/tags/form.html b/core/src/site/resources/tags/form.html
deleted file mode 100644
index 67e07c8ab..000000000
--- a/core/src/site/resources/tags/form.html
+++ /dev/null
@@ -1,496 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | acceptcharset |
- false |
- |
- false |
- String |
- The accepted charsets for this form. The values may be comma or blank delimited. |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | action |
- false |
- current action |
- false |
- String |
- Set action name to submit to, without .action suffix |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | enctype |
- false |
- |
- false |
- String |
- HTML form enctype attribute |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | focusElement |
- false |
- |
- false |
- String |
- Id of element that will receive the focus when page loads. |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | includeContext |
- false |
- true |
- false |
- Boolean |
- Whether actual context should be included in URL |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | method |
- false |
- |
- false |
- String |
- HTML form method attribute |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | namespace |
- false |
- current namespace |
- false |
- String |
- Namespace for action to submit to |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onreset |
- false |
- |
- false |
- String |
- HTML onreset attribute |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | onsubmit |
- false |
- |
- false |
- String |
- HTML onsubmit attribute |
-
-
- | openTemplate |
- false |
- |
- false |
- String |
- Set template to use for opening the rendered html. |
-
-
- | portletMode |
- false |
- |
- false |
- String |
- The portlet mode to display after the form submit |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | target |
- false |
- |
- false |
- String |
- HTML form target attribute |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | validate |
- false |
- false |
- false |
- Boolean |
- Whether client side/remote validation should be performed. Only useful with theme xhtml/ajax |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
- | windowState |
- false |
- |
- false |
- String |
- The window state to display after the form submit |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/generator-attributes.html b/core/src/site/resources/tags/generator-attributes.html
new file mode 100644
index 000000000..358a07781
--- /dev/null
+++ b/core/src/site/resources/tags/generator-attributes.html
@@ -0,0 +1,56 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/head-description.html b/core/src/site/resources/tags/head-description.html
new file mode 100644
index 000000000..ffb4353dc
--- /dev/null
+++ b/core/src/site/resources/tags/head-description.html
@@ -0,0 +1 @@
+Render a chunk of HEAD for your HTML file
diff --git a/core/src/site/resources/tags/head.html b/core/src/site/resources/tags/head.html
deleted file mode 100644
index a477a139f..000000000
--- a/core/src/site/resources/tags/head.html
+++ /dev/null
@@ -1,384 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/hidden-attributes.html b/core/src/site/resources/tags/hidden-attributes.html
new file mode 100644
index 000000000..e82fa11a1
--- /dev/null
+++ b/core/src/site/resources/tags/hidden-attributes.html
@@ -0,0 +1,360 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/hidden-description.html b/core/src/site/resources/tags/hidden-description.html
new file mode 100644
index 000000000..b344d381e
--- /dev/null
+++ b/core/src/site/resources/tags/hidden-description.html
@@ -0,0 +1 @@
+Render a hidden input field
diff --git a/core/src/site/resources/tags/hidden.html b/core/src/site/resources/tags/hidden.html
deleted file mode 100644
index 76af165de..000000000
--- a/core/src/site/resources/tags/hidden.html
+++ /dev/null
@@ -1,384 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/i18n-attributes.html b/core/src/site/resources/tags/i18n-attributes.html
new file mode 100644
index 000000000..c0e3f4bcf
--- /dev/null
+++ b/core/src/site/resources/tags/i18n-attributes.html
@@ -0,0 +1,24 @@
+
+
+ Dynamic Attributes Allowed: false |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | addLabel |
+ false |
+ |
+ false |
+ String |
+ the label used for the add button |
+
+
+ | allowRemoveAll |
+ false |
+ |
+ false |
+ String |
+ Determine whether the remove all button will display |
+
+
+ | allowUpDown |
+ false |
+ |
+ false |
+ String |
+ Determine whether items in the list can be reordered |
+
+
+ | buttonCssClass |
+ false |
+ |
+ false |
+ String |
+ the css class used for rendering buttons |
+
+
+ | buttonCssStyle |
+ false |
+ |
+ false |
+ String |
+ the css style used for rendering buttons |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | downLabel |
+ false |
+ |
+ false |
+ String |
+ the label used for the down button |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | headerKey |
+ false |
+ |
+ false |
+ String |
+ the header key of the select box |
+
+
+ | headerValue |
+ false |
+ |
+ false |
+ String |
+ the header value of the select box |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | leftTitle |
+ false |
+ |
+ false |
+ String |
+ the left hand title |
+
+
+ | list |
+ true |
+ |
+ false |
+ String |
+ Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. |
+
+
+ | listCssClass |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get css class from |
+
+
+ | listCssStyle |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get css style from |
+
+
+ | listKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value from |
+
+
+ | listLabelKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to be used to lookup for localised version of field label |
+
+
+ | listTitle |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get title from |
+
+
+ | listValue |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field content from |
+
+
+ | listValueKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value label from |
+
+
+ | multiple |
+ false |
+ |
+ false |
+ String |
+ Determine whether or not multiple entries are shown |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | removeAllLabel |
+ false |
+ |
+ false |
+ String |
+ the label used for the remove all button |
+
+
+ | removeLabel |
+ false |
+ |
+ false |
+ String |
+ the label used for the remove button |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | rightTitle |
+ false |
+ |
+ false |
+ String |
+ the right hand title |
+
+
+ | size |
+ false |
+ |
+ false |
+ String |
+ the size of the select box |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | upLabel |
+ false |
+ |
+ false |
+ String |
+ the label used for the up button |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/inputtransferselect-description.html b/core/src/site/resources/tags/inputtransferselect-description.html
new file mode 100644
index 000000000..fd219ee26
--- /dev/null
+++ b/core/src/site/resources/tags/inputtransferselect-description.html
@@ -0,0 +1 @@
+Renders an input form
diff --git a/core/src/site/resources/tags/inputtransferselect.html b/core/src/site/resources/tags/inputtransferselect.html
deleted file mode 100644
index 550ae3ee9..000000000
--- a/core/src/site/resources/tags/inputtransferselect.html
+++ /dev/null
@@ -1,568 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: false |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | addLabel |
- false |
- |
- false |
- String |
- the label used for the add button |
-
-
- | allowRemoveAll |
- false |
- |
- false |
- String |
- Determine whether the remove all button will display |
-
-
- | allowUpDown |
- false |
- |
- false |
- String |
- Determine whether items in the list can be reordered |
-
-
- | buttonCssClass |
- false |
- |
- false |
- String |
- the css class used for rendering buttons |
-
-
- | buttonCssStyle |
- false |
- |
- false |
- String |
- the css style used for rendering buttons |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | downLabel |
- false |
- |
- false |
- String |
- the label used for the down button |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | headerKey |
- false |
- |
- false |
- String |
- the header key of the select box |
-
-
- | headerValue |
- false |
- |
- false |
- String |
- the header value of the select box |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | leftTitle |
- false |
- |
- false |
- String |
- the left hand title |
-
-
- | list |
- true |
- |
- false |
- String |
- Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. |
-
-
- | listCssClass |
- false |
- |
- false |
- String |
- Property of list objects to get css class from |
-
-
- | listCssStyle |
- false |
- |
- false |
- String |
- Property of list objects to get css style from |
-
-
- | listKey |
- false |
- |
- false |
- String |
- Property of list objects to get field value from |
-
-
- | listLabelKey |
- false |
- |
- false |
- String |
- Property of list objects to be used to lookup for localised version of field label |
-
-
- | listTitle |
- false |
- |
- false |
- String |
- Property of list objects to get title from |
-
-
- | listValue |
- false |
- |
- false |
- String |
- Property of list objects to get field content from |
-
-
- | listValueKey |
- false |
- |
- false |
- String |
- Property of list objects to get field value label from |
-
-
- | multiple |
- false |
- |
- false |
- String |
- Determine whether or not multiple entries are shown |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | removeAllLabel |
- false |
- |
- false |
- String |
- the label used for the remove all button |
-
-
- | removeLabel |
- false |
- |
- false |
- String |
- the label used for the remove button |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | rightTitle |
- false |
- |
- false |
- String |
- the right hand title |
-
-
- | size |
- false |
- |
- false |
- String |
- the size of the select box |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | upLabel |
- false |
- |
- false |
- String |
- the label used for the up button |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/iterator-attributes.html b/core/src/site/resources/tags/iterator-attributes.html
new file mode 100644
index 000000000..ffea9210e
--- /dev/null
+++ b/core/src/site/resources/tags/iterator-attributes.html
@@ -0,0 +1,64 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | for |
+ false |
+ |
+ false |
+ String |
+ HTML for attribute |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/label-description.html b/core/src/site/resources/tags/label-description.html
new file mode 100644
index 000000000..c7f7d9b83
--- /dev/null
+++ b/core/src/site/resources/tags/label-description.html
@@ -0,0 +1 @@
+Render a label that displays read-only information
diff --git a/core/src/site/resources/tags/label.html b/core/src/site/resources/tags/label.html
deleted file mode 100644
index 82a7c96e2..000000000
--- a/core/src/site/resources/tags/label.html
+++ /dev/null
@@ -1,392 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | for |
- false |
- |
- false |
- String |
- HTML for attribute |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/merge-attributes.html b/core/src/site/resources/tags/merge-attributes.html
new file mode 100644
index 000000000..d11b88f02
--- /dev/null
+++ b/core/src/site/resources/tags/merge-attributes.html
@@ -0,0 +1,24 @@
+
+
+ Dynamic Attributes Allowed: false |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | addAllToLeftLabel |
+ false |
+ |
+ false |
+ String |
+ Set Add To Left button label |
+
+
+ | addAllToLeftOnclick |
+ false |
+ |
+ false |
+ String |
+ Javascript to run after Add All To Left button pressed |
+
+
+ | addAllToRightLabel |
+ false |
+ |
+ false |
+ String |
+ Set Add All To Right button label |
+
+
+ | addAllToRightOnclick |
+ false |
+ |
+ false |
+ String |
+ Javascript to run after Add All To Right button pressed |
+
+
+ | addToLeftLabel |
+ false |
+ |
+ false |
+ String |
+ Set Add To Left button label |
+
+
+ | addToLeftOnclick |
+ false |
+ |
+ false |
+ String |
+ Javascript to run after Add To Left button pressed |
+
+
+ | addToRightLabel |
+ false |
+ |
+ false |
+ String |
+ Set Add To Right button label |
+
+
+ | addToRightOnclick |
+ false |
+ |
+ false |
+ String |
+ Javascript to run after Add To Right button pressed |
+
+
+ | allowAddAllToLeft |
+ false |
+ |
+ false |
+ String |
+ Enable Add All To Left button |
+
+
+ | allowAddAllToRight |
+ false |
+ |
+ false |
+ String |
+ Enable Add All To Right button |
+
+
+ | allowAddToLeft |
+ false |
+ |
+ false |
+ String |
+ Enable Add To Left button |
+
+
+ | allowAddToRight |
+ false |
+ |
+ false |
+ String |
+ Enable Add To Right button |
+
+
+ | allowSelectAll |
+ false |
+ |
+ false |
+ String |
+ Enable Select All button |
+
+
+ | allowUpDownOnLeft |
+ false |
+ |
+ false |
+ String |
+ Enable up / down on the left side |
+
+
+ | allowUpDownOnRight |
+ false |
+ |
+ false |
+ String |
+ Enable up / down on the right side |
+
+
+ | buttonCssClass |
+ false |
+ |
+ false |
+ String |
+ Set buttons css class |
+
+
+ | buttonCssStyle |
+ false |
+ |
+ false |
+ String |
+ Set button css style |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | doubleAccesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute. |
+
+
+ | doubleCssClass |
+ false |
+ |
+ false |
+ String |
+ The css class for the second list |
+
+
+ | doubleCssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style for the second list |
+
+
+ | doubleDisabled |
+ false |
+ |
+ false |
+ String |
+ Decides if a disable attribute should be added to the second list |
+
+
+ | doubleEmptyOption |
+ false |
+ |
+ false |
+ String |
+ Decides if the second list will add an empty option |
+
+
+ | doubleHeaderKey |
+ false |
+ |
+ false |
+ String |
+ The header key for the second list |
+
+
+ | doubleHeaderValue |
+ false |
+ |
+ false |
+ String |
+ The header value for the second list |
+
+
+ | doubleId |
+ false |
+ |
+ false |
+ String |
+ The id of the second list |
+
+
+ | doubleList |
+ true |
+ |
+ false |
+ String |
+ The second iterable source to populate from. |
+
+
+ | doubleListCssClass |
+ false |
+ |
+ false |
+ String |
+ Property of second list objects to get css class from |
+
+
+ | doubleListCssStyle |
+ false |
+ |
+ false |
+ String |
+ Property of second list objects to get css style from |
+
+
+ | doubleListKey |
+ false |
+ |
+ false |
+ String |
+ The key expression to use for second list |
+
+
+ | doubleListTitle |
+ false |
+ |
+ false |
+ String |
+ Property of second list objects to get title from |
+
+
+ | doubleListValue |
+ false |
+ |
+ false |
+ String |
+ The value expression to use for second list |
+
+
+ | doubleMultiple |
+ false |
+ |
+ false |
+ String |
+ Decides if multiple attribute should be set on the second list |
+
+
+ | doubleName |
+ true |
+ |
+ false |
+ String |
+ The name for complete component |
+
+
+ | doubleOnblur |
+ false |
+ |
+ false |
+ String |
+ Set the onblur attribute of the second list |
+
+
+ | doubleOnchange |
+ false |
+ |
+ false |
+ String |
+ Set the onchange attribute of the second list |
+
+
+ | doubleOnclick |
+ false |
+ |
+ false |
+ String |
+ Set the onclick attribute of the second list |
+
+
+ | doubleOndblclick |
+ false |
+ |
+ false |
+ String |
+ Set the ondbclick attribute of the second list |
+
+
+ | doubleOnfocus |
+ false |
+ |
+ false |
+ String |
+ Set the onfocus attribute of the second list |
+
+
+ | doubleOnkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the onkeydown attribute of the second list |
+
+
+ | doubleOnkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the onkeypress attribute of the second list |
+
+
+ | doubleOnkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the onkeyup attribute of the second list |
+
+
+ | doubleOnmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the onmousedown attribute of the second list |
+
+
+ | doubleOnmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the onmousemove attribute of the second list |
+
+
+ | doubleOnmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the onmouseout attribute of the second list |
+
+
+ | doubleOnmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the onmouseover attribute of the second list |
+
+
+ | doubleOnmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the onmouseup attribute of the second list |
+
+
+ | doubleOnselect |
+ false |
+ |
+ false |
+ String |
+ Set the onselect attribute of the second list |
+
+
+ | doubleSize |
+ false |
+ |
+ false |
+ String |
+ Set the size attribute of the second list |
+
+
+ | doubleValue |
+ false |
+ |
+ false |
+ String |
+ The value expression for complete component |
+
+
+ | emptyOption |
+ false |
+ false |
+ false |
+ Boolean |
+ Decides of an empty option is to be inserted in the second list |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | formName |
+ false |
+ |
+ false |
+ String |
+ The form name this component resides in and populates to |
+
+
+ | headerKey |
+ false |
+ |
+ false |
+ String |
+ Set the header key of the second list. Must not be empty! '-1' and '' is correct, '' is bad. |
+
+
+ | headerValue |
+ false |
+ |
+ false |
+ String |
+ Set the header value of the second list |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | leftDownLabel |
+ false |
+ |
+ false |
+ String |
+ Down label for the left side. |
+
+
+ | leftTitle |
+ false |
+ |
+ false |
+ String |
+ Set Left title |
+
+
+ | leftUpLabel |
+ false |
+ |
+ false |
+ String |
+ Up label for the left side |
+
+
+ | list |
+ true |
+ |
+ false |
+ String |
+ Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. |
+
+
+ | listCssClass |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get css class from |
+
+
+ | listCssStyle |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get css style from |
+
+
+ | listKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value from |
+
+
+ | listLabelKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to be used to lookup for localised version of field label |
+
+
+ | listTitle |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get title from |
+
+
+ | listValue |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field content from |
+
+
+ | listValueKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value label from |
+
+
+ | multiple |
+ false |
+ |
+ false |
+ String |
+ Creates a multiple select. The tag will pre-select multiple values if the values are passed as an Array (of appropriate types) via the value attribute. |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | rightDownLabel |
+ false |
+ |
+ false |
+ String |
+ Down label for the left side. |
+
+
+ | rightTitle |
+ false |
+ |
+ false |
+ String |
+ Set Right title |
+
+
+ | rightUpLabel |
+ false |
+ |
+ false |
+ String |
+ Up label for the right side. |
+
+
+ | selectAllLabel |
+ false |
+ |
+ false |
+ String |
+ Set Select All button label |
+
+
+ | selectAllOnclick |
+ false |
+ |
+ false |
+ String |
+ Javascript to run after Select All button pressed |
+
+
+ | size |
+ false |
+ |
+ false |
+ Integer |
+ Size of the element box (# of elements to show) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | upDownOnLeftOnclick |
+ false |
+ |
+ false |
+ String |
+ Javascript to run after up / down on the left side buttons pressed |
+
+
+ | upDownOnRightOnclick |
+ false |
+ |
+ false |
+ String |
+ Javascript to run after up / down on the right side buttons pressed |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/optiontransferselect-description.html b/core/src/site/resources/tags/optiontransferselect-description.html
new file mode 100644
index 000000000..fd219ee26
--- /dev/null
+++ b/core/src/site/resources/tags/optiontransferselect-description.html
@@ -0,0 +1 @@
+Renders an input form
diff --git a/core/src/site/resources/tags/optiontransferselect.html b/core/src/site/resources/tags/optiontransferselect.html
deleted file mode 100644
index 0dd58b0bc..000000000
--- a/core/src/site/resources/tags/optiontransferselect.html
+++ /dev/null
@@ -1,968 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: false |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | addAllToLeftLabel |
- false |
- |
- false |
- String |
- Set Add To Left button label |
-
-
- | addAllToLeftOnclick |
- false |
- |
- false |
- String |
- Javascript to run after Add All To Left button pressed |
-
-
- | addAllToRightLabel |
- false |
- |
- false |
- String |
- Set Add All To Right button label |
-
-
- | addAllToRightOnclick |
- false |
- |
- false |
- String |
- Javascript to run after Add All To Right button pressed |
-
-
- | addToLeftLabel |
- false |
- |
- false |
- String |
- Set Add To Left button label |
-
-
- | addToLeftOnclick |
- false |
- |
- false |
- String |
- Javascript to run after Add To Left button pressed |
-
-
- | addToRightLabel |
- false |
- |
- false |
- String |
- Set Add To Right button label |
-
-
- | addToRightOnclick |
- false |
- |
- false |
- String |
- Javascript to run after Add To Right button pressed |
-
-
- | allowAddAllToLeft |
- false |
- |
- false |
- String |
- Enable Add All To Left button |
-
-
- | allowAddAllToRight |
- false |
- |
- false |
- String |
- Enable Add All To Right button |
-
-
- | allowAddToLeft |
- false |
- |
- false |
- String |
- Enable Add To Left button |
-
-
- | allowAddToRight |
- false |
- |
- false |
- String |
- Enable Add To Right button |
-
-
- | allowSelectAll |
- false |
- |
- false |
- String |
- Enable Select All button |
-
-
- | allowUpDownOnLeft |
- false |
- |
- false |
- String |
- Enable up / down on the left side |
-
-
- | allowUpDownOnRight |
- false |
- |
- false |
- String |
- Enable up / down on the right side |
-
-
- | buttonCssClass |
- false |
- |
- false |
- String |
- Set buttons css class |
-
-
- | buttonCssStyle |
- false |
- |
- false |
- String |
- Set button css style |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | doubleAccesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute. |
-
-
- | doubleCssClass |
- false |
- |
- false |
- String |
- The css class for the second list |
-
-
- | doubleCssStyle |
- false |
- |
- false |
- String |
- The css style for the second list |
-
-
- | doubleDisabled |
- false |
- |
- false |
- String |
- Decides if a disable attribute should be added to the second list |
-
-
- | doubleEmptyOption |
- false |
- |
- false |
- String |
- Decides if the second list will add an empty option |
-
-
- | doubleHeaderKey |
- false |
- |
- false |
- String |
- The header key for the second list |
-
-
- | doubleHeaderValue |
- false |
- |
- false |
- String |
- The header value for the second list |
-
-
- | doubleId |
- false |
- |
- false |
- String |
- The id of the second list |
-
-
- | doubleList |
- true |
- |
- false |
- String |
- The second iterable source to populate from. |
-
-
- | doubleListCssClass |
- false |
- |
- false |
- String |
- Property of second list objects to get css class from |
-
-
- | doubleListCssStyle |
- false |
- |
- false |
- String |
- Property of second list objects to get css style from |
-
-
- | doubleListKey |
- false |
- |
- false |
- String |
- The key expression to use for second list |
-
-
- | doubleListTitle |
- false |
- |
- false |
- String |
- Property of second list objects to get title from |
-
-
- | doubleListValue |
- false |
- |
- false |
- String |
- The value expression to use for second list |
-
-
- | doubleMultiple |
- false |
- |
- false |
- String |
- Decides if multiple attribute should be set on the second list |
-
-
- | doubleName |
- true |
- |
- false |
- String |
- The name for complete component |
-
-
- | doubleOnblur |
- false |
- |
- false |
- String |
- Set the onblur attribute of the second list |
-
-
- | doubleOnchange |
- false |
- |
- false |
- String |
- Set the onchange attribute of the second list |
-
-
- | doubleOnclick |
- false |
- |
- false |
- String |
- Set the onclick attribute of the second list |
-
-
- | doubleOndblclick |
- false |
- |
- false |
- String |
- Set the ondbclick attribute of the second list |
-
-
- | doubleOnfocus |
- false |
- |
- false |
- String |
- Set the onfocus attribute of the second list |
-
-
- | doubleOnkeydown |
- false |
- |
- false |
- String |
- Set the onkeydown attribute of the second list |
-
-
- | doubleOnkeypress |
- false |
- |
- false |
- String |
- Set the onkeypress attribute of the second list |
-
-
- | doubleOnkeyup |
- false |
- |
- false |
- String |
- Set the onkeyup attribute of the second list |
-
-
- | doubleOnmousedown |
- false |
- |
- false |
- String |
- Set the onmousedown attribute of the second list |
-
-
- | doubleOnmousemove |
- false |
- |
- false |
- String |
- Set the onmousemove attribute of the second list |
-
-
- | doubleOnmouseout |
- false |
- |
- false |
- String |
- Set the onmouseout attribute of the second list |
-
-
- | doubleOnmouseover |
- false |
- |
- false |
- String |
- Set the onmouseover attribute of the second list |
-
-
- | doubleOnmouseup |
- false |
- |
- false |
- String |
- Set the onmouseup attribute of the second list |
-
-
- | doubleOnselect |
- false |
- |
- false |
- String |
- Set the onselect attribute of the second list |
-
-
- | doubleSize |
- false |
- |
- false |
- String |
- Set the size attribute of the second list |
-
-
- | doubleValue |
- false |
- |
- false |
- String |
- The value expression for complete component |
-
-
- | emptyOption |
- false |
- false |
- false |
- Boolean |
- Decides of an empty option is to be inserted in the second list |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | formName |
- false |
- |
- false |
- String |
- The form name this component resides in and populates to |
-
-
- | headerKey |
- false |
- |
- false |
- String |
- Set the header key of the second list. Must not be empty! '-1' and '' is correct, '' is bad. |
-
-
- | headerValue |
- false |
- |
- false |
- String |
- Set the header value of the second list |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | leftDownLabel |
- false |
- |
- false |
- String |
- Down label for the left side. |
-
-
- | leftTitle |
- false |
- |
- false |
- String |
- Set Left title |
-
-
- | leftUpLabel |
- false |
- |
- false |
- String |
- Up label for the left side |
-
-
- | list |
- true |
- |
- false |
- String |
- Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. |
-
-
- | listCssClass |
- false |
- |
- false |
- String |
- Property of list objects to get css class from |
-
-
- | listCssStyle |
- false |
- |
- false |
- String |
- Property of list objects to get css style from |
-
-
- | listKey |
- false |
- |
- false |
- String |
- Property of list objects to get field value from |
-
-
- | listLabelKey |
- false |
- |
- false |
- String |
- Property of list objects to be used to lookup for localised version of field label |
-
-
- | listTitle |
- false |
- |
- false |
- String |
- Property of list objects to get title from |
-
-
- | listValue |
- false |
- |
- false |
- String |
- Property of list objects to get field content from |
-
-
- | listValueKey |
- false |
- |
- false |
- String |
- Property of list objects to get field value label from |
-
-
- | multiple |
- false |
- |
- false |
- String |
- Creates a multiple select. The tag will pre-select multiple values if the values are passed as an Array (of appropriate types) via the value attribute. |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | rightDownLabel |
- false |
- |
- false |
- String |
- Down label for the left side. |
-
-
- | rightTitle |
- false |
- |
- false |
- String |
- Set Right title |
-
-
- | rightUpLabel |
- false |
- |
- false |
- String |
- Up label for the right side. |
-
-
- | selectAllLabel |
- false |
- |
- false |
- String |
- Set Select All button label |
-
-
- | selectAllOnclick |
- false |
- |
- false |
- String |
- Javascript to run after Select All button pressed |
-
-
- | size |
- false |
- |
- false |
- Integer |
- Size of the element box (# of elements to show) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | upDownOnLeftOnclick |
- false |
- |
- false |
- String |
- Javascript to run after up / down on the left side buttons pressed |
-
-
- | upDownOnRightOnclick |
- false |
- |
- false |
- String |
- Javascript to run after up / down on the right side buttons pressed |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/param-attributes.html b/core/src/site/resources/tags/param-attributes.html
new file mode 100644
index 000000000..f3273cce5
--- /dev/null
+++ b/core/src/site/resources/tags/param-attributes.html
@@ -0,0 +1,40 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | maxLength |
+ false |
+ |
+ false |
+ Integer |
+ Deprecated. Use maxlength instead. |
+
+
+ | maxlength |
+ false |
+ |
+ false |
+ Integer |
+ HTML maxlength attribute |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | readonly |
+ false |
+ false |
+ false |
+ Boolean |
+ Whether the input is readonly |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | showPassword |
+ false |
+ false |
+ false |
+ Boolean |
+ Whether to show input |
+
+
+ | size |
+ false |
+ |
+ false |
+ Integer |
+ HTML size attribute |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | type |
+ false |
+ text |
+ false |
+ String |
+ Specifies the html5 type element to display. e.g. text, email, url |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/password-description.html b/core/src/site/resources/tags/password-description.html
new file mode 100644
index 000000000..4863dc7e5
--- /dev/null
+++ b/core/src/site/resources/tags/password-description.html
@@ -0,0 +1 @@
+Render an HTML input tag of type password
diff --git a/core/src/site/resources/tags/password.html b/core/src/site/resources/tags/password.html
deleted file mode 100644
index 1de56cf3d..000000000
--- a/core/src/site/resources/tags/password.html
+++ /dev/null
@@ -1,432 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | maxLength |
- false |
- |
- false |
- Integer |
- Deprecated. Use maxlength instead. |
-
-
- | maxlength |
- false |
- |
- false |
- Integer |
- HTML maxlength attribute |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | readonly |
- false |
- false |
- false |
- Boolean |
- Whether the input is readonly |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | showPassword |
- false |
- false |
- false |
- Boolean |
- Whether to show input |
-
-
- | size |
- false |
- |
- false |
- Integer |
- HTML size attribute |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | type |
- false |
- text |
- false |
- String |
- Specifies the html5 type element to display. e.g. text, email, url |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/property-attributes.html b/core/src/site/resources/tags/property-attributes.html
new file mode 100644
index 000000000..9134bd739
--- /dev/null
+++ b/core/src/site/resources/tags/property-attributes.html
@@ -0,0 +1,64 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | list |
+ true |
+ |
+ false |
+ String |
+ Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. |
+
+
+ | listCssClass |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get css class from |
+
+
+ | listCssStyle |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get css style from |
+
+
+ | listKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value from |
+
+
+ | listLabelKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to be used to lookup for localised version of field label |
+
+
+ | listTitle |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get title from |
+
+
+ | listValue |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field content from |
+
+
+ | listValueKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value label from |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/radio-description.html b/core/src/site/resources/tags/radio-description.html
new file mode 100644
index 000000000..ba2fc91cf
--- /dev/null
+++ b/core/src/site/resources/tags/radio-description.html
@@ -0,0 +1 @@
+Renders a radio button input field
diff --git a/core/src/site/resources/tags/radio.html b/core/src/site/resources/tags/radio.html
deleted file mode 100644
index df37c325a..000000000
--- a/core/src/site/resources/tags/radio.html
+++ /dev/null
@@ -1,448 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | list |
- true |
- |
- false |
- String |
- Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. |
-
-
- | listCssClass |
- false |
- |
- false |
- String |
- Property of list objects to get css class from |
-
-
- | listCssStyle |
- false |
- |
- false |
- String |
- Property of list objects to get css style from |
-
-
- | listKey |
- false |
- |
- false |
- String |
- Property of list objects to get field value from |
-
-
- | listLabelKey |
- false |
- |
- false |
- String |
- Property of list objects to be used to lookup for localised version of field label |
-
-
- | listTitle |
- false |
- |
- false |
- String |
- Property of list objects to get title from |
-
-
- | listValue |
- false |
- |
- false |
- String |
- Property of list objects to get field content from |
-
-
- | listValueKey |
- false |
- |
- false |
- String |
- Property of list objects to get field value label from |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/reset-attributes.html b/core/src/site/resources/tags/reset-attributes.html
new file mode 100644
index 000000000..12caf4924
--- /dev/null
+++ b/core/src/site/resources/tags/reset-attributes.html
@@ -0,0 +1,400 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | action |
+ false |
+ |
+ false |
+ String |
+ Set action attribute. |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Supply a reset button text apart from reset value. Will have no effect for input type reset, since button text will always be the value parameter. |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | method |
+ false |
+ |
+ false |
+ String |
+ Set method attribute. |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | openTemplate |
+ false |
+ |
+ false |
+ String |
+ Set template to use for opening the rendered html. |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | src |
+ false |
+ |
+ false |
+ String |
+ Supply an image src for image type reset button. Will have no effect for types input and button. |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | type |
+ false |
+ input |
+ false |
+ String |
+ The type of submit to use. Valid values are input, button and image. |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/reset-description.html b/core/src/site/resources/tags/reset-description.html
new file mode 100644
index 000000000..5b9b4e80f
--- /dev/null
+++ b/core/src/site/resources/tags/reset-description.html
@@ -0,0 +1 @@
+Render a reset button
diff --git a/core/src/site/resources/tags/reset.html b/core/src/site/resources/tags/reset.html
deleted file mode 100644
index 006302af3..000000000
--- a/core/src/site/resources/tags/reset.html
+++ /dev/null
@@ -1,424 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | action |
- false |
- |
- false |
- String |
- Set action attribute. |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Supply a reset button text apart from reset value. Will have no effect for input type reset, since button text will always be the value parameter. |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | method |
- false |
- |
- false |
- String |
- Set method attribute. |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | openTemplate |
- false |
- |
- false |
- String |
- Set template to use for opening the rendered html. |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | src |
- false |
- |
- false |
- String |
- Supply an image src for image type reset button. Will have no effect for types input and button. |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | type |
- false |
- input |
- false |
- String |
- The type of submit to use. Valid values are input, button and image. |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/select-attributes.html b/core/src/site/resources/tags/select-attributes.html
new file mode 100644
index 000000000..1477527ad
--- /dev/null
+++ b/core/src/site/resources/tags/select-attributes.html
@@ -0,0 +1,464 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | emptyOption |
+ false |
+ false |
+ false |
+ Boolean |
+ Whether or not to add an empty (--) option after the header option |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | headerKey |
+ false |
+ |
+ false |
+ String |
+ Key for first item in list. Must not be empty! '-1' and '' is correct, '' is bad. |
+
+
+ | headerValue |
+ false |
+ |
+ false |
+ String |
+ Value expression for first item in list |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | list |
+ true |
+ |
+ false |
+ String |
+ Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. |
+
+
+ | listCssClass |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get css class from |
+
+
+ | listCssStyle |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get css style from |
+
+
+ | listKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value from |
+
+
+ | listLabelKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to be used to lookup for localised version of field label |
+
+
+ | listTitle |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get title from |
+
+
+ | listValue |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field content from |
+
+
+ | listValueKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value label from |
+
+
+ | multiple |
+ false |
+ false |
+ false |
+ Boolean |
+ Creates a multiple select. The tag will pre-select multiple values if the values are passed as an Array or a Collection(of appropriate types) via the value attribute. If one of the keys equals one of the values in the Collection or Array it wil be selected |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | size |
+ false |
+ |
+ false |
+ Integer |
+ Size of the element box (# of elements to show) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/select-description.html b/core/src/site/resources/tags/select-description.html
new file mode 100644
index 000000000..20ccd9f2c
--- /dev/null
+++ b/core/src/site/resources/tags/select-description.html
@@ -0,0 +1 @@
+Render a select element
diff --git a/core/src/site/resources/tags/select.html b/core/src/site/resources/tags/select.html
deleted file mode 100644
index b3ab30ed9..000000000
--- a/core/src/site/resources/tags/select.html
+++ /dev/null
@@ -1,488 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | emptyOption |
- false |
- false |
- false |
- Boolean |
- Whether or not to add an empty (--) option after the header option |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | headerKey |
- false |
- |
- false |
- String |
- Key for first item in list. Must not be empty! '-1' and '' is correct, '' is bad. |
-
-
- | headerValue |
- false |
- |
- false |
- String |
- Value expression for first item in list |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | list |
- true |
- |
- false |
- String |
- Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. |
-
-
- | listCssClass |
- false |
- |
- false |
- String |
- Property of list objects to get css class from |
-
-
- | listCssStyle |
- false |
- |
- false |
- String |
- Property of list objects to get css style from |
-
-
- | listKey |
- false |
- |
- false |
- String |
- Property of list objects to get field value from |
-
-
- | listLabelKey |
- false |
- |
- false |
- String |
- Property of list objects to be used to lookup for localised version of field label |
-
-
- | listTitle |
- false |
- |
- false |
- String |
- Property of list objects to get title from |
-
-
- | listValue |
- false |
- |
- false |
- String |
- Property of list objects to get field content from |
-
-
- | listValueKey |
- false |
- |
- false |
- String |
- Property of list objects to get field value label from |
-
-
- | multiple |
- false |
- false |
- false |
- Boolean |
- Creates a multiple select. The tag will pre-select multiple values if the values are passed as an Array or a Collection(of appropriate types) via the value attribute. If one of the keys equals one of the values in the Collection or Array it wil be selected |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | size |
- false |
- |
- false |
- Integer |
- Size of the element box (# of elements to show) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/set-attributes.html b/core/src/site/resources/tags/set-attributes.html
new file mode 100644
index 000000000..e52aded42
--- /dev/null
+++ b/core/src/site/resources/tags/set-attributes.html
@@ -0,0 +1,48 @@
+
-
- Sort a List using a Comparator both passed in as the tag attribute.
-
-
-
-
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | action |
+ false |
+ |
+ false |
+ String |
+ Set action attribute. |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | escapeHtmlBody |
+ false |
+ true |
+ false |
+ Boolean |
+ Specifies whether to HTML-escape the tag body or not |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | method |
+ false |
+ |
+ false |
+ String |
+ Set method attribute. |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | openTemplate |
+ false |
+ |
+ false |
+ String |
+ Set template to use for opening the rendered html. |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | src |
+ false |
+ |
+ false |
+ String |
+ Supply an image src for image type submit button. Will have no effect for types input and button. |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | type |
+ false |
+ input |
+ false |
+ String |
+ The type of submit to use. Valid values are input, button and image. |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/submit-description.html b/core/src/site/resources/tags/submit-description.html
new file mode 100644
index 000000000..42aa4b7dc
--- /dev/null
+++ b/core/src/site/resources/tags/submit-description.html
@@ -0,0 +1 @@
+Render a submit button
diff --git a/core/src/site/resources/tags/submit.html b/core/src/site/resources/tags/submit.html
deleted file mode 100644
index 028cb642a..000000000
--- a/core/src/site/resources/tags/submit.html
+++ /dev/null
@@ -1,432 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | action |
- false |
- |
- false |
- String |
- Set action attribute. |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | escapeHtmlBody |
- false |
- true |
- false |
- Boolean |
- Specifies whether to HTML-escape the tag body or not |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | method |
- false |
- |
- false |
- String |
- Set method attribute. |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | openTemplate |
- false |
- |
- false |
- String |
- Set template to use for opening the rendered html. |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | src |
- false |
- |
- false |
- String |
- Supply an image src for image type submit button. Will have no effect for types input and button. |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | type |
- false |
- input |
- false |
- String |
- The type of submit to use. Valid values are input, button and image. |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/subset-attributes.html b/core/src/site/resources/tags/subset-attributes.html
new file mode 100644
index 000000000..8cf02e6b3
--- /dev/null
+++ b/core/src/site/resources/tags/subset-attributes.html
@@ -0,0 +1,56 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cols |
+ false |
+ |
+ false |
+ Integer |
+ HTML cols attribute |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | readonly |
+ false |
+ false |
+ false |
+ Boolean |
+ Whether the textarea is readonly |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | rows |
+ false |
+ |
+ false |
+ Integer |
+ HTML rows attribute |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
+ | wrap |
+ false |
+ |
+ false |
+ String |
+ HTML wrap attribute |
+
+
diff --git a/core/src/site/resources/tags/textarea-description.html b/core/src/site/resources/tags/textarea-description.html
new file mode 100644
index 000000000..21a2afde5
--- /dev/null
+++ b/core/src/site/resources/tags/textarea-description.html
@@ -0,0 +1 @@
+Render HTML textarea tag.
diff --git a/core/src/site/resources/tags/textarea.html b/core/src/site/resources/tags/textarea.html
deleted file mode 100644
index 8972566b1..000000000
--- a/core/src/site/resources/tags/textarea.html
+++ /dev/null
@@ -1,416 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cols |
- false |
- |
- false |
- Integer |
- HTML cols attribute |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | readonly |
- false |
- false |
- false |
- Boolean |
- Whether the textarea is readonly |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | rows |
- false |
- |
- false |
- Integer |
- HTML rows attribute |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
- | wrap |
- false |
- |
- false |
- String |
- HTML wrap attribute |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/textfield-attributes.html b/core/src/site/resources/tags/textfield-attributes.html
new file mode 100644
index 000000000..5e9a6a900
--- /dev/null
+++ b/core/src/site/resources/tags/textfield-attributes.html
@@ -0,0 +1,400 @@
+
+
+ Dynamic Attributes Allowed: true |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | maxLength |
+ false |
+ |
+ false |
+ Integer |
+ Deprecated. Use maxlength instead. |
+
+
+ | maxlength |
+ false |
+ |
+ false |
+ Integer |
+ HTML maxlength attribute |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | readonly |
+ false |
+ false |
+ false |
+ Boolean |
+ Whether the input is readonly |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | size |
+ false |
+ |
+ false |
+ Integer |
+ HTML size attribute |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | type |
+ false |
+ text |
+ false |
+ String |
+ Specifies the html5 type element to display. e.g. text, email, url |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/textfield-description.html b/core/src/site/resources/tags/textfield-description.html
new file mode 100644
index 000000000..c41da8c9d
--- /dev/null
+++ b/core/src/site/resources/tags/textfield-description.html
@@ -0,0 +1 @@
+Render an HTML input field of type text
diff --git a/core/src/site/resources/tags/textfield.html b/core/src/site/resources/tags/textfield.html
deleted file mode 100644
index 04e71da67..000000000
--- a/core/src/site/resources/tags/textfield.html
+++ /dev/null
@@ -1,424 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: true |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | maxLength |
- false |
- |
- false |
- Integer |
- Deprecated. Use maxlength instead. |
-
-
- | maxlength |
- false |
- |
- false |
- Integer |
- HTML maxlength attribute |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | readonly |
- false |
- false |
- false |
- Boolean |
- Whether the input is readonly |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | size |
- false |
- |
- false |
- Integer |
- HTML size attribute |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | type |
- false |
- text |
- false |
- String |
- Specifies the html5 type element to display. e.g. text, email, url |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/token-attributes.html b/core/src/site/resources/tags/token-attributes.html
new file mode 100644
index 000000000..0be92496a
--- /dev/null
+++ b/core/src/site/resources/tags/token-attributes.html
@@ -0,0 +1,360 @@
+
+
+ Dynamic Attributes Allowed: false |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/token-description.html b/core/src/site/resources/tags/token-description.html
new file mode 100644
index 000000000..962f05c9a
--- /dev/null
+++ b/core/src/site/resources/tags/token-description.html
@@ -0,0 +1 @@
+Stop double-submission of forms
diff --git a/core/src/site/resources/tags/token.html b/core/src/site/resources/tags/token.html
deleted file mode 100644
index 4b9a58028..000000000
--- a/core/src/site/resources/tags/token.html
+++ /dev/null
@@ -1,384 +0,0 @@
-
-
-
-
-
- Dynamic Attributes Allowed: false |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/updownselect-attributes.html b/core/src/site/resources/tags/updownselect-attributes.html
new file mode 100644
index 000000000..00de3174b
--- /dev/null
+++ b/core/src/site/resources/tags/updownselect-attributes.html
@@ -0,0 +1,512 @@
+
+
+ Dynamic Attributes Allowed: false |
+
+
+ | |
+
+
+ Name |
+ Required |
+ Default |
+ Evaluated |
+ Type |
+ Description |
+
+
+ | accesskey |
+ false |
+ |
+ false |
+ String |
+ Set the html accesskey attribute on rendered html element |
+
+
+ | allowMoveDown |
+ false |
+ true |
+ false |
+ Boolean |
+ Whether move down button should be displayed |
+
+
+ | allowMoveUp |
+ false |
+ true |
+ false |
+ Boolean |
+ Whether move up button should be displayed |
+
+
+ | allowSelectAll |
+ false |
+ true |
+ false |
+ Boolean |
+ Whether or not select all button should be displayed |
+
+
+ | class |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element - it's an alias of cssClass attribute. |
+
+
+ | cssClass |
+ false |
+ |
+ false |
+ String |
+ The css class to use for element |
+
+
+ | cssErrorClass |
+ false |
+ |
+ false |
+ String |
+ The css error class to use for element |
+
+
+ | cssErrorStyle |
+ false |
+ |
+ false |
+ String |
+ The css error style definitions for element to use |
+
+
+ | cssStyle |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use |
+
+
+ | disabled |
+ false |
+ |
+ false |
+ String |
+ Set the html disabled attribute on rendered html element |
+
+
+ | emptyOption |
+ false |
+ false |
+ false |
+ Boolean |
+ Whether or not to add an empty (--) option after the header option |
+
+
+ | errorPosition |
+ false |
+ |
+ false |
+ String |
+ Define error position of form element (top|bottom) |
+
+
+ | headerKey |
+ false |
+ |
+ false |
+ String |
+ Key for first item in list. Must not be empty! '-1' and '' is correct, '' is bad. |
+
+
+ | headerValue |
+ false |
+ |
+ false |
+ String |
+ Value expression for first item in list |
+
+
+ | id |
+ false |
+ |
+ false |
+ String |
+ HTML id attribute |
+
+
+ | javascriptTooltip |
+ false |
+ false |
+ false |
+ Boolean |
+ Use JavaScript to generate tooltips |
+
+
+ | key |
+ false |
+ |
+ false |
+ String |
+ Set the key (name, value, label) for this particular component |
+
+
+ | label |
+ false |
+ |
+ false |
+ String |
+ Label expression used for rendering an element specific label |
+
+
+ | labelSeparator |
+ false |
+ : |
+ false |
+ String |
+ String that will be appended to the label |
+
+
+ | labelposition |
+ false |
+ |
+ false |
+ String |
+ Define label position of form element (top/left) |
+
+
+ | list |
+ true |
+ |
+ false |
+ String |
+ Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. |
+
+
+ | listCssClass |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get css class from |
+
+
+ | listCssStyle |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get css style from |
+
+
+ | listKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value from |
+
+
+ | listLabelKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to be used to lookup for localised version of field label |
+
+
+ | listTitle |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get title from |
+
+
+ | listValue |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field content from |
+
+
+ | listValueKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value label from |
+
+
+ | moveDownLabel |
+ false |
+ v |
+ false |
+ String |
+ Text to display on the move down button |
+
+
+ | moveUpLabel |
+ false |
+ ^ |
+ false |
+ String |
+ Text to display on the move up button |
+
+
+ | multiple |
+ false |
+ false |
+ false |
+ Boolean |
+ Creates a multiple select. The tag will pre-select multiple values if the values are passed as an Array or a Collection(of appropriate types) via the value attribute. If one of the keys equals one of the values in the Collection or Array it wil be selected |
+
+
+ | name |
+ false |
+ |
+ false |
+ String |
+ The name to set for element |
+
+
+ | onblur |
+ false |
+ |
+ false |
+ String |
+ Set the html onblur attribute on rendered html element |
+
+
+ | onchange |
+ false |
+ |
+ false |
+ String |
+ Set the html onchange attribute on rendered html element |
+
+
+ | onclick |
+ false |
+ |
+ false |
+ String |
+ Set the html onclick attribute on rendered html element |
+
+
+ | ondblclick |
+ false |
+ |
+ false |
+ String |
+ Set the html ondblclick attribute on rendered html element |
+
+
+ | onfocus |
+ false |
+ |
+ false |
+ String |
+ Set the html onfocus attribute on rendered html element |
+
+
+ | onkeydown |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeydown attribute on rendered html element |
+
+
+ | onkeypress |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeypress attribute on rendered html element |
+
+
+ | onkeyup |
+ false |
+ |
+ false |
+ String |
+ Set the html onkeyup attribute on rendered html element |
+
+
+ | onmousedown |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousedown attribute on rendered html element |
+
+
+ | onmousemove |
+ false |
+ |
+ false |
+ String |
+ Set the html onmousemove attribute on rendered html element |
+
+
+ | onmouseout |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseout attribute on rendered html element |
+
+
+ | onmouseover |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseover attribute on rendered html element |
+
+
+ | onmouseup |
+ false |
+ |
+ false |
+ String |
+ Set the html onmouseup attribute on rendered html element |
+
+
+ | onselect |
+ false |
+ |
+ false |
+ String |
+ Set the html onselect attribute on rendered html element |
+
+
+ | requiredLabel |
+ false |
+ false |
+ false |
+ Boolean |
+ If set to true, the rendered element will indicate that input is required |
+
+
+ | requiredPosition |
+ false |
+ |
+ false |
+ String |
+ Define required position of required form element (left|right) |
+
+
+ | selectAllLabel |
+ false |
+ * |
+ false |
+ String |
+ Text to display on the select all button |
+
+
+ | size |
+ false |
+ |
+ false |
+ Integer |
+ Size of the element box (# of elements to show) |
+
+
+ | style |
+ false |
+ |
+ false |
+ String |
+ The css style definitions for element to use - it's an alias of cssStyle attribute. |
+
+
+ | tabindex |
+ false |
+ |
+ false |
+ String |
+ Set the html tabindex attribute on rendered html element |
+
+
+ | template |
+ false |
+ |
+ false |
+ String |
+ The template (other than default) to use for rendering the element |
+
+
+ | templateDir |
+ false |
+ |
+ false |
+ String |
+ The template directory. |
+
+
+ | theme |
+ false |
+ |
+ false |
+ String |
+ The theme (other than default) to use for rendering the element |
+
+
+ | title |
+ false |
+ |
+ false |
+ String |
+ Set the html title attribute on rendered html element |
+
+
+ | tooltip |
+ false |
+ |
+ false |
+ String |
+ Set the tooltip of this particular component |
+
+
+ | tooltipConfig |
+ false |
+ |
+ false |
+ String |
+ Deprecated. Use individual tooltip configuration attributes instead. |
+
+
+ | tooltipCssClass |
+ false |
+ StrutsTTClassic |
+ false |
+ String |
+ CSS class applied to JavaScrip tooltips |
+
+
+ | tooltipDelay |
+ false |
+ Classic |
+ false |
+ String |
+ Delay in milliseconds, before showing JavaScript tooltips |
+
+
+ | tooltipIconPath |
+ false |
+ |
+ false |
+ String |
+ Icon path used for image that will have the tooltip |
+
+
+ | value |
+ false |
+ |
+ false |
+ String |
+ Preset the value of input element. |
+
+
diff --git a/core/src/site/resources/tags/updownselect-description.html b/core/src/site/resources/tags/updownselect-description.html
new file mode 100644
index 000000000..76c17fd3e
--- /dev/null
+++ b/core/src/site/resources/tags/updownselect-description.html
@@ -0,0 +1 @@
+Create a Select component with buttons to move the elements in the select component up and down
diff --git a/core/src/site/resources/tags/updownselect.html b/core/src/site/resources/tags/updownselect.html
deleted file mode 100644
index 79947d808..000000000
--- a/core/src/site/resources/tags/updownselect.html
+++ /dev/null
@@ -1,536 +0,0 @@
-
-
-
-
-
- Create a Select component with buttons to move the elements in the select component up and down
-
-
-
-
-
- Dynamic Attributes Allowed: false |
-
-
- | |
-
-
- Name |
- Required |
- Default |
- Evaluated |
- Type |
- Description |
-
-
- | accesskey |
- false |
- |
- false |
- String |
- Set the html accesskey attribute on rendered html element |
-
-
- | allowMoveDown |
- false |
- true |
- false |
- Boolean |
- Whether move down button should be displayed |
-
-
- | allowMoveUp |
- false |
- true |
- false |
- Boolean |
- Whether move up button should be displayed |
-
-
- | allowSelectAll |
- false |
- true |
- false |
- Boolean |
- Whether or not select all button should be displayed |
-
-
- | class |
- false |
- |
- false |
- String |
- The css class to use for element - it's an alias of cssClass attribute. |
-
-
- | cssClass |
- false |
- |
- false |
- String |
- The css class to use for element |
-
-
- | cssErrorClass |
- false |
- |
- false |
- String |
- The css error class to use for element |
-
-
- | cssErrorStyle |
- false |
- |
- false |
- String |
- The css error style definitions for element to use |
-
-
- | cssStyle |
- false |
- |
- false |
- String |
- The css style definitions for element to use |
-
-
- | disabled |
- false |
- |
- false |
- String |
- Set the html disabled attribute on rendered html element |
-
-
- | emptyOption |
- false |
- false |
- false |
- Boolean |
- Whether or not to add an empty (--) option after the header option |
-
-
- | errorPosition |
- false |
- |
- false |
- String |
- Define error position of form element (top|bottom) |
-
-
- | headerKey |
- false |
- |
- false |
- String |
- Key for first item in list. Must not be empty! '-1' and '' is correct, '' is bad. |
-
-
- | headerValue |
- false |
- |
- false |
- String |
- Value expression for first item in list |
-
-
- | id |
- false |
- |
- false |
- String |
- HTML id attribute |
-
-
- | javascriptTooltip |
- false |
- false |
- false |
- Boolean |
- Use JavaScript to generate tooltips |
-
-
- | key |
- false |
- |
- false |
- String |
- Set the key (name, value, label) for this particular component |
-
-
- | label |
- false |
- |
- false |
- String |
- Label expression used for rendering an element specific label |
-
-
- | labelSeparator |
- false |
- : |
- false |
- String |
- String that will be appended to the label |
-
-
- | labelposition |
- false |
- |
- false |
- String |
- Define label position of form element (top/left) |
-
-
- | list |
- true |
- |
- false |
- String |
- Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. |
-
-
- | listCssClass |
- false |
- |
- false |
- String |
- Property of list objects to get css class from |
-
-
- | listCssStyle |
- false |
- |
- false |
- String |
- Property of list objects to get css style from |
-
-
- | listKey |
- false |
- |
- false |
- String |
- Property of list objects to get field value from |
-
-
- | listLabelKey |
- false |
- |
- false |
- String |
- Property of list objects to be used to lookup for localised version of field label |
-
-
- | listTitle |
- false |
- |
- false |
- String |
- Property of list objects to get title from |
-
-
- | listValue |
- false |
- |
- false |
- String |
- Property of list objects to get field content from |
-
-
- | listValueKey |
- false |
- |
- false |
- String |
- Property of list objects to get field value label from |
-
-
- | moveDownLabel |
- false |
- v |
- false |
- String |
- Text to display on the move down button |
-
-
- | moveUpLabel |
- false |
- ^ |
- false |
- String |
- Text to display on the move up button |
-
-
- | multiple |
- false |
- false |
- false |
- Boolean |
- Creates a multiple select. The tag will pre-select multiple values if the values are passed as an Array or a Collection(of appropriate types) via the value attribute. If one of the keys equals one of the values in the Collection or Array it wil be selected |
-
-
- | name |
- false |
- |
- false |
- String |
- The name to set for element |
-
-
- | onblur |
- false |
- |
- false |
- String |
- Set the html onblur attribute on rendered html element |
-
-
- | onchange |
- false |
- |
- false |
- String |
- Set the html onchange attribute on rendered html element |
-
-
- | onclick |
- false |
- |
- false |
- String |
- Set the html onclick attribute on rendered html element |
-
-
- | ondblclick |
- false |
- |
- false |
- String |
- Set the html ondblclick attribute on rendered html element |
-
-
- | onfocus |
- false |
- |
- false |
- String |
- Set the html onfocus attribute on rendered html element |
-
-
- | onkeydown |
- false |
- |
- false |
- String |
- Set the html onkeydown attribute on rendered html element |
-
-
- | onkeypress |
- false |
- |
- false |
- String |
- Set the html onkeypress attribute on rendered html element |
-
-
- | onkeyup |
- false |
- |
- false |
- String |
- Set the html onkeyup attribute on rendered html element |
-
-
- | onmousedown |
- false |
- |
- false |
- String |
- Set the html onmousedown attribute on rendered html element |
-
-
- | onmousemove |
- false |
- |
- false |
- String |
- Set the html onmousemove attribute on rendered html element |
-
-
- | onmouseout |
- false |
- |
- false |
- String |
- Set the html onmouseout attribute on rendered html element |
-
-
- | onmouseover |
- false |
- |
- false |
- String |
- Set the html onmouseover attribute on rendered html element |
-
-
- | onmouseup |
- false |
- |
- false |
- String |
- Set the html onmouseup attribute on rendered html element |
-
-
- | onselect |
- false |
- |
- false |
- String |
- Set the html onselect attribute on rendered html element |
-
-
- | requiredLabel |
- false |
- false |
- false |
- Boolean |
- If set to true, the rendered element will indicate that input is required |
-
-
- | requiredPosition |
- false |
- |
- false |
- String |
- Define required position of required form element (left|right) |
-
-
- | selectAllLabel |
- false |
- * |
- false |
- String |
- Text to display on the select all button |
-
-
- | size |
- false |
- |
- false |
- Integer |
- Size of the element box (# of elements to show) |
-
-
- | style |
- false |
- |
- false |
- String |
- The css style definitions for element to use - it's an alias of cssStyle attribute. |
-
-
- | tabindex |
- false |
- |
- false |
- String |
- Set the html tabindex attribute on rendered html element |
-
-
- | template |
- false |
- |
- false |
- String |
- The template (other than default) to use for rendering the element |
-
-
- | templateDir |
- false |
- |
- false |
- String |
- The template directory. |
-
-
- | theme |
- false |
- |
- false |
- String |
- The theme (other than default) to use for rendering the element |
-
-
- | title |
- false |
- |
- false |
- String |
- Set the html title attribute on rendered html element |
-
-
- | tooltip |
- false |
- |
- false |
- String |
- Set the tooltip of this particular component |
-
-
- | tooltipConfig |
- false |
- |
- false |
- String |
- Deprecated. Use individual tooltip configuration attributes instead. |
-
-
- | tooltipCssClass |
- false |
- StrutsTTClassic |
- false |
- String |
- CSS class applied to JavaScrip tooltips |
-
-
- | tooltipDelay |
- false |
- Classic |
- false |
- String |
- Delay in milliseconds, before showing JavaScript tooltips |
-
-
- | tooltipIconPath |
- false |
- |
- false |
- String |
- Icon path used for image that will have the tooltip |
-
-
- | value |
- false |
- |
- false |
- String |
- Preset the value of input element. |
-
-
-
-
-
-
diff --git a/core/src/site/resources/tags/url-attributes.html b/core/src/site/resources/tags/url-attributes.html
new file mode 100644
index 000000000..843aec1d8
--- /dev/null
+++ b/core/src/site/resources/tags/url-attributes.html
@@ -0,0 +1,136 @@
+