[richfaces-svn-commits] JBoss Rich Faces SVN: r11786 - trunk/ui/editor/src/main/config/component.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Dec 15 12:15:11 EST 2008
Author: msorokin
Date: 2008-12-15 12:15:11 -0500 (Mon, 15 Dec 2008)
New Revision: 11786
Modified:
trunk/ui/editor/src/main/config/component/editor.xml
Log:
https://jira.jboss.org/jira/browse/RF-5042
Corrected description for tabindex
Modified: trunk/ui/editor/src/main/config/component/editor.xml
===================================================================
--- trunk/ui/editor/src/main/config/component/editor.xml 2008-12-15 17:12:32 UTC (rev 11785)
+++ trunk/ui/editor/src/main/config/component/editor.xml 2008-12-15 17:15:11 UTC (rev 11786)
@@ -110,7 +110,11 @@
<name>tabindex</name>
<classname>java.lang.String</classname>
<description>
- Attribute enables you to specify an element ID to focus, when the user pressed the tab key inside the editor. You can also use the special ":prev" and ":next" values. It will then places the focus on either the previous or next input element placed before/after the TinyMCE instance in the DOM.
+ In visual mode the attribute works the same way as "tab_focus" TinyMCE's property the attribute enables
+ you to specify an element ID to focus, when the TAB key is pressed .
+ You can also use the special ":prev" and ":next" values that will then place the focus on
+ an input element placed before/after the TinyMCE instance in the DOM.
+ While in "source" mode the attribute works like standard HTML tabindex attribute.
</description>
</property>
<property>
More information about the richfaces-svn-commits
mailing list