I want to create a control using jquery ui framework. I know that I should use jquery.ui.widget.js as a factory as the base.
This control that I want to create has a behavior similar to tabcontrol. I want to create a tileview, so when you select content in a panel with multiple views ... it expands and the rest collapses towards the control. Like this http://demos.telerik.com/silverlight/#TileView/FirstLook Is there any tutorial, step by step, to create your own widget?
source share