B4J Question [BANano] [SOLVED] Clarity about .GetHTML

Mashiane

Expert
Licensed User
Longtime User
Ola

I have an element inside another, for example

B4X:
<v-sheet id="headersheet"><v-container>An Awesome Shop!</v-container></v-sheet>

Running .GetHTML on headersheet element is giving me from <v-container></v-container> and not from <v-sheet></v-sheet>.

How can I return the HTML starting with the element itself and not the child?

Thanks.
 
Top