掲示板

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

thumbnail
11年前 に Path Finder LifeRay によって更新されました。

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

Expert 投稿: 262 参加年月日: 09/09/18 最新の投稿
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
9年前 に Prateeksha Mandloi によって更新されました。

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

Regular Member 投稿: 112 参加年月日: 14/02/05 最新の投稿
hey,

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