$ A B C D E F G H I J K L M N O P R S T U V W Z _
F
- Field - net.conic.prototype.form 中的 類
- HTML中Field的常用操作的Helper類
語法: Field.method(arguments); - Field() -
類 net.conic.prototype.form.Field 的構(gòu)造函數(shù)
-
- find(Iterator) -
類 net.conic.prototype.Enumerable 中的方法
- 等同于detect()方法
- findAll(Iterator) -
類 net.conic.prototype.Enumerable 中的方法
- 執(zhí)行iterator迭代,并將迭代結(jié)果返回為true的元素的值集合返回。
- findElement(JSEvent, String) -
類 net.conic.prototype.Event 中的靜態(tài)方法
- 以event源對象為起始對象,逐步向上搜索DOM樹,查找與tagName相匹配的第一個的DOM對象
- findFirstElement(Object) -
類 net.conic.prototype.form.Form 中的方法
- 查找表單中表單成員[input, select, textarea]中的第一個元素
- first() -
類 net.conic.prototype.Array 中的方法
- 返回 當(dāng)前數(shù)組對象 的第一個元素。
- fixed() -
類 net.conic.prototype.String 中的方法
- 把 HTML <TT> 標(biāo)記放置在 String 對象中的文本兩端
- flatten() -
類 net.conic.prototype.Array 中的方法
- 將一個多維的數(shù)組并成一維數(shù)組;prototype增強(qiáng)方法,源碼實現(xiàn)比較靈活
- focus(Object) -
類 net.conic.prototype.form.Field 中的靜態(tài)方法
- 使得指定的表單元素獲得焦點
- focusFirstElement(Object) -
類 net.conic.prototype.form.Form 中的方法
- 給通過findFirstElement找到的表單的第一個元素焦點
- fontcolor(String) -
類 net.conic.prototype.String 中的方法
- 把帶有 COLOR 屬性的一個 HTML <FONT> 標(biāo)記放置在 String 對象中的文本兩端。
- fontsize(int) -
類 net.conic.prototype.String 中的方法
- 把一個帶有 SIZE 屬性的 HTML <FONT> 標(biāo)記放置在 String 對象中的文本的兩端。
- Form - net.conic.prototype.form 中的 類
- 表單操作輔助類,提供對表單的serialize,getElements,getInputs,disable,enable,findFirstElement,focusFirstElement,reset等方法
另外,這里還提供一個Element靜態(tài)成員,這個成員是操作表單元素的輔助類。
- Form() -
類 net.conic.prototype.form.Form 的構(gòu)造函數(shù)
-
- Form.FormElement - net.conic.prototype.form 中的 類
- 當(dāng)前的類型的引用在JS中只能使用Fomr.Element來獲取
語法: Form.Element.method(); - Form.FormElement() -
類 net.conic.prototype.form.Form.FormElement 的構(gòu)造函數(shù)
-
- FormElementEventObserver - net.conic.prototype.form 中的 類
- 表單成員發(fā)生變更事件的偵聽封裝類
- FormElementEventObserver(Object, Function) -
類 net.conic.prototype.form.FormElementEventObserver 的構(gòu)造函數(shù)
-
- FormElementObserver - net.conic.prototype.form 中的 類
- 表單成員的value發(fā)生變更的偵聽類
定時輪詢監(jiān)聽表單成員的value變更,當(dāng)表單成員內(nèi)部值的發(fā)生變更就會觸發(fā)指定callback方法
JS語法: new Form.Element.Observer(element,frequency,callback); - FormElementObserver(Object, int, Function) -
類 net.conic.prototype.form.FormElementObserver 的構(gòu)造函數(shù)
-
- FormEventObserver - net.conic.prototype.form 中的 類
- 表單內(nèi)部任何成員發(fā)生變更事件的偵聽類
- FormEventObserver(Object, Function) -
類 net.conic.prototype.form.FormEventObserver 的構(gòu)造函數(shù)
-
- FormObserver - net.conic.prototype.form 中的 類
- 表單內(nèi)容變更偵聽類
監(jiān)聽表單中任何表單成員的變更,任何表單成員內(nèi)部的變更都會觸發(fā)指定callback方法
JS語法: new Form.Observer(element,frequency,callback); - FormObserver(Object, int, Function) -
類 net.conic.prototype.form.FormObserver 的構(gòu)造函數(shù)
-
- frequency -
類 net.conic.prototype.PeriodicalExecuter 中的變量
-
- from(Object) -
類 net.conic.prototype.Array 中的靜態(tài)方法
- 將任何的可枚舉(iterable)類型對象轉(zhuǎn)換成Array對象。
- fromCharCode(int...) -
類 net.conic.prototype.String 中的靜態(tài)方法
- 從一些 Unicode 值中回一個字符串。
- Function - net.conic.prototype 中的 類
- JS中的Function對象,被prototype增強(qiáng)
在本文檔中如果有看到某個子類繼承Function類,這就相當(dāng)于標(biāo)識此類對象在js中是一個function
- Function() -
類 net.conic.prototype.Function 的構(gòu)造函數(shù)
-
$ A B C D E F G H I J K L M N O P R S T U V W Z _