摘要:
翻遍所有ExtJs 2.2的form组件,竟没有合适的显示html格式内容的组件,唯有htmleditor组件式用来编辑html格式内容的,但用来显示的话超链接就没法点了,发挥搜索十八般武艺无果。最有自己来改写了一下原来的Ext.form.Field组件变成Ext.form.DisplayField组件(该组件在ExtJs 3.2里默认支持)。Ext.form.DisplayField组件源码:00100200300400500600700800901001101201301401501601701801902002102202302402502602702802903003103203303 阅读全文
posted @ 2011-01-13 23:31
hannover
阅读(9878)
评论(0)
推荐(0)
摘要:
Posted on 2009-04-16 16:36 巴斯光年 阅读(714) 评论(0) 编辑 收藏 所属分类: JS, ExtJS xtype Class------------- ------------------box Ext.BoxComponent 具有边框属性的组件button Ext.Button 按钮colorpalette Ext.ColorPalette 调色板component Ext.Component 组件container Ext.Container 容器cycle Ext.CycleButton dataview Ext.DataView 数据显示视图dat 阅读全文
posted @ 2011-01-13 22:50
hannover
阅读(1476)
评论(0)
推荐(0)