Does anyone know how to create custom fieldtype for contour with render preview in form builder like CheckboxList.
I want to make tree structure for CheckBoxList and i want be able to add items in my controls from contour form builder. Is it possible to do it and where i can find article about this.
Ismail, thanks for your answer.
I've seen it before. This sample make possible to add custom field type, looking like textarea, but with some additional functionality.
I want to create field type, that look like this. Is it possible?
If it doesn`t possible, how i can make possible specify prevalue source for my field type?
Ismail, is this link still valid?
I was downloaded contrib, but not found any source about field like CheckBoxList. This download contains source for label and Captcha.
Create custom field type like checkboxList
Hello all. First excuse my english.
Does anyone know how to create custom fieldtype for contour with render preview in form builder like CheckboxList.
I want to make tree structure for CheckBoxList and i want be able to add items in my controls from contour form builder. Is it possible to do it and where i can find article about this.
Regards, Anton
Anton,
Take a look here http://our.umbraco.org/projects/umbraco-pro/contour/documentation http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Extending-Contour/Adding-a-Fieldtype
also there is some sample code http://www.nibble.be/?p=89
Regards
Ismail
Ismail, thanks for your answer. I've seen it before. This sample make possible to add custom field type, looking like textarea, but with some additional functionality. I want to create field type, that look like this. Is it possible?
If it doesn`t possible, how i can make possible specify prevalue source for my field type?
The source for all the main field types can be found here http://contourcontrib.codeplex.com/releases/view/59359 so you can look at the source for the one in image and work with it?
Regards
Ismail
Ismail, is this link still valid? I was downloaded contrib, but not found any source about field like CheckBoxList. This download contains source for label and Captcha.
Maybe I misunderstood you?
Regards, Anton
Comment author was deleted
Yeah link from Ismail are community addons, for the default fieldtypes check http://our.umbraco.org/FileDownload?id=5060
Tim, Ismail, thanks for help. This is what i want!
is working on a reply...