Workflow for developing MVC widgets
I'm currently working on a project that involves the development of a custom widget for Sitefinity. I'm developing the widget as an MVC widget and that part is coming along fine.
I was wondering however, what is the intended workflow, or procedure, for working on an MVC widget? In my case I'm currently developing on my local machine, and once I'm done I'd like to deploy the widget to our test environment for testing, but I can't find any clear documentation on how to do this. I don't want to deploy the entire Sitefinity project, I'd just like a way of picking up the widget in its entirety and installing it onto the test environment's copy of Sitefinity.
The lack of information on this process leads me to think that maybe I'm going about this the wrong way, and there is some other preferred way to develop and deliver custom widgets.
Is my described process possible? Or am I barking up the wrong tree with this approach?
Hi Nick,
In order to use MVC widgets in Sitefinity you could check this article and the attached video. Using of the ControllerToolboxItem attribute will help you to register the widget.
In addition, you can look at Creating MVC Widgets with Sitefinity Thunder.
I hope this helps.
Regards,
Svetoslav Manchev
Telerik