文章分类 - Plugin
摘要:@(Html.Kendo().Splitter() .Name("vertical") .Orientation(SplitterOrientation.Vertical) .Panes(verticalPanes => { vertical...
阅读全文
摘要:绑定数据的几种方式1.#=# 显示字面量2.#:# 显示HTML元素3:## 执行任意的 JS代码4:${data.ID} 显示字面量
阅读全文
摘要:if (ext == "doc" || ext == "docx"){ Aspose.Words.Document doc = new Aspose.Words.Document(templateFile); doc.Save(generateFilePath, Aspose.Words...
阅读全文
摘要:前端 cshtml// 异步提交的方式@using(Html.BeginForm()){ @(Html.Kendo().Upload() .Name("Files") .Async(a => a .Save("Save"...
阅读全文
摘要:Button@Html.Kendo().Button().Name("按钮名").Content("按钮内容").HtmlAttributes( new {type = "button"} ) // form下的按钮 默认为submit.Events(e => e.Click("按钮点击事件"))
阅读全文
摘要:Razer基础功能(从本地获取数据)后台public ActionResult Index(){ return View(db.Users);}前台@(Html.Kendo().ListView(Model) .Name("listView") .TagName("div") ...
阅读全文
摘要:DEMO 表单验证提交数据方法一// JScript$.ajax({ url: "/Administrator/ReceiveData", data: $("#form").serialize(), type: "post", ...
阅读全文
摘要:Easy UI是在jQuery 基础上开发的一套界面工具。相关的文件CSSeasyui.cssJavaScriptjquery-X.js 标准版本jquery-X.min.js 压缩精简后的版本easyloader.jsjquery.easyui.jsjquery.easyui.min....
阅读全文
摘要:UI PluginDWZDWZ富客户端框架(JQuery RIA Framework),是国产基于JQuery实现的Ajax RIA开源框架.Ninja UIChico UIPrime UIw2ui采用HTML5 + CSS3jwwui基于jQuery写的一组html组件.页面运行效率高,看起来是富...
阅读全文
摘要:jQuery UI是在jQuery 基础上开发的一套界面工具,包括了网页上几乎所有的插件以及动画特效,用户可根据需要自定义甚至重新设计。相关的文件CSSjquery-ui.cssjquery-ui.min.cssjquery.ui.all.cssJavaScriptjquery-X-vsdoc.js...
阅读全文


浙公网安备 33010602011771号