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

Hi,

i created a View with severel Input Fields. Normal Text Filds and Dropdown by Index Fields and some Date Fields.

Now i wanted to give the User the ability to clear his input.

I try to use Invalidate() but this kills my Dropdown Fields.

Is there a Function that resets my fields, without destroying my Dropdown Fields?

Regards

Tobias Kübler

0 Likes
View Entire Topic
Former Member
0 Likes

Hi All,

We can simply do this task by using code wizard...

Set the node attributes to null on click of RESET button.

For Ex.

i have LOGIN node with two attribute username and password.On click of Reset button we have to reset the values present in Username and Password I/O field.

Inside the Onaction handler of RESET button...code wizard + SET radio button + select the the LOGIN  node as context node.

Former Member
0 Likes

Thank you Venkateswararao sir for the help Very helpful !!!