Hello Jonathan,

I don't want to use "ket tab" into  HtmltArea but into TextArea.
I can capture the event in this way.

this.areatext.addListener("keydown", function(e)
      {  
           
           var kC = e.getKeyIdentifier();
           alert(kC );

       }, this);


Kind regards
Antonino


Jonathan Weiß wrote:
> 
> Hello Antonino,
> 
> 
> I want to make sure that I understand you correctly: do you want to insert
> content (a tab character in your case) into the HtmlArea via API or do you
> want to enter the tab charcter by pressing the tab key inside the
> HtmlArea?
> The last one is not possible in all browsers but Safari. I just created a
> bug report based on your e-mail:
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=2973
> 
> Kind regards,
> Jonathan
> 

-- 
View this message in context: 
http://n2.nabble.com/Key-Tab-into-qx-ui-form-TextArea-tp3872951p3877469.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to