I want to create a control using the jquery ui framework. I know that I have to use as base the jquery.ui.widget.js as a factory.
This control I want to create has a behavior similar to the tabcontrol. I want to create a tileview, so when yo select a content in a panel of multiples views… it expands and the others collapse to a side of the control.
Like this one http://demos.telerik.com/silverlight/#TileView/FirstLook
Is there any tutorial, step by step to create a custom widget?
A good starting point is jQuery UI documentation on this topic: http://wiki.jqueryui.com/w/page/12138135/Widget-factory
At minimum your widget must implement following code (sample taken from documentation):