Re: Setting span html element text in C++

Boris Zbarsky <[email protected]> Tue, 13 Apr 2010 14:40:36 -0400
Newsgroups gmane.comp.mozilla.devel.dom
Message-ID <[email protected]>
On 4/13/10 2:01 AM, Vaibhav wrote:
> In Javascript, I used 'textcontent' javascript property to set span
> element text.
>
> How can I do it in C++?

See nsIDOM3Node.textContent

-Boris