jQWidgets Forums
Forum Replies Created
-
Author
-
I am not sure what that has to do with “loadFromSelect” having a bug.
I guess that’s where some documentation would have spelled out the limitations of the function.
I wasn’t after full synchronisation between the two controls, but I would have thought setting the selectedIndex to the currently selected option would have been obvious.I still consider it a bug that the drop down list shows the name from option 1, but when you open the drop down list option 3 is highlighted. Users would be confused as to what value is currently selected.
There seems to be a bug with loadFromSelect.
If the select has 5 options, and option 3 is selected, after creating my jqxListBox and calling loadFromSelect, the listbox looks like option1 is selected but when I click on it to show the drop down list, option 3 is highlighted in the list (but the text from option 3 is not displayed in the selected value area at the top of the list box).
Peter, I have seen the sample, that’s how I started the first line of my first post. What I am after is documentation.
I presume it is a typo that the ID of the select tag is ‘select’, but the example uses ‘Select’ in the function call.I notice that there is no input field name, so the jqxListBox cannot be used on it’s own to submit values in a form.
Is there a recommended way to submit jqWidget values in a form?
I didn’t notice any for examples.Umm, jqxListBox’s documentation does not have a loadFromSelect method.
Is there any documentation you can post on the forum?
Also, where do specify the form field name to use to post the selected value ? -
AuthorPosts