cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Help required for dropdown reset on cancel button

jk-3
6-Contributor

Help required for dropdown reset on cancel button

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 REPLIES 2

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.

jk-3
6-Contributor
(To:CarlesColl)

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..

Top Tags