当前您所在的位置:首页>新闻中心>新品发布
新品发布
行业动态
营销活动

Kendo UI API中文介绍一:UI

发布时间:2020/09/08 浏览量:2138

Kendo UI是著名界面控件开发商Telerik的旗舰产品,既能开发网页应用,也能开发跨平台移动应用,在HTML5 UI开发框架中具有广泛的知名度。

方法

plugin

用于编写新组件的辅助方法。 jQuery插件负责创建组件并以合适的data-*属性将它与客户端对象相连。

 

示例:

function TextBox(element, options) {

}

kendo.ui.plugin(TextBox);

 

// initialize a new TextBox for each input,with the given options object.

$("input").kendoTextBox({ });

// get the TextBox object and call thevalue API method

$("input").data("kendoTextBox").value();

 

参数

 

参数

 

示例:

 

...

 

北京哲想软件有限公司