My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 7 days

  • Mar 17, 2010
    issue 34 (Use timeĆ­ckr inside a form on a jquery ui dialog) commented on by lei.milk   -   possibly because you did not include the ui.timepickr.css It is located in src/css folder. And it is missed in the example in wiki. Found this in page/index.html {{{ <link rel="Stylesheet" media="screen" href="../src/css/ui.timepickr.css" /> }}}
    possibly because you did not include the ui.timepickr.css It is located in src/css folder. And it is missed in the example in wiki. Found this in page/index.html {{{ <link rel="Stylesheet" media="screen" href="../src/css/ui.timepickr.css" /> }}}
  • Mar 15, 2010
    issue 46 (Compatibilty with jquery validation plugin) reported by olvera9   -   What steps will reproduce the problem? 1. Include both timepickr plugin and jquery validate plugin 2. Apply both plugins in the form 3. Execute de form What is the expected output? What do you see instead? Expected input is show errors if validation fails or submit the form, instead it shows nothing, it seems not to be compatible. What version of the product are you using? On what operating system? jquery 1.4.2 jquery UI 1.8 rc3 timepickr .6 and .7 on windows 7 Please provide any additional information below. while i use both plugins timepickr and validate page does nothing
    What steps will reproduce the problem? 1. Include both timepickr plugin and jquery validate plugin 2. Apply both plugins in the form 3. Execute de form What is the expected output? What do you see instead? Expected input is show errors if validation fails or submit the form, instead it shows nothing, it seems not to be compatible. What version of the product are you using? On what operating system? jquery 1.4.2 jquery UI 1.8 rc3 timepickr .6 and .7 on windows 7 Please provide any additional information below. while i use both plugins timepickr and validate page does nothing

