Create a new RadZoomable control that allows to put any control in WinJS.UI.SemanticZoom control.
Namespace: Telerik.UIAssembly: (in WinJS.exe) Version:
Syntax
JavaScript |
---|
var instance = new Telerik.UI.RadZoomable(element, options); |
Parameters
- element
- Type: HTMLElement
The HTML element this control is associated with.
- options
- Type: Object
The initialization options for this control.
See Also