$ A B C D E F G H I J K L M N O P R S T U V W Z _
C
- call(Object, Object...) -
類 net.conic.prototype.Function 中的方法
- 應(yīng)用某一對象的一個方法,用另一個對象替換當前對象。
- callback -
類 net.conic.prototype.PeriodicalExecuter 中的變量
-
- camelize() -
類 net.conic.prototype.String 中的方法
- 將從以"-"號分隔的字符串中去除"-"號,并將"-"號后面的字符串的第一個字符改成大寫形式.
- charAt(int) -
類 net.conic.prototype.String 中的方法
- 返回指定索引位置處的字符。
- charCodeAtTest(int) -
類 net.conic.prototype.String 中的方法
- 返回指定字符的 Unicode 編碼。
- Class - net.conic.prototype 中的 類
- Class類目前只有一個create()方法,具內(nèi)容請參照create方法的描述.
- Class() -
類 net.conic.prototype.Class 的構(gòu)造函數(shù)
-
- classNames(Object) -
類 net.conic.prototype.dom.Element 中的靜態(tài)方法
- 取得指定DOM對象的ElementClassNames
- cleanWhitespace(Object) -
類 net.conic.prototype.dom.Element 中的靜態(tài)方法
- 清除指定DOM元素中的空的TextNode的內(nèi)容,比如換行,空格等等
- clear() -
類 net.conic.prototype.Array 中的方法
- 清除 當前數(shù)組對象 的內(nèi)的所有對象,并且this.length=0; prototype增強方法
- clear(Object...) -
類 net.conic.prototype.form.Field 中的靜態(tài)方法
- 將指定的elements的value都設(shè)置為空字符串
- clone(Object, Object) -
類 net.conic.prototype.dom.Position 中的靜態(tài)方法
- 復(fù)制source元素的大小尺寸和位置[left,top,width,height]作用到target元素上
- collect(Iterator) -
類 net.conic.prototype.Enumerable 中的方法
- 使用iterator方法迭代對象,并將每次執(zhí)行結(jié)果的集合返回。
- compact() -
類 net.conic.prototype.Array 中的方法
- 返回 當前數(shù)組對象 的緊湊模式,具體看Example。
- Comparator - net.conic.prototype 中的 類
- 比較器,相當于java中的Comparator接口
,但在這里它是做為一個function(Object value1,Object value2){}的形式存在;
這個function需要返回一個整數(shù)值:
負值,如果所傳遞的第一個參數(shù)比第二個參數(shù)小。
- Comparator(Object, Object) -
類 net.conic.prototype.Comparator 的構(gòu)造函數(shù)
-
- concat(Array<V>) -
類 net.conic.prototype.Array 中的方法
- 返回一個新數(shù)組,這個新數(shù)組是由兩個數(shù)組組合而成的。
- concat(String) -
類 net.conic.prototype.String 中的方法
- 返回一個 String 對象,該對象包含了兩個提供的字符串的連接
- constructor -
類 net.conic.prototype.Array 中的靜態(tài)變量
- JS中類型實例的構(gòu)造方法的引用,每個JS的類對象都自動內(nèi)部綁定此屬性
- constructor -
類 net.conic.prototype.Boolean 中的靜態(tài)變量
- JS中類型實例的構(gòu)造方法的引用,每個JS的類對象都自動內(nèi)部綁定此屬性
- constructor -
類 net.conic.prototype.Number 中的靜態(tài)變量
- JS中類型實例的構(gòu)造方法的引用,每個JS的類對象都自動內(nèi)部綁定此屬性
- constructor -
類 net.conic.prototype.Object 中的靜態(tài)變量
- JS中類型實例的構(gòu)造方法的引用,每個JS的類對象都自動內(nèi)部綁定此屬性
- constructor -
類 net.conic.prototype.String 中的靜態(tài)變量
- JS中類型實例的構(gòu)造方法的引用,每個JS的類對象都自動內(nèi)部綁定此屬性
- create() -
類 net.conic.prototype.Class 中的靜態(tài)方法
- 用這個方法聲明JS的類型,聲明出來的JS新類型將支持以initialize命名的構(gòu)造方法.
- cumulativeOffset(Object) -
類 net.conic.prototype.dom.Position 中的靜態(tài)方法
- 返回指定元素offsetTop,與offsetLeft的累積值,就是從當前元素向父級元素一直尋找下去
- currentlyExecuting -
類 net.conic.prototype.PeriodicalExecuter 中的變量
- 當前是否正執(zhí)行function/expression;
true-正在執(zhí)行; false-未執(zhí)行/已執(zhí)行結(jié)束
$ A B C D E F G H I J K L M N O P R S T U V W Z _