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.
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!
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
Also i added this to a 7.0.4 solution on a member type, which gives me this error:
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!
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.
Thanks for letting me know!
is working on a reply...