-
29 Jun 2009 12:50 PM #1
[FEAT] [3.x/2.x] HTMLEditor - tabIndex
[FEAT] [3.x/2.x] HTMLEditor - tabIndex
Guys:
will give the HTMLEditor the ability to have a tabIndex. Similar change in 3.0 but instead of the onRender (2.0) change the createIFrame (3.0) function.Code:var iframe = document.createElement('iframe'); iframe.name = Ext.id(); iframe.frameBorder = '0'; // ADDED TO ALLOW tabIndex TO HTMLEditor if(this.tabIndex) iframe.tabIndex = this.tabIndex; iframe.src = Ext.isIE ? Ext.SSL_SECURE_URL : "javascript:;"; this.wrap.dom.appendChild(iframe); this.iframe = iframe;Last edited by mystix; 29 Jun 2009 at 6:04 PM. Reason: POST CODE IN [code][/code] TAGS. moved to 3.x Bugs fom 2.x Bugs
-
30 Jun 2009 8:26 PM #2
Thanks for the feature request. We will look into incorporating a configuration to give the HTMLEditor a tabIndex.
Aaron Conran
@aconran
Sencha Architect Development Team
-
25 Oct 2010 10:13 AM #3
-
7 May 2012 10:59 PM #4
html editor still doesn't listen to the tab key
html editor still doesn't listen to the tab key
I'm wondering if this is already built in ?
the html editor still doesn't listen to the tab key ...
I'm working with extjs 3.4.0
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote