Is there any way we can create custom datatype using latest umbraco version i.e. 7.0.1.
In earlier version there was a property editor - user control wrapper by which we used to create custom data type. Any alternative for the same or this is missed from this release?
Thanks, I am able to create simple property editor using the same.
I have another query on if I would like to create custom datatype which will contain multiple elements like Textbox, FIleUpload, Textarea then can we achieve this using property editor.
Ah ok so it's not like a custom property editor that you have made yourself but a custom configuration of the checkbox property editor.
Well...currently there is no way to have some the items selected by default out of the box.
You could perhaps create a custom property editor (Like in coding a custom property editor) that give you this opportunity. You can read more about rolling your own here http://umbraco.github.io/Belle/#/tutorials
Custom datatype in umbraco 7.0.1
Is there any way we can create custom datatype using latest umbraco version i.e. 7.0.1.
In earlier version there was a property editor - user control wrapper by which we used to create custom data type. Any alternative for the same or this is missed from this release?
Thanks in advance!
Hello,
In v7 it's called a property editor. You can find more info about it here: http://umbraco.github.io/Belle/#/tutorials/CreatingAPropertyEditor
This might also help: http://our.umbraco.org/forum/developers/extending-umbraco/46183-Creating-a-property-editor-in-Umbraco-7
Jeroen
On http://www.nibble.be/ there is a lot of info.
For example:
THERE IS NO SPOON, MATRIX PROPERTY EDITOR FOR UMBRACO 7
ADVANCED PROPERTY EDITORS FOR UMBRACO V7, STRONGLY TYPED VALUES IN YOUR VIEWS USING PROPERTYVALUECONVERTERS
ADVANCED PROPERTY EDITOR FOR UMBRACO V7, WORKING WITH CUSTOM DATA
ADVANCED PROPERTY EDITORS FOR UMBRACO V7, VALIDATION
ADVANCED PROPERTY EDITORS FOR UMBRACO V7, PREVALUE EDITORS
ADVANCED PROPERTY EDITORS FOR UMBRACO V7, DYNAMIC PREVALUE EDITORS
Jeroen
Hi Jeroen,
Thanks very much for your prompt reply, I am going through same :)
Hi Jeroen,
Thanks, I am able to create simple property editor using the same.
I have another query on if I would like to create custom datatype which will contain multiple elements like Textbox, FIleUpload, Textarea then can we achieve this using property editor.
Thanks!
Hello,
Could you please mark a post as the solution if it helped you.
Jeroen
hello:
The examples are about how to create a custom datatype ,
Now, I had created a custom datatype with some checkboxs success, but how can I get the checkboxs which are checked ? when I SaveAndPublish a Content
Hi Jason
What does your view currently look like?
/Jan
Now,the view is the image understand.
I want get the checked values in these checkboxs when SaveAndPublish the content.
Can you help me??
Hi Jason
Ah ok so it's not like a custom property editor that you have made yourself but a custom configuration of the checkbox property editor.
Well...currently there is no way to have some the items selected by default out of the box.
You could perhaps create a custom property editor (Like in coding a custom property editor) that give you this opportunity. You can read more about rolling your own here http://umbraco.github.io/Belle/#/tutorials
Hope this helps.
/Jan
is working on a reply...