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

Kendo module has disappeared ?

2 Answers 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Cedric
Top achievements
Rank 1
Cedric asked on 06 Aug 2014, 10:32 AM
Hi,

I've used to switch on debug version to understand how to use some widget because of poor documentation in the 2013 version.
In my reminder the js dependencies were handled with the kendo_module :
kendo_module({
    id: "combobox",
    name: "ComboBox",
    category: "web",
    description: "The ComboBox widget allows the selection from pre-defined values or entering a new value.",
    depends: [ "list" ],

But this seems to be removed with the 2014 version. So i've a lot of exceptions in the console and my application is broken.
What is the new way to debug kendo ui with the full commercial version ?

Thanks
- Ced -

2 Answers, 1 is accepted

Sort by
0
Accepted
Petyo
Telerik team
answered on 06 Aug 2014, 01:09 PM
Hi Cedric,

the kendo_module approach was replaced with standard AMD definitions, which can be used with RequireJS. Currently, the simplest way to debug Kendo UI would be to include kendo.all.js - the non-minified version of the script.

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Cedric
Top achievements
Rank 1
answered on 06 Aug 2014, 02:47 PM
Hi Petyo,
kendo.all is really huge when i want to put breakpoint on specific methods for one widget.
It's difficult to navigate in it.

Thanks for the answer.

- Ced -
Tags
General Discussions
Asked by
Cedric
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Cedric
Top achievements
Rank 1
Share this question
or