ext Boris Zbarsky wrote:

Antônio Gomes wrote:

ok, they are unrelated, but which interface I'd have to query from the target of the event in order to make somthing like

(...)
thatMyQueredTextArea->SetValue (NS_LITERAL_STRING("my text has to show me")) // like for common forms
(...)


nsIDOMHTMLInputElement or nsIDOMHTMLTextAreaElement or nsIDOMHTMLSelectElement, depending on what sort of control you're working with...

All of this is documented in the DOM HTML spec, for what it's worth.

Got it.

Thanks bz

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

Reply via email to