Coming from Silverlight, I am looking to create remote widgets (or components) that encapsulate all of their operation and look and feel into a single html/script file which can be loaded dynamically. I would like to stay within the confines of HTML/JS/CSS rather than dipping into ASP.NET MVC.
The widgets need to be displayed within the div they are assigned to and automatically handle window/container re-sizing events, as well as pass context information from the controller to the component/widget. (Think portal/dashboard).
Are there any examples which illustrate how to accomplish this?
Also, while looking at the Kendo source, I noticed that the components use kendo.ui.widget framework. Should this be the mechanism that I use to create these components? If so, are there any documents or examples which illustrate how to roll-your-own?
Thanks.
The widgets need to be displayed within the div they are assigned to and automatically handle window/container re-sizing events, as well as pass context information from the controller to the component/widget. (Think portal/dashboard).
Are there any examples which illustrate how to accomplish this?
Also, while looking at the Kendo source, I noticed that the components use kendo.ui.widget framework. Should this be the mechanism that I use to create these components? If so, are there any documents or examples which illustrate how to roll-your-own?
Thanks.