dutch-provinces.js

来自「一个struts和extjs得源码」· JavaScript 代码 · 共 26 行

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

// some data used in the examples
Ext.namespace('Ext.exampledata');

Ext.exampledata.dutch_provinces = [
	['Drenthe'],
	['Flevoland'],
	['Friesland'],
	['Gelderland'],
	['Groningen'],
	['Limburg'],
	['Noord-Brabant'],
	['Noord-Holland'],
	['Overijsel'],
	['Utrecht'],
	['Zeeland'],
	['Zuid-Holland']
    ];

⌨️ 快捷键说明

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