Hi to all.
I have this
in my code this
as I get the value of the label <a> <li> selected?
Get the id of the <li> selected is sufficient.
I have this
B4X:
<ul id="dropdown1" class="dropdown-content">
<li id='1'><a href="#!">one</a></li>
<li id='2'><a href="#!">two</a></li>
<li class="divider"></li>
<li id='3'><a href="#!">three</a></li>
</ul>
in my code this
B4X:
Sub dropdown1_Click (Params As Map)
End Sub
as I get the value of the label <a> <li> selected?
Get the id of the <li> selected is sufficient.
Last edited: