B4J Question DIV elements on WebEngine

Alberto Iglesias

Well-Known Member
Licensed User
Longtime User
Hello Everyone!!!!


Can I have a little help with WebEngine class? created by @warwound

My problem is how I can list all elements from a DIV? In this DIV I have a lot of components, like label, buttons, texts, etc

B4X:
        Dim E As Element = mDocument.GetElementById("card-list")
        If E.IsInitialized Then
            Log(E)   <-------------------  How to list all components inside this element?
        End If

Image3.png



Thanks in advance!

Alberto Iglesias
 
Top