What version of uComponents are you using i wrote uniqueproperty a long long time ago not sure if was left behind from main ucomponents core at some point.
It should be there under legacy, i just checked uComponents source and it has been moved to legacy. With regards to how to use you pick the field you want to be unique and on save it will check the xml cache for that value in that property i last used it in umbraco 452 so not sure if it will work with 616 although in theory it should.
how to use unique property
I've tried to implement a data type that checks if a integer input has been used before. My implementation doesn't work.
When i create my new datatype, shouldn't i be able to select 'unique property' in the property editor dropdown?
The short explanation at http://ucomponents.codeplex.com/wikipage?title=UniqueProperty&referringTitle=Documentation ; i can't understand.
Can anybody give me a step-bystep guide?
Jan,
What version of uComponents are you using i wrote uniqueproperty a long long time ago not sure if was left behind from main ucomponents core at some point.
Regards
Ismail
Oh sorry. My mistake.
I've downloaded uComponent 6.0.0 and using it on a Umbraco 6.1.6 installation
Jan,
It should be there under legacy, i just checked uComponents source and it has been moved to legacy. With regards to how to use you pick the field you want to be unique and on save it will check the xml cache for that value in that property i last used it in umbraco 452 so not sure if it will work with 616 although in theory it should.
Regards
Ismail
is working on a reply...