随笔分类 - Ext.net
摘要:代码 Ext.onReady(function () { Ext.data.JsonP.request({ url: 'http://smart-ip.net/geoip-json', success: function (data) { Ext.getCmp("lb_weather").setText(data.city);...
阅读全文
摘要:Ext.Net介绍: 是一组开源的Asp.net(WebForm,MVC)组件。基于Ext.Js库开发,含有100多个工具,如TextBox,Combox,Button,ToolBar,StateBar,Panel,TabPanel,ExplorerBar,MenuBar,PictureBox 等多种控件并支持Ajax无刷新效果。 下载地址:http://www.ext.net/downlo...
阅读全文
摘要:var colorRenderer = function (value, metadata, record, rowIndex, colIndex, store) { if (rowIndex == 1) { metadata.style = "background-color: red;"; } return value;}; <ext:Column ru...
阅读全文
浙公网安备 33010602011771号