Gets or sets the target HTML element or CSS selector for which the radial menu will be shown. If null, the menu popup is positioned at the control's element location.
Namespace: Telerik.UIAssembly: (in WinJS.exe) Version:
Syntax
JavaScript |
---|
//propValue is of type HTMLElement
var propValue = instance.target;
instance.target = propValue; |
Property Value
Type:
HTMLElement
See Also