`
juforg
  • 浏览: 44754 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

【kendo UI】 下拉框 kendoDropDownList

阅读更多
$("#culture").kendoDropDownList({
	                    	select : languageChange,
	                        dataTextField: "text",
	                        dataValueField: "fieldValue",
	                        dataSource: languages,
	                        index: switchIndex('${language==null?"en_US":language}')
//初始化选择值	                    });

function languageChange(te) {
	                       var dataItem = this.dataItem(te.item.index());
		window.location.href="${pageContext.request.contextPath}/login.do?language="+dataItem.fieldValue;
	                    }

var languages = [ { text: "简体中文", fieldValue: "zh_CN" }, 
                  { text: "English", fieldValue: "en_US" },
                  { text: "한국어", fieldValue: "ko_KR" }
              ];

function switchIndex(language){
	if(language!=""){
		for (var i=0;i<languages.length;i++){
			if(language==languages[i].fieldValue){
				return i;
			}
		}
	}
	return 0;
}

 详细请参考:

http://docs.kendoui.com/api/web/dropdownlist

分享到:
评论

相关推荐

    Kendoui grid多级分组表格展现

    应用kendoui grid实现的多级分组表格展现,里面包含了表格的分组统计以及单表合计功能、还有针对表格的刷新以及子表格刷新功能。此功能是在原有demo版本上改进,增加了很多的个别需求实现,在原来的版本是做不到的。...

    [Kendo UI] 移动应用开发 Kendo UI Mobile 实现 英文版

    [Packt Publishing] 移动应用开发 Kendo UI Mobile 实现 英文版 [Packt Publishing] Building Mobile Applications Using Kendo UI Mobile and ASP NET Web API E Book ☆ 图书概要:☆ Get started with ...

    ui jquery kendo ui 一个不错的国外ui kendoui 又名剑道UI

    ui jquery kendo ui 一个不错的国外ui kendoui 又名剑道UI ui jquery kendo ui 一个不错的国外ui kendoui 又名剑道UI

    Kendo UI框架grid的Excel导出功能改进js代码

    Kendo UI框架提供了强大的Excel导出功能,通过Grid的saveAsExcel能方便地导出Grid中的数据,而且格式美观大方,使用起来也非常方便。但是在实际使用中不是很理想,主要有以下两个问题: 1. 导出的列数据是原始值 ...

    kendo ui 中文 汉化 文件

    kendo ui的中文国际化文件。已经对日期格式化进行了修正。 详细的,请看我的博文,kendo ui那点事里有详细使用说明。

    KendoUI速查手册--中文

    KendoUI速查手册--中文

    kendoui.for.jquery.2018.3.911.commercial

    Telerik Collection for .NET 2018 R3 kendoui.for.jquery.2018.3.911.commercial

    kendo ui 实现复杂表头

    该代码类里面实现的主要操作: 1.ajax 访问后代接口,并将结果返回值绑定到kendo ui 的grid上。 2. 实现复杂的kendo ui 的grid的表头设置,这个是本人亲自写的,并且经过验证是正确的

    kendoui.for.jquery.2018.2.620.commercial

    Telerik Collection for .NET 2018 R2 SP1 kendoui.for.jquery.2018.2.620.commercial

    Telerik Kendo UI 2013.2.716 商业完整版

    Telerik Kendo UI 2013.2.716 商业完整版 2013 Q2 版本 无需序列号、无需破解,完整使用; kendo ui 是一套Telerik 公司推出的面向HTML5 及 移动设备的轻量级UI组件,其主要有Js+Css实现了入 Grid,Tree,Menu,Chart...

    kendoui 3.913版

    kendoui框架最新版本kendoui框架最新版本kendoui框架最新版本kendoui框架最新版本kendoui框架最新版本kendoui框架最新版本

    kendoUI professional实战代码

    Kendo UI Professional目前最新提供Kendo UI for jQuery、Kendo UI for Angular、Kendo UI Support for React和Kendo UI Support for Vue四个控件。Kendo UI for jQuery是创建现代Web应用程序的最完整UI库;Kendo UI...

    kendoui asp.net mvc

    kendoui asp.net mvc server side wrappers , kendoui asp.net mvc 套件開版

    KendoUI2016.3.19最新版

    KendoUI2016.3.19最新版KendoUI2016.3.19最新版KendoUI2016.3.19最新版KendoUI2016.3.19最新版KendoUI2016.3.19最新版

    Telerik Kendo UI 2013.1.514

    Kendo UI 包含了开发现代JavaScript所需要的所有一切,包括:强大的数据源,通用的拖拉 (Drag-and-Drop) 功能、模板和UI控件; ☆ 文件清单:☆ kendoui.aspnetmvc.2013.1.514.commercial.rar kendoui.complete....

    telerik.kendoui.professional.2016.3.1118.commercial

    KendoUI, 最棒的JQuery开发组件,没有之一

    kendoui | 剑道UI(最新版、完整实例、安装包)

    Kendo UI framework is developed by Telerik - a leading provider of UI components for web, desktop and mobile applications. Trusted by over 100,000 customers worldwide for our devotion to quality and ...

    kendoui.for.jquery.2019.1.220.zip

    Kendo UI for jQuery Integration You can use the Kendo UI widgets for jQuery along with Kendo UI components for Angular in the same application. To use the Kendo UI widgets for jQuery together with ...

    Kendo UI 2013.2.918 Commercial

    Kendo UI 2013.2.918 Commercial; ☆ 文件详情: ☆ Kendo UI Complete 2013.2.918 Commercial; Kendo UI Dataviz 2013.2.918 Commercial; Kendo UI Mobile 2013.2.918 Commercial; Kendo UI Web 2013.2.918 ...

    kendoui 2016 商业完整版

    kendoui 2016 商业完整版

Global site tag (gtag.js) - Google Analytics