Looking at the Umbraco source code I see that some of the core property editors use a class inherited from Umbraco.Web.PropertyEditors.PropertyValueEditorWrapper
What is the use of this class ? And should I implement it when creating a new property editor ?
I was looking in the Umbraco source and I saw this class used by some of the core editors. Probably have to a debug session to see what it is used for.
PropertyValueEditorWrapper : what is it for ?
Hi,
Looking at the Umbraco source code I see that some of the core property editors use a class inherited from Umbraco.Web.PropertyEditors.PropertyValueEditorWrapper
What is the use of this class ? And should I implement it when creating a new property editor ?
Hello,
When I created my Enum Lists package I didn't use it. I just used these tutorials: http://umbraco.github.io/Belle/#/tutorials/CreatingAPropertyEditor
No idea what PropertyValueEditorWrapper is for.
Jeroen
Hey Jeroen,
I'm trying to create a editor with a single file deployment (see http://www.nibble.be/?p=415)
I was looking in the Umbraco source and I saw this class used by some of the core editors. Probably have to a debug session to see what it is used for.
Dave
is working on a reply...