ExtJs GridPanel column Text Color
摘要:CSS: .x-column-header-text-inner{ color:red; } JS: $('.x-column-header-text-inner').filter(function(){ return (/启用/i).test($(this).text())}).css('colo
阅读全文
posted @
2022-09-15 21:26
wakaka_wka
阅读(17)
推荐(0) 编辑
ExtJs xtype
摘要:xtype 类 box Ext.BoxComponent button Ext.Button colorpalette Ext.ColorPalette component Ext.Component container Ext.Container cycle Ext.CycleButton dat
阅读全文
posted @
2022-09-08 09:32
wakaka_wka
阅读(17)
推荐(0) 编辑
ELECTRON 发起 网络请求
摘要:(function () { let request = ELECTRON.remote.net.request('URL what you want'); request.on('response', function (response) { console.log(response.statu
阅读全文
posted @
2022-09-01 15:28
wakaka_wka
阅读(957)
推荐(0) 编辑