Forums de discussion

<aui:button type="reset"> is available?

thumbnail
Path Finder LifeRay, modifié il y a 11 années.

<aui:button type="reset"> is available?

Expert Publications: 262 Date d'inscription: 18/09/09 Publications récentes
Hi all,
I am working on 6.1 GA2 application. In my app I have a requirement that when I click on a button in a form, the total form should be cleared say like clear button.

I tried with
<aui:button type="reset" />

But I came to know that there is no reset type aui button.
after that I tried with
<aui:button type="clear" onClick="this.form.reset()" />

But it also dn't work, as after clicking this button the form reloading with the last used values.

Is there any other way to clear the form using aui

I tried with javascript also like
document.form.field.value

it is showing document.form is invalid or semi colon missing

Any pointers would be helpful

Thanks,
Path Finder
Prateeksha Mandloi, modifié il y a 9 années.

RE: <aui:button type="reset"> is available?

Regular Member Publications: 112 Date d'inscription: 05/02/14 Publications récentes
hey,

I want to do the exact same thing. Can you help ?