Last 30 days

  • Mar 13, 2010
    issue 45 (option to turn of am|pm) reported by henrikgemal   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
  • Mar 12, 2010
    issue 37 (timepickr - {suffix} issue in 12-hour mode) commented on by haineault   -   Issue 44 has been merged into this issue.
    Issue 44 has been merged into this issue.
  • Mar 12, 2010
    issue 44 (ui-timepickr: "{suffix}" is appearing instead of am/pm indic...) changed by haineault   -  
    Status: Duplicate
    Status: Duplicate
  • Mar 12, 2010
    issue 37 (timepickr - {suffix} issue in 12-hour mode) Status changed by haineault   -   committed .. thanks for the patch and sorry for the delay (damn busy..) ;)
    Status: Fixed
    committed .. thanks for the patch and sorry for the delay (damn busy..) ;)
    Status: Fixed
  • Mar 12, 2010
    r625 (fixed issue #37 http://code.google.com/p/jquery-utils/issues...) committed by haineault   -   fixed issue #37 http://code.google.com/p/jquery-utils/issues/detail?id=37 (thanks beerlovingont .. i love beer too!)
    fixed issue #37 http://code.google.com/p/jquery-utils/issues/detail?id=37 (thanks beerlovingont .. i love beer too!)
  • Mar 12, 2010
    issue 37 (timepickr - {suffix} issue in 12-hour mode) commented on by marcusjt   -   Please fix the demo / ui.timepickr.js source, it doesn't look good!
    Please fix the demo / ui.timepickr.js source, it doesn't look good!
  • Mar 12, 2010
    issue 44 (ui-timepickr: "{suffix}" is appearing instead of am/pm indic...) commented on by marcusjt   -   Sorry, did check list of existing issues before posting, but after posting noticed that the issue is already listed. Please delete!
    Sorry, did check list of existing issues before posting, but after posting noticed that the issue is already listed. Please delete!
  • Mar 12, 2010
    issue 44 (ui-timepickr: "{suffix}" is appearing instead of am/pm indic...) reported by marcusjt   -   What steps will reproduce the problem? 1. FF 3.6 2. Select 12hr mode 3. the "{" appears straightaway, and if you scroll within the text field where the time is being displayed you can see the full "{suffix}" tacked on the end of the time What is the expected output? What do you see instead? It should display the time with an am/pm indicator, but "{suffix}" appears instead. What version of the product are you using? On what operating system? Version 0.7.0a demo at http://haineault.com/media/jquery/ui-timepickr/page/ Please provide any additional information below. n/a
    What steps will reproduce the problem? 1. FF 3.6 2. Select 12hr mode 3. the "{" appears straightaway, and if you scroll within the text field where the time is being displayed you can see the full "{suffix}" tacked on the end of the time What is the expected output? What do you see instead? It should display the time with an am/pm indicator, but "{suffix}" appears instead. What version of the product are you using? On what operating system? Version 0.7.0a demo at http://haineault.com/media/jquery/ui-timepickr/page/ Please provide any additional information below. n/a
  • Mar 11, 2010
    issue 43 (remove APM-selector-btns in 24h mode and set a time range to...) commented on by malte.hor   -   ok...i forgot smth: d) line#1215 rangeHour12: $.range(10, 15), //change the range to your will
    ok...i forgot smth: d) line#1215 rangeHour12: $.range(10, 15), //change the range to your will
  • Mar 11, 2010
    issue 43 (remove APM-selector-btns in 24h mode and set a time range to...) reported by malte.hor   -   What steps will reproduce the problem? 1. Download jquery.timepickr-0.7.0a-standalone.zip 2. Add datepickr to a page using files from the dist/ folder 3. especially use jquery.timepickr.js 4. set up a page with ..timepickr(); What is the expected output? What do you see instead? normal output, as expected. idea: i want to have a selector, where i can pick a time out of a selected range. What version of the product are you using? On what operating system? 0.7.0a XP Please provide any additional information below. I modified some lines in jquery.timepickr.js to pick time out of a as in 24h mode the prefix is strictly required, I changed to 12h mode and deleted am/pm suffix, now it looks like 24h mode where you can select different times out of 24h mode. a) line#1206: convention: 24, //instead of 24 b) line#1208: format12: '{h:02.d}:{m:02.d}', //to remove the display error, well there are other fixes, but i want to emulate 24h mode, so i don't need this suffix c) line#1316: commented this line to prevent rendering of the suffix-row this works fine for me...
    What steps will reproduce the problem? 1. Download jquery.timepickr-0.7.0a-standalone.zip 2. Add datepickr to a page using files from the dist/ folder 3. especially use jquery.timepickr.js 4. set up a page with ..timepickr(); What is the expected output? What do you see instead? normal output, as expected. idea: i want to have a selector, where i can pick a time out of a selected range. What version of the product are you using? On what operating system? 0.7.0a XP Please provide any additional information below. I modified some lines in jquery.timepickr.js to pick time out of a as in 24h mode the prefix is strictly required, I changed to 12h mode and deleted am/pm suffix, now it looks like 24h mode where you can select different times out of 24h mode. a) line#1206: convention: 24, //instead of 24 b) line#1208: format12: '{h:02.d}:{m:02.d}', //to remove the display error, well there are other fixes, but i want to emulate 24h mode, so i don't need this suffix c) line#1316: commented this line to prevent rendering of the suffix-row this works fine for me...
  • Mar 10, 2010
    r624 (Starting from scratch ..) committed by haineault   -   Starting from scratch ..
    Starting from scratch ..
  • Mar 10, 2010
    r623 (created new branch ) committed by haineault   -   created new branch
    created new branch
  • Mar 10, 2010
    issue 42 (jquery ui 1.8 support?) Status changed by haineault   -   I'm probably heading for a big rewrite and cleanup and simply jump to version 2 of jQuery utils .. There is a huge amount of code that isn't *that* useful, not enough to be included in the core project in my opinion .. But yes the next version will be jQuery 1.4+ and jQuery UI 1.8+ compatible. But as is, right now don't expect the current code base to work with them anytime soon. There's just to much code to patch and fix ..
    Status: WontFix
    I'm probably heading for a big rewrite and cleanup and simply jump to version 2 of jQuery utils .. There is a huge amount of code that isn't *that* useful, not enough to be included in the core project in my opinion .. But yes the next version will be jQuery 1.4+ and jQuery UI 1.8+ compatible. But as is, right now don't expect the current code base to work with them anytime soon. There's just to much code to patch and fix ..
    Status: WontFix
  • Mar 10, 2010
    issue 42 (jquery ui 1.8 support?) reported by andreww   -   What steps will reproduce the problem? 1. use jquery 1.8 instead of 1.7 What is the expected output? What do you see instead? doesn't work, any support expected.
    What steps will reproduce the problem? 1. use jquery 1.8 instead of 1.7 What is the expected output? What do you see instead? doesn't work, any support expected.
  • Mar 03, 2010
    UiTimepickr Wiki page commented on by o.a.stephens   -   There's a slight problem in the getTime function of Time's prototype - it doesn't pass in seconds, so a format that includes seconds will show NaN. To fix: Change line 356 (of ui.timepickr.js) from: Time.prototype.getTime = function(){ return $.format(this.f, {h: this.h, m: this.m, z: this.z}); }; to: Time.prototype.getTime = function(){ return $.format(this.f, {h: this.h, m: this.m, s: this.s, z: this.z}); }; Thanks for a great bit of code, it's very useful! Cheers, Owen
    There's a slight problem in the getTime function of Time's prototype - it doesn't pass in seconds, so a format that includes seconds will show NaN. To fix: Change line 356 (of ui.timepickr.js) from: Time.prototype.getTime = function(){ return $.format(this.f, {h: this.h, m: this.m, z: this.z}); }; to: Time.prototype.getTime = function(){ return $.format(this.f, {h: this.h, m: this.m, s: this.s, z: this.z}); }; Thanks for a great bit of code, it's very useful! Cheers, Owen
  • Feb 20, 2010
    issue 37 (timepickr - {suffix} issue in 12-hour mode) commented on by SplendidNoise   -   @beerlingtonvt Just resolved independently and came over to report. Nice fix.
    @beerlingtonvt Just resolved independently and came over to report. Nice fix.

