Ola
I have an element inside another, for example
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.
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.