Dynamic module selector in widget designer;
From the release notes: Ability to generate Page/Image/Video/Document/Dynamic module selector in widget designer;
Can someone update help or blog on this? I can't seem to get it to work. If I try (how I'm assuming it's done) I get
The control of type
'ASP.usercontrols_testfield_myfieldcontrol1_ascx' does not implement
IField interface. All fields must implement IField interface
Hello Steve,
Have you checked the documentation about creating dynamic module selectors?
When you select the dynamic module selector option, we give you a template for the content type. You need to replace the developer name of the dynamic module and the dynamic module content type. If you are not sure what you need to enter there, you can go to your module and then go to its code references like described in the documentation.
If this does not fix the error, please consider sending us your widget and designer to test it locally.
All the best,
Marin Atanasov
the Telerik team
Ahhh, okay, so this was my fault, I got it wrong
I thought it let me create a field control so when I edit an item I could get like a mulit-image\doc selector. Totally missed that article nested in there.
I'll give it a try, thanks
Hi,
I'm also facing same issue.
I've tried to add custom field for blog post.
I need to add document field and video field for blog post, like it works for image field. (If, I put "Telerik.Sitefinity.Web.UI.Fields.ImageField" in "Type or Virtual path of the custom widget" textbox)
(Please find attached images for more detail.)
In the "Type or Virtual path of the custom widget" textbox, I’ve tried :
Telerik.Sitefinity.Web.UI.Fields.FileField
Telerik.Sitefinity.Web.UI.Fields.MediaField
User control I’ve added :
~/CustomVideo.ascx (Please find attached images for more detail.)
But, it’s not working. Thank you in advance.
Thanks,
Bhavik Bhavsar