Domenico Dattilo
Posts: 0
Joined: Tue Nov 26, 2013 9:47 pm

could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?

I saw the procedure to visible a message when no search. let me know if is it possible to have the message when use the input label with bottom ?
many many thanks

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?

Are you asking if it's possible to make the value of a label blank on button click?

Domenico Dattilo
Posts: 0
Joined: Tue Nov 26, 2013 9:47 pm

could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?

Dear Max,
thanks for your prompt answer.. as first sorry for my English...
no, I have done a INPUT command where the end user will insert a date.. after with the bottom this date will insert into database and after this I would like that this date not remain but will be as initially condition..
I hope that I'm clear now..

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?

Hi Domenico,

Save Datepicker value when initializing:prevar initValue = Appery("mobiledatepicker_3").datapickerRoot.find("input").val();/preThen after you send data to server write the saved value to a Datepicker
:preAppery("mobiledatepicker_3").datapickerRoot.find("input").val(initValue);/preHere 'mobiledatepicker_3' is a Datepicker name.

Domenico Dattilo
Posts: 0
Joined: Tue Nov 26, 2013 9:47 pm

could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?

Hi Katia, thanks for the answer. sorry for troubling you but I'm the first time that use Appery.io Platform and Javascript.
for date mean not DATE example 28 November 2013 but a VALUE or TEXT into the INPUT UI.
where I must insert the Javascript instraction ?
can I replace "mobiledatapicker_3" with "mobileinput" ?
thanks

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?

Hi Domenico,

The value will be saved as is stored in Input ("11/28/2013", not "28 November 2013"). Yes, you can change Datepicker name in Appery.io UI and in this JS code as you want.

Domenico Dattilo
Posts: 0
Joined: Tue Nov 26, 2013 9:47 pm

could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?

Could you please let me know if is it possible, in the appery.io, to insert a banner ad ?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?

Hello! Yes, in most cases it's possible, depends on ad you're going to add.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?

Sorry, we don't have example. Could you give more details and clarify what banner and where are you going to add?

Return to “Issues”