mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
WW-1396
- typo in textarea component in ajax theme and also showcase example "linkGroup;|;textGroup;|;justifyGroup;|;listGroup;indentGroup;|;colorGroup" should instead be "linkGroup;|;textGroup;|;justifyGroup;|;listGroup;indentGroup;|;colorGroup" git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@426756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -24,7 +24,7 @@ Default Editor configuration:<br/>
|
||||
Configured Editor configuration:<br/>
|
||||
<s:form id="form2" action="AjaxRemoteForm" method="post">
|
||||
<s:textarea id="editor2" name="data" theme="ajax" cols="50" rows="10" value="Test Data 2">
|
||||
<s:param name="editorControls">textGroup;|;justifyGroup;|;listGroup;indentGroup</s:param>
|
||||
<s:param name="editorControls">textGroup;|;justifyGroup;|;listGroup;|;indentGroup</s:param>
|
||||
</s:textarea>
|
||||
<s:submit value="Submit"/>
|
||||
</s:form>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<#if parameters.editorControls?exists>
|
||||
items="${parameters.editorControls?html}"<#rt/>
|
||||
<#else>
|
||||
items="linkGroup;|;textGroup;|;justifyGroup;|;listGroup;indentGroup;|;colorGroup"
|
||||
items="linkGroup;|;textGroup;|;justifyGroup;|;listGroup;|;indentGroup;|;colorGroup"
|
||||
</#if>
|
||||
name="${parameters.name?default("")?html}"<#rt/>
|
||||
cols="${parameters.cols?default("")?html}"<#rt/>
|
||||
|
||||
Reference in New Issue
Block a user