日期:2014-05-16  浏览次数:20337 次

ExtJS 4.0.2a ActionColumn的使用



    博客分类:?
  • EXTJS
WebJavaScriptEXT
ActionColumn是有问题的(不敢说是BUG),text属性不起作用、iconCls不知所云,但是非要使用怎么办?下面是我做的一个例子可以看看用变态的方法解决它:?
Js代码??收藏代码
  1. xtype?:?"actioncolumn",??
  2. html:'<div?class="x-column-header-inner"?id="ext-gen1293"?style="padding-top:?0px;?height:?auto;?"><span?class="x-column-header-text"?id="ext-gen1295">帐号状态</span><div?class="x-column-header-trigger"?id="ext-gen1294"></div></div>',??
  3. sortable?:?false,??
  4. dataIndex?:?"enabled",??