Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/2f9e3a5c9a6ea2a27e9fd3f577bd8b6d to your computer and use it in GitHub Desktop.
Save ezhov-da/2f9e3a5c9a6ea2a27e9fd3f577bd8b6d to your computer and use it in GitHub Desktop.
Выравниваение текста справа
Может произойти так, что при использовании Ext JS Sencha CMD, проект сгенерируется и будет отображать компонент дерева с выравниванием справа.
В таком случае есть решение:
==> https://www.sencha.com/forum/showthread.php?330686-Sencha-Architect-amp-ExtJS-6-TreePanel-Alignement-problem&p=1163068&viewfull=1#post1163068
А именно:
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment