extjs中Toolbar工具栏
类别:Web前端 浏览量:12580
时间:2013-10-13 extjs中Toolbar工具栏
extjs中Toolbar工具栏extjs中Ext.toolbar.Toolbar可以用来放置一些工具类操控按钮和菜单,工具栏控件可以被附加在面板、窗口等容器类控件中,可以在四个方位添加多个工具栏控件。下面分别介绍几个实例,来对extjs中的工具栏有一定的认识。
简单工具栏:
<script type="text/javascript">
Ext.onReady(function() {
var toolbar = new Ext.toolbar.Toolbar({
renderTo:Ext.getBody(),
width:500
});
toolbar.add(
{text:'新建'},{text:'打开'},
{text:'编辑'},{text:'保存'},//加入按钮
'-',
{//加入表单元素
xtype:'textfield',
hideLabel:true,
width:150
},
'->',
'<a href=#>超链接</a>',
{xtype:'tbspacer',width:50},
'静态文本'
);
});
</script>
效果图:
Ext.toolbar.Toolbar的overflowHandler属性实例:
如果工具栏上的item项目过多,而面板的长度不够那会怎么样?我们需要设置 overflowHandler: 'Menu',代码如下:
效果图:
在右侧的工具栏
var panel = new Ext.Panel({
renderTo: "li1",
width: 600,
height: 250,
collapsible: true,
layout: 'fit',
title: '演示工具栏',
items: listView,
tbar: tbar,
bbar: bbar,
rbar: [{
iconCls: 'add16',
tooltip: '按钮1'
},
'-',
{
iconCls: 'add16',
tooltip: {
text: '按钮2',
anchor: 'left'
}
}, {
iconCls: 'add16'
}, {
iconCls: 'add16'
},
'-',
{
iconCls: 'add16'
}
]
});
效果图
动态工具栏添加项:
//创建母工具栏
var toolbar = Ext.create('Ext.toolbar.Toolbar', {
renderTo: document.body,
width: 700,
items:
[
{
text: 'Example Button'
}
]
});
var addedItems = []; //添加项数组
Ext.create('Ext.toolbar.Toolbar', {
renderTo: document.body,
width: 700,
margin: '5 0 0 0',
items:
[
{
text: 'Add a button',
scope: this,
handler: function () {
var text = prompt('Please enter the text for your button:');
addedItems.push(toolbar.add({ //装入
text: text
}));
}
},
{
text: 'Add a text item',
scope: this,
handler: function () {
var text = prompt('Please enter the text for your item:');
addedItems.push(toolbar.add(text));
}
},
{
text: 'Add a toolbar seperator',
scope: this,
handler: function () {
addedItems.push(toolbar.add('-'));
}
},
{
text: 'Add a toolbar spacer',
scope: this,
handler: function () {
addedItems.push(toolbar.add('->'));
}
},
'->',
{
text: 'Remove last inserted item',
scope: this,
handler: function () {
if (addedItems.length) {
toolbar.remove(addedItems.pop());
} else if (toolbar.items.length) {
toolbar.remove(toolbar.items.last());
} else {
alert('No items in the toolbar');
}
}
},
{
text: 'Remove all items',
scope: this,
handler: function () {
toolbar.removeAll();
}
}
]
});
效果图:
您可能感兴趣
- ExtJs中XTemplate使用
- extjs中treepanel属性和方法
- Extjs updateProgress进度条的应用
- Extjs中grid 的ColumnModel 属性配置
- ExtJs中getCmp、getDom、Get的区别
- Extjs中FieldSet的收缩和展开
- extjs xtype的使用
- extjs table布局
- extjs中Toolbar工具栏
- Extjs menu菜单的简单用法
- ExtJs常用代码片段
- extjs card卡片式布局
- ExtJs中Store的种类
- extjs中treepanel例子
- extjs 日期控件
- extjs多选下拉框
- 艺人吴卓羲10年警察生涯,演足10年阿Sir,系咩玩法(艺人吴卓羲10年警察生涯)
- 菲律宾潜水(菲律宾潜水价格)
- 泰国人妖(变性手术生殖器要割掉吗)
- 泰国美女(泰国人妖和女性如何区分)
- 泰国旅游业怎么样(泰国的旅游产业)
- 越南新娘(越南新娘婚介网站)