Sha256: 181e70de3e02370d4bf0eb5941692e41fad74fa52c896ef0d2aa4dd98e455288
Contents?: true
Size: 550 Bytes
Versions: 6
Compression:
Stored size: 550 Bytes
Contents
Ext.define('FastUI.view.VToolbar', { extend:'Ext.toolbar.Toolbar', valueObject:{}, winId:0, winCtx:{}, initComponent:function () { this.items = [ { text: 'Button' }, { xtype: 'splitbutton', text : 'Split Button' }, '->', { xtype : 'textfield', name : 'field1', emptyText: 'enter search term' } ] } });
Version data entries
6 entries across 6 versions & 1 rubygems