From 8c3f7952dddbf2a8defc12e359e0a3870576adb5 Mon Sep 17 00:00:00 2001 From: Musachy Barroso Date: Thu, 30 Aug 2007 17:45:48 +0000 Subject: [PATCH] WW-2136 Missing tag TextArea on dojo plugin git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@571254 13f79535-47bb-0310-9956-ffa450edef68 --- .../site/resources/tags/ajax/textarea.html | 370 ++++++++++++++++++ 1 file changed, 370 insertions(+) create mode 100644 core/src/site/resources/tags/ajax/textarea.html diff --git a/core/src/site/resources/tags/ajax/textarea.html b/core/src/site/resources/tags/ajax/textarea.html new file mode 100644 index 000000000..eeee35894 --- /dev/null +++ b/core/src/site/resources/tags/ajax/textarea.html @@ -0,0 +1,370 @@ + + + + textarea + + + +

Tag Name: textarea

+

Description

+

+ + Renders Dojo Editor2 widget + +

+ +

Attributes

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Name

Required

Default

Evaluated

Type

Description

accesskeyfalsetrueStringSet the html accesskey attribute on rendered html element
colsfalsetrueIntegerHTML cols attribute
cssClassfalsetrueStringThe css class to use for element
cssStylefalsetrueStringThe css style definitions for element ro use
disabledfalsetrueStringSet the html disabled attribute on rendered html element
idfalsetrueStringHTML id attribute
javascriptTooltipfalsefalsetrueBooleanUse JavaScript to generate tooltips
keyfalsetrueStringSet the key (name, value, label) for this particular component
labelfalsetrueStringLabel expression used for rendering a element specific label
labelSeparatorfalse:trueStringString that will be appended to the labe
labelpositionfalsetrueStringDefine label position of form element (top/left)
namefalsetrueStringThe name to set for element
onblurfalsetrueString Set the html onblur attribute on rendered html element
onchangefalsetrueStringSet the html onchange attribute on rendered html element
onclickfalsetrueStringSet the html onclick attribute on rendered html element
ondblclickfalsetrueStringSet the html ondblclick attribute on rendered html element
onfocusfalsetrueStringSet the html onfocus attribute on rendered html element
onkeydownfalsetrueStringSet the html onkeydown attribute on rendered html element
onkeypressfalsetrueStringSet the html onkeypress attribute on rendered html element
onkeyupfalsetrueStringSet the html onkeyup attribute on rendered html element
onmousedownfalsetrueStringSet the html onmousedown attribute on rendered html element
onmousemovefalsetrueStringSet the html onmousemove attribute on rendered html element
onmouseoutfalsetrueStringSet the html onmouseout attribute on rendered html element
onmouseoverfalsetrueStringSet the html onmouseover attribute on rendered html element
onmouseupfalsetrueStringSet the html onmouseup attribute on rendered html element
onselectfalsetrueStringSet the html onselect attribute on rendered html element
readonlyfalsefalsetrueBooleanWhether the textarea is readonly
requiredfalsefalsetrueBooleanIf set to true, the rendered element will indicate that input is required
requiredpositionfalsetrueStringDefine required position of required form element (left|right)
rowsfalsetrueIntegerHTML rows attribute
tabindexfalsetrueStringSet the html tabindex attribute on rendered html element
templatefalsetrueStringThe template (other than default) to use for rendering the element
templateDirfalsetrueStringThe template directory.
themefalsetrueStringThe theme (other than default) to use for rendering the element
titlefalsetrueStringSet the html title attribute on rendered html element
tooltipfalsetrueStringSet the tooltip of this particular component
tooltipConfigfalsetrueStringDeprecated. Use individual tooltip configuration attributes instead.
tooltipCssClassfalseStrutsTTClassictrueStringCSS class applied to JavaScrip tooltips
tooltipDelayfalseClassictrueStringDelay in milliseconds, before showing JavaScript tooltips
tooltipIconPathfalsetrueStringIcon path used for image that will have the tooltip
valuefalsetrueStringPreset the value of input element.
wrapfalsetrueStringHTML wrap attribute
+ + + +