Hi to all
I have to implement a combobox in a html page updated by a websocket in B4j.
No problem with a button, textfield, label (all JQueryElement) etc. but I can not justly implement a combobox or listbox.
This listbox has to be mirrored to a combobox present in b4j code.
If changing selection of b4j must change the selection on the html page and vice versa and when you connect with websocket (the first time) the listbox on the html page must charge with the values of the combobox in b4J.
Some examples?
Thanks.
I have to implement a combobox in a html page updated by a websocket in B4j.
No problem with a button, textfield, label (all JQueryElement) etc. but I can not justly implement a combobox or listbox.
This listbox has to be mirrored to a combobox present in b4j code.
If changing selection of b4j must change the selection on the html page and vice versa and when you connect with websocket (the first time) the listbox on the html page must charge with the values of the combobox in b4J.
Some examples?
Thanks.