app.js

来自「ext-2.3.0」· JavaScript 代码 · 共 21 行

JS
21
字号
/*
 * Ext JS Library 2.3.0
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

Ext.onReady(function(){
	new App.EmployeeStore({
		storeId: 'employeeStore',
		url: 'loadStore.php'
	});
	Ext.ux.ComponentLoader.load({
		url: 'sampleApp.php',
		params: {
			testing: 'Testing params'
		}
	});
});

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?