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




Thanks in advance!

Alberto Iglesias
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…