Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Peter Cort Larsen 421 posts 1038 karma points
    Feb 21, 2014 @ 23:36
    Peter Cort Larsen
    0

    Time range picker

    Hi,

    Could i use ths to only select a time range?

    Or wold it be possible to have the source code, and change it to my requirements?

    /peter

  • Peter Cort Larsen 421 posts 1038 karma points
    Feb 21, 2014 @ 23:44
    Peter Cort Larsen
    0

    Also i added this to a 7.0.4 solution on a member type, which gives me this error:

    umbraco.interfaces.IDataEditor is a legacy object and is not supported by runtime generated umbraco.interfaces.IDataType instances to maintain backwards compatibility with the legacy APIs. Consider upgrading your code to use the new Services APIs. 
  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Feb 22, 2014 @ 10:51
    Dan Diplo
    101

    Hi Peter,

    No, there isn't any option to have just a time range, I'm afraid. 

    If you want to modify it then all the files are installed to the /App_Plugins/DateRangePicker folder, so you can edit them there. Note that because of the way Umbraco caches files you will need to have debug=true set in web.config and also disable caching in your browser (if you don't want to be frustrated when making changes). I have a feeling, though, it would probably be easier to write a time picker from scratch rather than adapting it.

    I'll have a look at the umbraco.interfaces.IDataEditor error you mention. I haven't tested on 7.0.4 yet. However, it's a bit weird as I've checked the C# code and nowhere do I reference umbraco.interfaces.IDataEditor!

  • Peter Cort Larsen 421 posts 1038 karma points
    Feb 24, 2014 @ 11:07
    Peter Cort Larsen
    0

    Hi,

    I found out the the error was caused by something else.
    I also found a different way to achive what i needed.

    Thanks for your answer. 

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Feb 24, 2014 @ 21:35
    Dan Diplo
    0

    Thanks for letting me know!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies