發表文章

目前顯示的是有「extjs grid icon」標籤的文章

extjs表格中的小圖示

參考範例從中取下一段 用在column中 沒啥好說的,都跟範例一樣             { xtype: 'actioncolumn', items: [ {                     getClass: function(v, meta, eric) {          // Or return a class from a function                         if (eric.get('change') < 0) {                             this.items[0].tooltip = 'Do not buy!';                             return 'approved_changes_3';                         } else {                             this.items[0].tooltip = 'Buy stock';                       ...