View previous topic :: View next topic |
Author |
Message |
mhonner
Joined: 04 Oct 2005 Posts: 1
|
Posted: Wed Oct 05, 2005 2:07 pm Post subject: Time |
|
|
Hi,
Anyone have an examples of using just the time without the date.
Mike
|
|
Back to top |
|
|
calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Wed Oct 05, 2005 5:03 pm Post subject: |
|
|
Currently the time is implemented as a plugin of date picker - no way to run it independently. However, our technicians are working on a new time picker product, which should be available soon.
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|
Back to top |
|
|
calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Mon Oct 10, 2005 4:56 am Post subject: |
|
|
Version 9.6 is released - please check out its datetime theme for easy instructions of a good time-only picker.
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|
Back to top |
|
|
ndorfnz
Joined: 30 Jan 2006 Posts: 6
|
Posted: Wed Feb 01, 2006 3:38 am Post subject: |
|
|
I've got this to work...
A couple questions...
1) Can I always have the time visible? Basically not have the user click something to pop-it up?
2) When it does pop-up and the user selects a time, the value isn't maintained in the text box?
3) I'd like to implement using a HH MM SS selection (Hour Minute Seconds). Is this possible?
I followed the tutorial with the latest release...
Thanks.
|
|
Back to top |
|
|
calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Wed Feb 01, 2006 5:40 am Post subject: |
|
|
1) Yes, you may call the fPopCalendar() in the onload event of your <body> tag (or simulate a mouse click on the button).
2) What do you mean by "not maintained"?
3) No, this plugin only supports hour and minute.
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|
Back to top |
|
|
ndorfnz
Joined: 30 Jan 2006 Posts: 6
|
Posted: Thu Feb 02, 2006 2:57 am Post subject: |
|
|
The value that is selected DOES NOT APPEAR in the textbox once it is selected. Thus, the value selected is not maintained...sorry for the confusion.
|
|
Back to top |
|
|
calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Thu Feb 02, 2006 5:31 am Post subject: |
|
|
The datetime theme will not pop the date and time into the textbox unless a date is selected.
Once you change the theme to be timeonly (by setting the gbHideCalMiddle and gbHideTop to true in plugins_time.js), it will pop the time into textbox automatically since there is no date to be selected now.
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|
Back to top |
|
|
|