Skip to main content
1-Visitor
September 15, 2016
Question

how to implement a reset button in thingworx, i.e on reset button all the text box entries should be blank.

  • September 15, 2016
  • 1 reply
  • 1281 views

i want that on reset button all text box entries should be blank.

1 reply

5-Regular Member
September 15, 2016

Hi Priyanshi,

That's an easy one.

You can just link the clicked event of inbuilt button widget to ResetToDefaultValue of all TextBox widgets which needs to be reset on the click.

Thanks,

Ankit Gupta