lokithorshield
10 years agoContributor
Extract Text from the Panel
Hi I need to extract a text value from below <div class="dijitReset dijitMenuItem" role="option" item="1" id="uniqName_1_1_nameList_popup1">A, Phi</div> The Full name of the object when I use be...
- 10 years ago
Hi!
You can use the contentText property of the panel to get its plain text.
Hope this helps,
UnveN.