随笔分类 -  extjs

摘要:protected void Button_Click(object o,DirectEventArgs e){//要执行的c#代码}[code]第二种方法则是使用ExtJs的方法调去c#的后台[code]//Js方法function Get(){Ext.net.DirectMethods.方法名();}//C#代码[DirectMethod]publick void 方法名() 阅读全文
posted @ 2013-05-23 11:51 箐谷 阅读(270) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/luluping/tag/DIV/ 阅读全文
posted @ 2012-11-15 11:39 箐谷 阅读(140) 评论(0) 推荐(0)
摘要:总结下extjs的布局原理和适用范围首先先上一个Ext布局类型的继承图:Ext.layout.ContainerLayoutExt.layout.AnchorLayoutExt.layout.AbsoluteLayoutExt.layout.FormLayoutExt.layout.BorderLayoutExt.layout.ColumnLayoutExt.layout.FitLayoutExt.layout.AccordionExt.layout.CardLayout Ext.layout.TableLayout 再上一个Ext.Container及其子类继承图:Ext.Container 阅读全文
posted @ 2012-11-15 11:10 箐谷 阅读(431) 评论(0) 推荐(0)