Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi,
Pl anyone assist on the following queries.. Help will be much appreciated and save our day..
1. How to reset dropdownlist on Cancel/Reset button click?
2. How to reload mashup on button click?
Thanks..
2. Reload a Mashup:
- Add an Expression Widget, and set it with location.reload() then you just need to trigger the Expression on Button Click.
1. There's no reset feature, you may add a "fake" no selected item, and set SelectedText value on button click, but it may work just only one time.
Carles.
Hi Carles Coll,
Thanks for your suggestion.. I have created separate service on click of Cnacel/Reset button which returns the empty string ' ' . Then I set this return to dropdown selectedtext.. this works..