Extjs6 treepanel 자동 오른쪽 버그

554 단어 extjs6Ext
Extjs 버전: 6.2.0.981
문제 해결 방법 출처:
https://www.sencha.com/forum/showthread.php?330686-Sencha-Architect-amp-ExtJS-6-TreePanel-Alignement-problem
 
해결 방법:
There is a bug in 6.2.0 which made all grid (and tree) panels right aligned. If you don't need RTL language support, you could try to edit your app.json and replace 
Code:
"path": "${framework.dir}/build/ext-all-rtl-debug.js"

with Code:
"path": "${framework.dir}/build/ext-all-debug.js"

좋은 웹페이지 즐겨찾기