Author: alevkovsky
Date: 2008-11-20 06:37:14 -0500 (Thu, 20 Nov 2008)
New Revision: 11262
Modified:
trunk/sandbox/ui/editor/src/main/templates/editor.jspx
Log:
Editor: correct tabIndex attribute functionality
Modified: trunk/sandbox/ui/editor/src/main/templates/editor.jspx
===================================================================
--- trunk/sandbox/ui/editor/src/main/templates/editor.jspx 2008-11-20 11:28:45 UTC (rev
11261)
+++ trunk/sandbox/ui/editor/src/main/templates/editor.jspx 2008-11-20 11:37:14 UTC (rev
11262)
@@ -46,7 +46,9 @@
</jsp:scriptlet>
<div id="#{clientId}"
x:passThruWithExclusions="id,value,styleClass,class"
class="rich-editor #{component.attributes['styleClass']}"
style="#{component.attributes['style']}">
- <textarea id="#{clientId}TextArea" name="#{clientId}TextArea"
style="#{this:getTextAreaStyle(component)}">
+ <textarea id="#{clientId}TextArea" name="#{clientId}TextArea"
+ style="#{this:getTextAreaStyle(component)}"
+ tabindex="#{component.attributes['tabindex']}">
#{this:getFormattedComponentStringValue(context, component)}
</textarea>
</div>
Show replies by date