ext Boris Zbarsky wrote:

Antônio Gomes wrote:

Is the form control actually in a form?


I supposed it is, once GetType returns NS_FORM_TEXTAREA.


That's just the type of the control. It doesn't depend on where the control is.

I see. But even not being a form, it works as an input for the user, right ?


Sure.

If so, in my case I'll have to handle this as such (like poping up the virtial keyboard for the user). How could I get this textarea element ?


Er... You already have the textarea element. It's the target of the event.


I see, but I'd like to query it to something else in order to change its content, just like I am doing for 'common' forms (nsIDOMHTMLFormElement). If I could do so, I'd be identifying I handlening such case, otherwise it could be a problem ...

regards

--Antonio Gomes
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to