zoukankan      html  css  js  c++  java
  • kendo ui

    kendo ui 总导引图:

    http://www.kendoui.io/examples/index.html

    kendo datasource parametermap:

    https://stackoverflow.com/questions/18695302/kendo-datasource-parameter-map

    schema

    https://stackoverflow.com/questions/14731949/what-must-my-kendo-datasource-schema-look-like

    json数据

    http://blog.csdn.net/xiaobingtao/article/details/11252807

    kendo datasource 官方API

    http://docs.telerik.com/kendo-ui/api/javascript/data/datasource

    datasource overview

    http://docs.telerik.com/kendo-ui/framework/datasource/overview#datasource-overview

    datasource crdu

    http://docs.telerik.com/kendo-ui/framework/datasource/crud

    datasource basic use:

    http://docs.telerik.com/kendo-ui/framework/datasource/basic-usage

    kendo css

    http://docs.telerik.com/kendo-ui/styles-and-layout/appearance-styling

    kendo grid

    http://docs.telerik.com/kendo-ui/api/javascript/ui/grid

    kendo init

    $(document).ready(function() {
    kendo.init($("#dormitoryExchange"));

    }

  • 相关阅读:
    HDU-1527 取石子游戏
    HDU-1846 Brave Game
    HDU-1850 Being a Good Boy in Spring Festival
    HDU-2509 Be the Winner
    HDU-1907 John
    HDU-1969 Pie
    HDU-1501 Zipper
    HDU-2289 Cup
    最大子矩阵和
    HDU3466(01背包变种)
  • 原文地址:https://www.cnblogs.com/hong2016/p/7340826.html
Copyright © 2011-2022 走看看