Hi
I am working on AngularJS and trying to KendoUI using below link-
http://docs.telerik.com/kendo-ui/AngularJS/introduction
I
am using Visual Studio 2013 as editor and I am struggling to every
option/attributes (prefix with k-) available as a part of
kendo.directives.
Where I can find entire list of 70+ KendoUI AngularJS controls and their properties?
For
example, when I am using on Kendo-Window, I am able to add actions. But there is no documentation I found to attach events to these
actions (like custom or refresh). How to attach method on click of custom or refresh?
<div kendo-window="wnd" k-actions="['refresh','custom','minimize','maximize','close']" >
Color Picker:<h4> {{color3}}</h4>
<input kendo-color-picker ng-model="color3" k-buttons="true" k-preview="false" k-input="true" />
</div>
Please share the exact documentation path of each control and their properties just like you have it for HTML5 controls.
Cheers
Sanket