Re: get textbox value in c++

YuLo <[email protected]> Sat, 29 Mar 2014 08:01:15 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.xpfe
Message-ID <[email protected]>
Thank you Neil, it work good.

Once again I deal with XUL tags and have no clue how to get value from them in C++.
I tried similar way seeking for some kind of nsIDOMXUL...Element to QI to it but have not found any.
This time I tried to get value from <datepicker> element in C++ without success.
May be you can offer me where can I find information about xul elements interfaces and their dependencies to make QI to needed interface.