Reset Form

Contains tips for configurators working with Aware IM
Post Reply
[email protected]
Posts: 278
Joined: Tue Aug 05, 2008 3:16 pm

Reset Form

Post by [email protected] »

I have a search form on a visual perspective that I would like to add a button that clears any values typed into the form. I could have a button that redisplays the whole visual perspective, but that seems a bit clumsy. Any ideas?
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

You can write some Javascript to do this. Define an HTML cell with the following HTML:

<button onclick="var f=AwareApp.getFormPanel(this); f.findField('attributeName1').reset();f.findField('attributeName2').reset();">Reset</button>

where attributeName1, attributeName2 etc are attribute names of those fields that you want to reset.
Aware IM Support Team
Post Reply