似乎ExtJs 6
好看又快,因为仍有无数的错误。例如,我无法将垂直滚动条添加到treepanel。因此,当节点太多时,我无法滚动浏览所有节点。这就是我试过的:
{
xtype: "treepanel",
scrollable: true, // <-- Does not work!
autoScroll: true, // <-- Does not work!
....
我想知道为什么这些原始的东西停止在现代ExtJs
中工作。我希望有一些神奇的口头禅可以解决它。
答案 0 :(得分:2)
这取决于容器的布局配置。 试试这个:
if ! [ $# -eq 0 || $# -eq 1 ]; then
echo -e "Usage: myScriptName [\e[3mdir\e[0m] [\e[3m-f file\e[0m]"
exit 1
fi