在ExtJS 3.0 中,可以直接这样实现:
toolbar.add(
{
text:'Foo'
},
'->',
{
text:'Bar'
}
);
{
text:'Foo'
},
'->',
{
text:'Bar'
}
);
关键就在那个‘->',这是一个fill element.
参考文章:http://www.extjs.com/forum/showthread.php?t=3485&p=34358
继续阅读与本文标签相同的文章
上一篇 :
免费PDF转JPG的开源软件
下一篇 :
Ext JS 学习笔记
-
批量解决冲突
2026-05-25栏目: 教程
-
Error &ldquoUnable to copy the file xxx from the project template to the project. Can't find the file xxxx&rdquo when create VS template
2026-05-25栏目: 教程
-
桌面重置,所有的东西都消失了怎么办?
2026-05-25栏目: 教程
-
微软近期Open的职位
2026-05-25栏目: 教程
-
Some key capabilities I want to develop
2026-05-25栏目: 教程