Earlier this year

  • Feb 15, 2010
    issue 41 (I cannot get this calender by clicking it in one control.) reported by rinkisingh1600   -   What steps will reproduce the problem? 1.I have used this 2wice in a same form. 2.When i click it once in a text box say TB1 that calender does not show up. 3. I need to click on some where else and the again click on TB1, then i get to see that calender. What is the expected output? What do you see instead? Time selection calender must be visible in a single click. Please use labels and text to provide additional information. TB1 and TB1 both are input box. Please help........:(
    What steps will reproduce the problem? 1.I have used this 2wice in a same form. 2.When i click it once in a text box say TB1 that calender does not show up. 3. I need to click on some where else and the again click on TB1, then i get to see that calender. What is the expected output? What do you see instead? Time selection calender must be visible in a single click. Please use labels and text to provide additional information. TB1 and TB1 both are input box. Please help........:(
  • Feb 12, 2010
    UiTimepickr Wiki page commented on by gchorny   -   Any ways to reset the field? For example I picked my time but then realized I need to leave that particular field empty.
    Any ways to reset the field? For example I picked my time but then realized I need to leave that particular field empty.
  • Feb 11, 2010
    issue 38 (timepickr will not bind to Form Editor in jqgrid.) Status changed by haineault   -   Thanks for taking the time to report your progress .. and sorry for not having replied sooner.
    Status: Accepted
    Thanks for taking the time to report your progress .. and sorry for not having replied sooner.
    Status: Accepted
  • Feb 11, 2010
    issue 38 (timepickr will not bind to Form Editor in jqgrid.) commented on by Gambitrex   -   Thanks -- that helped me a lot!
    Thanks -- that helped me a lot!
  • Feb 04, 2010
    UiTimepickr Wiki page commented on by smalltalkman   -   I want to be able to change the parameters something like: $('aField').timepickr( some default parameters); user makes some choices $('aField').remove(timepickr); ??????????????????????????? $('aField').timepickr( some other parameters reflecting user choices); how can i destroy unlink remove disassociate ... (?) an instance of timepickr?
    I want to be able to change the parameters something like: $('aField').timepickr( some default parameters); user makes some choices $('aField').remove(timepickr); ??????????????????????????? $('aField').timepickr( some other parameters reflecting user choices); how can i destroy unlink remove disassociate ... (?) an instance of timepickr?
  • Jan 14, 2010
    issue 24 (timepicker showing up in wrong place) commented on by airyt1   -   hey there - i'm still having this issue, too. Added a timepickr to an element on a jQuery UI modal dialog. The dialog is created hidden, then shown using a javascript onclick action. Then, when i go to use the timepickr, it appears flush left on the dialog, not underneath the input. any help here would be fantastic ... thanks!
    hey there - i'm still having this issue, too. Added a timepickr to an element on a jQuery UI modal dialog. The dialog is created hidden, then shown using a javascript onclick action. Then, when i go to use the timepickr, it appears flush left on the dialog, not underneath the input. any help here would be fantastic ... thanks!
  • Jan 13, 2010
    UiTimepickr Wiki page commented on by airyt1   -   any chance you could help with a small bug. when i put a timepickr on an input field that is in a (modal) dialog box, the time pickers appears flush left to the dialog, instead of directly below the input. any suggestions? thanks.
    any chance you could help with a small bug. when i put a timepickr on an input field that is in a (modal) dialog box, the time pickers appears flush left to the dialog, instead of directly below the input. any suggestions? thanks.
  • Jan 13, 2010
    StringFormat Wiki page commented on by haineault   -   Might be an idea .. what about $.strf ? I think it's short and sweet and still meaningful.
    Might be an idea .. what about $.strf ? I think it's short and sweet and still meaningful.
  • Jan 13, 2010
    StringFormat Wiki page commented on by invaderspleen   -   might i suggest renaming your format function to something like strformat or stringformat. it's what i've done with mine to get the validation plugin working again.
    might i suggest renaming your format function to something like strformat or stringformat. it's what i've done with mine to get the validation plugin working again.
  • Jan 05, 2010
    ExtendCss Wiki page commented on by scott.romack   -   Does this ieFix work? If so this is great. I hate having to put .hover for ie6. For drop down menus.
    Does this ieFix work? If so this is great. I hate having to put .hover for ie6. For drop down menus.
  • Jan 04, 2010
    issue 37 (timepickr - {suffix} issue in 12-hour mode) commented on by mcallier   -   Does this fix work for anyone? I have tried this fix with no luck. Firefox 3.5.6 on mac, Firefox 3.5.6 on windows, IE 8 on windows, and Safari 4.0.4 on mac. Strangely, in Safari I see only "04:30 {suf" in the input field instead of the full "04:30 {suffix}" I see in all other browsers.
    Does this fix work for anyone? I have tried this fix with no luck. Firefox 3.5.6 on mac, Firefox 3.5.6 on windows, IE 8 on windows, and Safari 4.0.4 on mac. Strangely, in Safari I see only "04:30 {suf" in the input field instead of the full "04:30 {suffix}" I see in all other browsers.

Older

  • Dec 24, 2009
    UiTimepickr Wiki page commented on by kris.nobels   -   great plugin but i have a question: I use jquery client validation, is your control compatible with this ? http://bassistance.de/jquery-plugins/jquery-plugin-validation/ if not i am forced to use other timepicker control.
    great plugin but i have a question: I use jquery client validation, is your control compatible with this ? http://bassistance.de/jquery-plugins/jquery-plugin-validation/ if not i am forced to use other timepicker control.
  • Dec 24, 2009
    UiTimepickr Wiki page commented on by kris.nobels   -   great plugin but i have some questions: I use jquery client validation, is your control compatible with this ? http://bassistance.de/jquery-plugins/jquery-plugin-validation/ if not i am forced to use other timepicker control.
    great plugin but i have some questions: I use jquery client validation, is your control compatible with this ? http://bassistance.de/jquery-plugins/jquery-plugin-validation/ if not i am forced to use other timepicker control.
  • Dec 24, 2009
    CountDown Wiki page commented on by yudebx   -   12
    12
  • Dec 17, 2009
    UiTimepickr Wiki page commented on by tangovictoria   -   Hi, I am using a handle option to specify an icon to trigger timepickr. However timepickr still appears on mouseover for the input field in as well. How can I prevent this ? $('#startDateTime').timepickr({ handle: '#startDateTimeIcon', triger: 'click', convention: 24 }); thanks Victoria
    Hi, I am using a handle option to specify an icon to trigger timepickr. However timepickr still appears on mouseover for the input field in as well. How can I prevent this ? $('#startDateTime').timepickr({ handle: '#startDateTimeIcon', triger: 'click', convention: 24 }); thanks Victoria
  • Dec 09, 2009
    UiTimepickr Wiki page commented on by dbito...@wanadoo.fr   -   Hello, thanks to you for providing such a nice plugin. But could you precise, for newbies as me, exactly what files (js scripts, css files) we should download and at which relative places we should place them? Thanks in advance.
    Hello, thanks to you for providing such a nice plugin. But could you precise, for newbies as me, exactly what files (js scripts, css files) we should download and at which relative places we should place them? Thanks in advance.
  • Nov 18, 2009
    issue 20 (ui-timepickr displays offscreen for field near the right bor...) commented on by thredden   -   I have this same problem, but don't see it as to being similar to #19. I understand this issue to be if you have an input box at the far right of the screen, and when the timepickr helper opens up, you then have to scroll the browser to the right to use it. Wheras the other issue has to do with just a misplacement of the timepickr helper because of floats and such. anyway, is there a way to make the helper pop up within the confines of the current width of the browser or web page? (like having the edge of the helper but up to the vertical scroll bar, therefor eliminating the need to scroll horizontally?
    I have this same problem, but don't see it as to being similar to #19. I understand this issue to be if you have an input box at the far right of the screen, and when the timepickr helper opens up, you then have to scroll the browser to the right to use it. Wheras the other issue has to do with just a misplacement of the timepickr helper because of floats and such. anyway, is there a way to make the helper pop up within the confines of the current width of the browser or web page? (like having the edge of the helper but up to the vertical scroll bar, therefor eliminating the need to scroll horizontally?
  • Nov 16, 2009
    issue 40 (Showing seconds in timepickr) reported by leekweehui   -   What steps will reproduce the problem? 1. enable seconds in option by adding "seconds: true" and "format24: '{h:02.d}:{m:02.d}:{s:02.d}'" 2. select any time let say 12:00:00 3. output: 12:00:NAN What is the expected output? What do you see instead? 12:00:00 What version of the product are you using? On what operating system? 0.7.a in IE8, Window Vista Business. Please provide any additional information below. ui.timepickr.js line 2361 Time.prototype.getTime = function() { return $.format(this.f, {h: this.h, m: this.m, s: this.s, z: this.z}); }; Adding s: this.s solved the problem. Thanks for your work.
    What steps will reproduce the problem? 1. enable seconds in option by adding "seconds: true" and "format24: '{h:02.d}:{m:02.d}:{s:02.d}'" 2. select any time let say 12:00:00 3. output: 12:00:NAN What is the expected output? What do you see instead? 12:00:00 What version of the product are you using? On what operating system? 0.7.a in IE8, Window Vista Business. Please provide any additional information below. ui.timepickr.js line 2361 Time.prototype.getTime = function() { return $.format(this.f, {h: this.h, m: this.m, s: this.s, z: this.z}); }; Adding s: this.s solved the problem. Thanks for your work.
  • Nov 16, 2009
    issue 39 (CSS problem) reported by sebwoolford   -   What steps will reproduce the problem? 1. Download jquery.timepickr-0.7.0a-standalone.zip 2. Add datepickr to a page using files from the dist/ folder 3. What is the expected output? What do you see instead? You would expect to see the plugin work as per the demo but instead you a left aligned list. What version of the product are you using? On what operating system? 0.7.0a XP Please provide any additional information below. It looks like there is a load of CSS missing. I browsed to the CSS included with the online demo and used that instead and it worked fine.
    What steps will reproduce the problem? 1. Download jquery.timepickr-0.7.0a-standalone.zip 2. Add datepickr to a page using files from the dist/ folder 3. What is the expected output? What do you see instead? You would expect to see the plugin work as per the demo but instead you a left aligned list. What version of the product are you using? On what operating system? 0.7.0a XP Please provide any additional information below. It looks like there is a load of CSS missing. I browsed to the CSS included with the online demo and used that instead and it worked fine.
  • Oct 28, 2009
    UiTimepickr Wiki page commented on by edaddi   -   Nice idea, but whats with the error i see on every demo I look at: http://haineault.com/media/jquery/ui-timepickr/page/ http://www.spookyvw.org.uk/tests/timepickr/timepickr.htm Each page listed above firebug reports: cannot access optimized closure ui.timepickr.js Line 92 Any ideas what that is?
    Nice idea, but whats with the error i see on every demo I look at: http://haineault.com/media/jquery/ui-timepickr/page/ http://www.spookyvw.org.uk/tests/timepickr/timepickr.htm Each page listed above firebug reports: cannot access optimized closure ui.timepickr.js Line 92 Any ideas what that is?
  • Oct 28, 2009
    UiTimepickr Wiki page commented on by edaddi   -   Nice idea, but whats with the error i see on every demo I look at: http://haineault.com/media/jquery/ui-timepickr/page/ http://www.spookyvw.org.uk/tests/timepickr/timepickr.htm Each page listed above firebug reports: cannot access optimized closure http://captiva2-webdev.com/oos-bid/standalone/ui-timepickr/src/ui.timepickr.js Line 92 Any ideas what that is?
    Nice idea, but whats with the error i see on every demo I look at: http://haineault.com/media/jquery/ui-timepickr/page/ http://www.spookyvw.org.uk/tests/timepickr/timepickr.htm Each page listed above firebug reports: cannot access optimized closure http://captiva2-webdev.com/oos-bid/standalone/ui-timepickr/src/ui.timepickr.js Line 92 Any ideas what that is?
  • Oct 28, 2009
    issue 25 (jquery-utils - string: error in IE 8) commented on by aggieben   -   It appears that this fix didn't make it into the dist files, and I couldn't get the build system to work (output below). You might want to build and recommit. C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only>build.py -o timepickr -o uitimepickr Error: YAML - cannot read file: .\build.yml Exception RuntimeError: 'generator ignored GeneratorExit' in <generator object g et_builds at 0x00CE2E68> ignored Traceback (most recent call last): File "C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only\b uild.py", line 250, in <module> make(build, options) File "C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only\b uild.py", line 165, in make version = 'v%s (r%s)' % (build['version'], get_svn_rev()) File "C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only\b uild.py", line 50, in get_svn_rev return o[4][10:-1] IndexError: list index out of range
    It appears that this fix didn't make it into the dist files, and I couldn't get the build system to work (output below). You might want to build and recommit. C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only>build.py -o timepickr -o uitimepickr Error: YAML - cannot read file: .\build.yml Exception RuntimeError: 'generator ignored GeneratorExit' in <generator object g et_builds at 0x00CE2E68> ignored Traceback (most recent call last): File "C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only\b uild.py", line 250, in <module> make(build, options) File "C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only\b uild.py", line 165, in make version = 'v%s (r%s)' % (build['version'], get_svn_rev()) File "C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only\b uild.py", line 50, in get_svn_rev return o[4][10:-1] IndexError: list index out of range
  • Oct 21, 2009
    issue 24 (timepicker showing up in wrong place) commented on by jameskilton   -   Yeah, it has to do with initializing timepickr on an invisible node. As long as I do the following, I'm ok: find('td:visible input.timepick').timepickr({...});
    Yeah, it has to do with initializing timepickr on an invisible node. As long as I do the following, I'm ok: find('td:visible input.timepick').timepickr({...});
  • Oct 21, 2009
    issue 24 (timepicker showing up in wrong place) commented on by jameskilton   -   Yes, it's still an issue. When you initialize timepickr on an element that's hidden, then show that element, the pickr tool shows up left: 0.
    Yes, it's still an issue. When you initialize timepickr on an element that's hidden, then show that element, the pickr tool shows up left: 0.
  • Oct 07, 2009
    UiTimepickr Wiki page commented on by solmead   -   I am trying to have the initial val be set based on what is in the text (And I have 4+ <input type=text> on my page), I tried: {{{ $('.timepicker').timepickr({ format12: '{h:d}:{m:02.d} {z:s}', trigger: 'click', convention: 12, resetOnBlur: true, updateLive: true, val: $(this).attr('value'), rangeMin: $.range(0, 59) }); }}} But it doesn't seem to work, they always default to the empty, any help on how I could do this?
    I am trying to have the initial val be set based on what is in the text (And I have 4+ <input type=text> on my page), I tried: {{{ $('.timepicker').timepickr({ format12: '{h:d}:{m:02.d} {z:s}', trigger: 'click', convention: 12, resetOnBlur: true, updateLive: true, val: $(this).attr('value'), rangeMin: $.range(0, 59) }); }}} But it doesn't seem to work, they always default to the empty, any help on how I could do this?
  • Oct 07, 2009
    UiTimepickr Wiki page commented on by develo...@wondergroup.com   -   I am trying to have the initial val be set based on what is in the text (And I have 4+ <input type=text> on my page), I tried: $('.timepicker').timepickr({ format12: '{h:d}:{m:02.d} {z:s}', trigger: 'click', convention: 12, resetOnBlur: true, updateLive: true, val: $(this).attr('value'), rangeMin: $.range(0, 59) }); But it doesn't seem to work, they always default to the empty, any help on how I could do this?
    I am trying to have the initial val be set based on what is in the text (And I have 4+ <input type=text> on my page), I tried: $('.timepicker').timepickr({ format12: '{h:d}:{m:02.d} {z:s}', trigger: 'click', convention: 12, resetOnBlur: true, updateLive: true, val: $(this).attr('value'), rangeMin: $.range(0, 59) }); But it doesn't seem to work, they always default to the empty, any help on how I could do this?
  • Oct 06, 2009
    issue 38 (timepickr will not bind to Form Editor in jqgrid.) commented on by mrkevans   -   I recieved a response from the Tony @ jqGrid. Which gave me a work around.. Thought you might be interested in it, in regards to "element being into the dom" Only because the jquery datepicker() works in this case, and your wouldn't. Here is the post: http://www.trirand.com/blog/?page_id=393/discussion/adding-timepickr-to-edit-form/#p10476 Thanks anyhow, i am going to use your timepickr now!
    I recieved a response from the Tony @ jqGrid. Which gave me a work around.. Thought you might be interested in it, in regards to "element being into the dom" Only because the jquery datepicker() works in this case, and your wouldn't. Here is the post: http://www.trirand.com/blog/?page_id=393/discussion/adding-timepickr-to-edit-form/#p10476 Thanks anyhow, i am going to use your timepickr now!
  • Oct 06, 2009
    issue 38 (timepickr will not bind to Form Editor in jqgrid.) reported by mrkevans   -   What steps will reproduce the problem? 1. Use jqgrid.: http://trirand.com/jqgrid/jqgrid.html 2. Try to bind to a form in the modal edit. 3. ex: { editoptions:{ dataInit:function(el){$("field_name"}.timepickr(); } } What is the expected output? What do you see instead? I would expect timepickr to bind to the element, but it doesn't. However if i specify any other input field that is not a part of "Edit Form" then it does. What version of the product are you using? On what operating system? Most recent. Please provide any additional information below.
    What steps will reproduce the problem? 1. Use jqgrid.: http://trirand.com/jqgrid/jqgrid.html 2. Try to bind to a form in the modal edit. 3. ex: { editoptions:{ dataInit:function(el){$("field_name"}.timepickr(); } } What is the expected output? What do you see instead? I would expect timepickr to bind to the element, but it doesn't. However if i specify any other input field that is not a part of "Edit Form" then it does. What version of the product are you using? On what operating system? Most recent. Please provide any additional information below.
  • Oct 04, 2009
    issue 19 (Styling issue shoving input to left) commented on by ljdc14   -   hi i manage to fix this by adding this._redraw(); after if(id==0){ols.eq(0).css('left',this.element.position().left); just search for the text 'if(id==0){ols.eq(0).css('left',this.element.position().left);' you'll found two text with that, for me it works by just adding only on the second one..
    hi i manage to fix this by adding this._redraw(); after if(id==0){ols.eq(0).css('left',this.element.position().left); just search for the text 'if(id==0){ols.eq(0).css('left',this.element.position().left);' you'll found two text with that, for me it works by just adding only on the second one..
  • Oct 03, 2009
    Survey Wiki page added by haineault   -   Revision r622 Created wiki page through web user interface.
    Revision r622 Created wiki page through web user interface.
  • Oct 02, 2009
    issue 37 (timepickr - {suffix} issue in 12-hour mode) commented on by beerlingtonvt   -   This can be fixed by changing the default for format12 in ui.timepickr.js source: format12: '{h:02.d}:{m:02.d} {suffix:s}', To: format12: '{h:02.d}:{m:02.d} {z:s}',
    This can be fixed by changing the default for format12 in ui.timepickr.js source: format12: '{h:02.d}:{m:02.d} {suffix:s}', To: format12: '{h:02.d}:{m:02.d} {z:s}',
  • Sep 29, 2009
    UiTimepickr Wiki page commented on by movinvan   -   To elaborate: $startHourField.timepickr({updateLive:false, format12: "{h:02.d}:{m:02.d} {z:s}", suffix: ['AM', 'PM'], val: thisSHour, trigger: "click", convention: 12 }); Where thisSHour has been many formats: 24 hour time (17:00), 12 hour (05:00 PM), etc and none of it will trigger the timepickr to accept the existing value as the default value when activated...
    To elaborate: $startHourField.timepickr({updateLive:false, format12: "{h:02.d}:{m:02.d} {z:s}", suffix: ['AM', 'PM'], val: thisSHour, trigger: "click", convention: 12 }); Where thisSHour has been many formats: 24 hour time (17:00), 12 hour (05:00 PM), etc and none of it will trigger the timepickr to accept the existing value as the default value when activated...
 
Powered by Google Project Hosting