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

Error in all examples included in the latest beta

2 Answers 135 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 07 Feb 2012, 10:20 PM
Hi,

I've just downloaded kendoui.mobile.2012.1.124.beta.zip.

In all examples, the file ../../../styles/kendo.common.min.css is included but it is not available (not included in the zip file).

By the way, what's the best file to call from the CDN if I want to developer a mobile app? I guess it's:

Thanks.

2 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 08 Feb 2012, 08:26 AM
Hello,

Indeed, the kendo.common.min.css reference is an overlook on our side. It is not needed for the examples to run correctly, however. 

As for the CDN urls, I would like to recommend the following:

<link href="http://cdn.kendostatic.com/2012.1.124/styles/kendo.mobile.all.min.css"rel="stylesheet" />
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://cdn.kendostatic.com/2012.1.124/js/kendo.mobile.min.js">

The kendo.all.min.js would also work, but it is significantly larger.


Regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Thomas
Top achievements
Rank 1
answered on 08 Feb 2012, 10:08 AM
Thanks!
Tags
General Discussions
Asked by
Thomas
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Thomas
Top achievements
Rank 1
Share this question
or