【问题标题】:Which files should exist in Kendo Ui Core for a mobile application?移动应用程序的 Kendo Ui Core 中应该存在哪些文件?
【发布时间】:2015-01-11 03:14:30
【问题描述】:

我在一年前试用了 Kendo 移动应用程序。现在我想用最新的 Kendo UI Core 版本来检查它。

我之前的参考资料是

<link href="../styles/kendo.common.min.css" rel="stylesheet" />
<link href="../styles/kendo.default.min.css" rel="stylesheet" />
<link href="../styles/kendo.mobile.all.min.css" rel="stylesheet" />
<script src="../js/jquery.min.js"></script>
<script src="../js/kendo.all.min.js"></script>
<script src="../js/kendo.mobile.min.js"></script>

我在 core-ui 中看不到 kendo.all.min.js 文件和 kendo.mobile.min.js。我也看不到 kendo.mobile.all.min.css 文件。

在我的 HTML 中应该存在哪些文件才能在 kendu-ui-core 上运行我的移动应用程序?

【问题讨论】:

    标签: javascript html css kendo-mobile


    【解决方案1】:

    查看 Kendo UI Core 自述文件的这一部分:
    https://github.com/telerik/kendo-ui-core#source-code-and-downloads

    您也可以自己构建:
    https://github.com/telerik/kendo-ui-core#building-kendo-ui-core

    或使用单独的文件及其依赖项:
    http://docs.telerik.com/kendo-ui/install/custom

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-07-19
      • 1970-01-01
      • 2017-04-11
      • 1970-01-01
      • 2017-04-28
      • 1970-01-01
      • 1970-01-01
      • 2014-05-29
      相关资源
      最近更新 更多