Page 2 of 3

New UI component, TimePicker

Posted: Tue Jan 21, 2014 6:40 pm
by Kateryna Grynko

Tom,

For now, you can implement it yourself. Just add it as a custom code.


New UI component, TimePicker

Posted: Tue Jan 21, 2014 6:41 pm
by Tom6106181

I did :) But would like to see a date AND timepicker component, for date colums in my collection.


New UI component, TimePicker

Posted: Tue Jan 21, 2014 6:43 pm
by Kateryna Grynko

I suppose we'll add something nice. Stay tuned :)


New UI component, TimePicker

Posted: Tue Jan 21, 2014 6:44 pm
by Tom6106181

Sweet :)


New UI component, TimePicker

Posted: Thu Mar 20, 2014 12:14 pm
by themac

Hi ! Any news on TimePicker ? thanks !

TheMac


New UI component, TimePicker

Posted: Thu Mar 20, 2014 2:18 pm
by Nikita

Hi,

Updating is planned a little bit later, in mid-April.


New UI component, TimePicker

Posted: Wed Jan 07, 2015 7:01 pm
by xman

Any updates? TimePicker is a real need for solving the problems of developers which Appery intends to solve. I can't imagine it was not thought of and implemented by appery along with DatePicker.

A web solution needs to work for every browser out there, and currently IE/firefox does not support input=time (only chrome is working fine). This causes a serious burn on the developers in order to find a solution to get input from the users of other browsers. My application is going haywire on firefox due to this.


New UI component, TimePicker

Posted: Thu Jan 08, 2015 2:49 am
by Yurii Orishchuk

Hi xman,

Currently we don't have such component yet.

But you can use any other jQuery plugin to make timepicker from common input component.

For example this one: http://jonthornton.github.io/jquery-t...

Here other 10: http://www.sitepoint.com/10-jquery-ti...

Regards.


New UI component, TimePicker

Posted: Thu Mar 12, 2015 2:46 pm
by Spark Chao

Hello Yurii
I need some timepicker component.
could you give me some advice how to add jQuery plugin?
thank!!

$(function() {
$('#datetimepicker3').datetimepicker({
pickDate: false
});
});


New UI component, TimePicker

Posted: Fri Mar 13, 2015 4:01 am
by Yurii Orishchuk

Hi Spark,

Here is a brief plan for this goal:

1 Download jQuery plugin. Copy JS text.

2 Create new JS asset in Appery.io application.

3 Paste JS code from 1st step to the JS asset from 2nd step.

4 Now you can plugin like it described in documentation for plugin.

For example:

pre

jQuery('[name="inputName"]').pluginName();

/pre

Regards.