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

angularjs how to configure tools - toolbar buttons

1 Answer 141 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 27 Aug 2014, 04:34 PM
using standard jquery, i can configure the toolbar buttons this way:

$("#editor").kendoEditor({
        tools: [bold,...

but how do i do it when using angularjs and the code for initializing the editor is just this:

<div ng-controller="MyController">
    <textarea kendo-editor ng-model="data.html"></textarea>
</div>

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 28 Aug 2014, 07:18 AM
Hello Michael,

See the AngularJS introduction help topic.

Regards,
Alex Gyoshev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Editor
Asked by
Michael
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or