This is a migrated thread and some comments may be shown as answers.

KendoUI AngularJS documentation?

3 Answers 480 Views
Integration with other JS libraries
This is a migrated thread and some comments may be shown as answers.
Sanket
Top achievements
Rank 1
Sanket asked on 19 Jan 2016, 04:50 PM

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

 

3 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 21 Jan 2016, 12:24 PM
Hello,

the angularjs offering by Kendo UI is angular directives, which instantiate the jQuery widgets. The directive themselves do not expose anything unique, they just re-translate the widget configuration options to angular directive properties. The mechanics are described in the following help article

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Sanket
Top achievements
Rank 1
answered on 25 Jan 2016, 04:08 AM

Hi Petyo,

I have gone through below example on window handling using angular and have few queries on this?
http://demos.telerik.com/kendo-ui/window/angular

1. How do I avoid overlapping of window?
2. How do I add freeze and unfreeze feature for particular window (just like google gadgets)?
3. How do I save save layout of screen? What i meant here, if I have 2 windows. Calendar window available on left top corner and other window currently shown on right bottom corner of screen. I want to save this layout for future use. Is this possible to achieve?

 

Cheers

Sanket

0
Petyo
Telerik team
answered on 25 Jan 2016, 11:22 AM
Hi,

most of the behaviors you refer to may be implemented with the window and some custom logic. Please open new support queries for each one - we will handle them accordingly. 

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Integration with other JS libraries
Asked by
Sanket
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Sanket
Top achievements
Rank 1
Share this question
or