Page 1 of 3
could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?
Posted: Tue Nov 26, 2013 9:47 pm
by Domenico Dattilo
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
could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?
Posted: Tue Nov 26, 2013 11:16 pm
by maxkatz
Are you asking if it's possible to make the value of a label blank on button click?
could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?
Posted: Wed Nov 27, 2013 10:29 am
by Domenico Dattilo
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..
could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?
Posted: Wed Nov 27, 2013 4:05 pm
by Kateryna Grynko
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.
could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?
Posted: Wed Nov 27, 2013 9:56 pm
by Domenico Dattilo
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
could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?
Posted: Thu Nov 28, 2013 7:40 am
by Kateryna Grynko
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.
could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?
Posted: Fri Dec 20, 2013 8:41 am
by Domenico Dattilo
Could you please let me know if is it possible, in the appery.io, to insert a banner ad ?
could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?
Posted: Fri Dec 20, 2013 10:15 am
by Maryna Brodina
Hello! Yes, in most cases it's possible, depends on ad you're going to add.
could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?
Posted: Fri Dec 20, 2013 12:58 pm
by Domenico Dattilo
Thanks Maryna.
can you send me an example ?
thanks again
could you please let me know if is it possible to Blank a label after to have insert the value with bottom ?
Posted: Fri Dec 20, 2013 1:03 pm
by Maryna Brodina
Sorry, we don't have example. Could you give more details and clarify what banner and where are you going to add?