As far as I know there is no news about this in V6 (not that they talked about during the certification course) and I'm still using the "old way" in my package Newsletter Studio. There is two ways to create a custom "property editor", the esiest is to wrap it with a usercontrol:
Umbraco 6.x.x Custom DataTypes and DataTypes Editors best practices
Are there any differences in creation custom DataType and DataTypes in Umbraco 4.11.* and 6.*?
Thanks!
Hi!
As far as I know there is no news about this in V6 (not that they talked about during the certification course) and I'm still using the "old way" in my package Newsletter Studio. There is two ways to create a custom "property editor", the esiest is to wrap it with a usercontrol:
http://www.nibble.be/?p=24
If you need to "go deep" this is the more complex way:
http://www.nibble.be/?p=50
Thanks, Markus.
Now I find most effective way for me. I used uComponents dataTypes base classes
uComponents.DataTypes.Shared.PrevalueEditors.AbstractJsonPrevalueEditor
and AbstractOptions
Very usefull =)
is working on a reply...