Extjs 4 checkcolumn not visible

半世苍凉 提交于 2019-12-05 03:31:35

you have to manually include the css for the checkcolumn xtype like this:<link rel="stylesheet" type="text/css" href="/extjs4/examples/ux/css/CheckHeader.css">

if your app is generated by Sencha CMD, you need to execute the following command on your project directory

sencha app build

after this command has finished, reload your app on your browser and you can now see your checkcolumn.

It's me

extra js file is needed, try to seek Ext file named 'CheckColumn.js' and included it in your script. Or set the Ext's ux path at the beginning of the script also works.

I solved my disappearing checkbox/radio CSS problem in ExtJs 6.01 by running 2 commands:

1) sencha app build development
2) sencha app refresh

Refresh was important

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!