Sha256: 6c0ff66c77a2436400467f23fa6a25cd9f302e6a9fb145b777a0b04d510a623d
Contents?: true
Size: 496 Bytes
Versions: 6
Compression:
Stored size: 496 Bytes
Contents
/** * Created with JetBrains RubyMine. * User: Administrator * Date: 12-12-3 * Time: 上午9:39 * To change this template use File | Settings | File Templates. */ Ext.define('FastUI.view.VHelpWindow', { extend:'Ext.window.Window', title:'帮助', width: 500, height: 300, resizable: true, maximizable: true, minimizable: true, autoScroll: true, closeAction: 'close' , initComponent:function(){ this.callParent(); } });
Version data entries
6 entries across 6 versions & 1 rubygems