Skip to content

Commit

Permalink
added an Ext.js page for ExtJS
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoatomo committed Mar 30, 2013
1 parent 75aaaf7 commit bbd84b4
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -12,7 +12,7 @@ touch:

ext-js:
@@mkdir -p public/ext-js; mkdir -p public/ext-js/4-2;
@@jsduck -o ${EXTJS_PUBLIC} --welcome=${EXTJS_SRC}welcome.html --config=config.json
@@jsduck -o ${EXTJS_PUBLIC} --welcome=${EXTJS_SRC}welcome.html --config=config.json --guides=${EXTJS_SRC}guides.json
@@echo JSDuck Build. source ${EXTJS_SRC} to public ${EXTJS_PUBLIC}

all: touch ext-js
Expand Down
12 changes: 12 additions & 0 deletions src/ext-js/4-2/guides.json
@@ -0,0 +1,12 @@
[
{
"title": "CodeReading",
"items": [
{
"title": "Ext.js",
"name": "ext",
"description": "core/Ext.js"
}
]
}
]
58 changes: 58 additions & 0 deletions src/ext-js/4-2/guides/ext/README.md
@@ -0,0 +1,58 @@
# core/Ext.js

### Ext 名前空間の作成

### Ext.apply

コンフィグオプションを反映させる時に利用する重要メソッド

### Ext.emptyFn

### Ext.applyIf

### Ext.iterate

### Ext.iterate

### Ext.extend

deprecated

### Ext.override

deprecated

### Ext.valueFrom

### Ext.typeOf

### Ext.isEmpty

### 判定用メソッド

- isArray
- isDate
- isMSDate
- isObject
- isPrimitive
- isFunction
- isNumber
- isNumeric
- isString
- isBoolean
- isElement
- isTextNode
- isDefined
- isIterable

### Ext.clone

### Ext.typeOf のエイリアス Ext.type を定義

後方互換性のため

### Ext.app

### Ext.globalEval

touch だと private 扱い

0 comments on commit bbd84b4

Please sign in to comment.