Page 1 of 2

Blank input

Posted: Wed Jul 09, 2014 6:06 am
by Lim Samantha

Hi,How do I make my input blank after adding in items? Image


Blank input

Posted: Wed Jul 09, 2014 7:08 am
by Kateryna Grynko

Hi Lim,

Use this code please:preApperyio("inputName").val("");/pre


Blank input

Posted: Wed Jul 09, 2014 7:18 am
by Lim Samantha

Where do i put this code at?


Blank input

Posted: Wed Jul 09, 2014 9:30 am
by Kateryna Grynko

Hi Lim,

On any event where you need to clear Input field, for example, on button click.


Blank input

Posted: Wed Jul 09, 2014 9:51 am
by Lim Samantha

I would like to clear my input, so what event should i click on?

Image


Blank input

Posted: Wed Jul 09, 2014 10:13 am
by Kateryna Grynko

Hi Lim,

As I said before... When do you want to clear it? If you want to clear it after you click some button, you can use this button Click event... How would you like it to work?


Blank input

Posted: Wed Jul 09, 2014 10:13 am
by Kateryna Grynko

Hi Lim,

As I said before... When do you want to clear it? If you want to clear it after you click some button, you can use this button Click event... How would you like it to work?


Blank input

Posted: Wed Jul 09, 2014 11:15 am
by Lim Samantha

Yes I would like to clear it after i Click the "add" button.
i have added the codes to the add button, but still doesn't clear away after i added


Blank input

Posted: Wed Jul 09, 2014 11:33 am
by Kateryna Grynko

Lim,

Could you please post a screenshot of the added code in a Click event handler? Do you save entered code?


Blank input

Posted: Wed Jul 09, 2014 12:07 pm
by Lim Samantha

yes i saved it.
here it is:
Image