The control works very well when run stand-alone, but unfortunaly not so well in Umbraco.
The problem is that I use JQuery for stuff like dates, but I noticed too late that Umbraco also loads JQuery (from umbraco_client/ui) in the macro properties screen. Obviously these two different versions don't work together.
I can't use the already installed versions as these seem pretty old (there's no datepicker?) and replacing them didn't work either.
Does anyone have a sollution for this? Hopefully without modifieing or replacing files so I can still release this as a simple package.
Custom Macro Property Type and JQuery
Hello,
I've made my own Macro Property Type using the method described here: http://forum.umbraco.org/yaf_postst2224_Extending-macro-datatype.aspx
The control works very well when run stand-alone, but unfortunaly not so well in Umbraco.
The problem is that I use JQuery for stuff like dates, but I noticed too late that Umbraco also loads JQuery (from umbraco_client/ui) in the macro properties screen. Obviously these two different versions don't work together.
I can't use the already installed versions as these seem pretty old (there's no datepicker?) and replacing them didn't work either.
Does anyone have a sollution for this? Hopefully without modifieing or replacing files so I can still release this as a simple package.
Thanks!
is working on a reply...