I want to use a combobox on web client with a value list.
Selecting a value from the value list of the combobox, the onDataChange will be fired. I dont want to use any other button to fire onDataChange.
As Paul said, 3.5 will be your friend or otherwise you have to edit the pages yourself and add some JavaScripting…
I am using
Servoy Developer
Version 3.1-build 404
Java version 1.6.0-b105 (Windows XP)
So,with this platfrom how i can slove this problem ?
As stated:
otherwise you have to edit the pages yourself and add some JavaScripting
That is the only solution that I am aware of right now that is easy to implement. Other solution would be jsp but that is more complicated…
I have a combobox with which i add a value list.
After selecting a one option from combobox it will open related form.
But it is not working on web . So, how i replace this functionality without using any extra button with combobox.
Use Servoy 3.5.
Thanks Nicola,
I am using
Servoy Developer
Version 3.1-build 404
Java version 1.6.0-b105 (Windows XP)
Acually my combobox contain some module names. And every module has some menu list. After selecting a module from combobox the related menu list will be come. But this is not working on web.
I want to replace combobox. But with same functionality.
So, is any other way to replace combobox with same feature?
Sorry, as Marcel stated before: there’s no other easy way.
Upgrade to Servoy 3.5 or re-think your user interface. Webclient has limits, take a look at this post: