Search found 12 matches

Go to advanced search

by Kacey Cleveland
Mon May 11, 2015 5:01 pm
Forum: Issues
Topic: How do I set the minimum date to today?
Replies: 7
Views: 995
 
Jump to post

How do I set the minimum date to today?

I use the input drag-and-drop component with the Type set as date. I have this input put into a pop-up that appears when a button is pressed on the page, I use this code on the page-show of the home-screen page that contains the popup.

by Kacey Cleveland
Sat May 09, 2015 7:29 pm
Forum: Issues
Topic: Minimum date with datepicker input from drag and drop menu
Replies: 3
Views: 481
 
Jump to post

Minimum date with datepicker input from drag and drop menu

Is there any way I can u mark my question "answered"? Sorry for making a new thread but I couldn't figure out how to u mark it as "answered" so I felt like it was being ignored!

by Kacey Cleveland
Fri May 08, 2015 9:44 pm
Forum: Issues
Topic: Minimum date with datepicker input from drag and drop menu
Replies: 3
Views: 481
 
Jump to post

Minimum date with datepicker input from drag and drop menu

I tried the following code: var dateElement = Appery("event_date_input"); dateElement.setProperty("defaultDateValue", $.datepicker.formatDate(dateElement.datepicker_dataPickerOptions.dateFormat, new Date())); where event_date_input is my datepicker input from the drag and drop me...
by Kacey Cleveland
Fri May 08, 2015 9:47 am
Forum: Issues
Topic: How do I set the minimum date to today?
Replies: 7
Views: 995
 
Jump to post

How do I set the minimum date to today?

I tried the following code: var dateElement = Appery("event_date_input"); dateElement.setProperty("defaultDateValue", $.datepicker.formatDate(dateElement.datepicker_dataPickerOptions.dateFormat, new Date())); where event_date_input is my datepicker input from the drag and drop me...
by Kacey Cleveland
Fri May 08, 2015 6:15 am
Forum: Issues
Topic: How do I set the minimum date to today?
Replies: 7
Views: 995
 
Jump to post

How do I set the minimum date to today?

How do I access the datepicker method? It doesn't seem to work for me, it always says in the console that datepicker isn't a method.

Thanks again for the help!

by Kacey Cleveland
Wed May 06, 2015 3:51 am
Forum: Issues
Topic: Passing Parameters to Services
Replies: 1
Views: 323
 
Jump to post

Passing Parameters to Services

I currently have a custom ID stored in my database and I want to use a service to get the object by requesting for the custom ID and the service returning the objects contents as a result. I can't figure out how to do this, if a better explanation is needed just ask! It would act similar to the defa...
by Kacey Cleveland
Tue Apr 28, 2015 10:31 pm
Forum: Issues
Topic: How do I set the minimum date to today?
Replies: 7
Views: 995
 
Jump to post

How do I set the minimum date to today?

I'm using the input drag-and-drop jquery box with type date. I was wondering how to set the minimum date to whatever the current date is so no one can pick a date thats in the past? I've tried treating it as a jquery date input but the datepicker method doesn't work with it for some reason (it says ...
by Kacey Cleveland
Sat Apr 25, 2015 10:29 pm
Forum: Issues
Topic: How do I install datebox JQuery plugin?
Replies: 6
Views: 906
 
Jump to post

How do I install datebox JQuery plugin?

I have reverted a bunch of things and to reproduce it to use screenshots would require some work, perhaps I can better explain: I want to use the DateBox plugin and to do so, I went to the website and used this: http://dev.jtsage.com/jQM-DateBox/bui... to generate a code which I then imported as a J...
by Kacey Cleveland
Sat Apr 25, 2015 6:13 pm
Forum: Issues
Topic: How do I install datebox JQuery plugin?
Replies: 6
Views: 906
 
Jump to post

How do I install datebox JQuery plugin?

I have, it has not helped really.

by Kacey Cleveland
Fri Apr 24, 2015 3:34 am
Forum: Issues
Topic: How do I install datebox JQuery plugin?
Replies: 6
Views: 906
 
Jump to post

How do I install datebox JQuery plugin?

I have been trying to install this jquery plugin into my appery app with the help of these links: https://getsatisfaction.com/apperyio/... https://getsatisfaction.com/apperyio/... The plugin is linked here: http://dev.jtsage.com/jQM-DateBox/ By adding the js code and the css code, I try and use this...

Go to advanced search