欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

$ A B C D E F G H I J K L M N O P R S T U V W Z _

A

absolutize(Object) - 類 net.conic.prototype.dom.Position 中的靜態(tài)方法
將指定元素的定位方式設(shè)置為absolute,并且重新計算它的坐標(biāo),使之不會發(fā)生位移
activate(Object) - 類 net.conic.prototype.form.Field 中的靜態(tài)方法
使得指定的表單元素處于活動狀態(tài)(獲得焦點或者內(nèi)容處于選中狀態(tài))
activeRequestCount - 類 net.conic.prototype.ajax.Ajax 中的靜態(tài)變量
當(dāng)前正在處理的請求的總計數(shù)
add(String) - 類 net.conic.prototype.form.ElementClassNames 中的方法
設(shè)置元素的樣式,追加在新的樣式的后面
addClassName(Object, String) - 類 net.conic.prototype.dom.Element 中的靜態(tài)方法
追加指定的樣式給元素.
Ajax - net.conic.prototype.ajax 中的 類
Ajax[asynchronous javascript and xml]
Ajax() - 類 net.conic.prototype.ajax.Ajax 的構(gòu)造函數(shù)
 
AjaxBase - net.conic.prototype.ajax 中的 類
prototype中所有Ajax對象的祖先,這是一個抽象類
AjaxBase() - 類 net.conic.prototype.ajax.AjaxBase 的構(gòu)造函數(shù)
 
AjaxPeriodicalUpdater - net.conic.prototype.ajax 中的 類
定時周期性的執(zhí)行一個Ajax請求

JS語法:new Ajax.PeriodicalUpdater(container,url,options);
AjaxPeriodicalUpdater(Object, String, Object) - 類 net.conic.prototype.ajax.AjaxPeriodicalUpdater 的構(gòu)造函數(shù)
 
AjaxRequest - net.conic.prototype.ajax 中的 類
一個普通通用的Ajax請求對象

JS語法:new Ajax.Request(url,options);
AjaxRequest(String, Object) - 類 net.conic.prototype.ajax.AjaxRequest 的構(gòu)造函數(shù)
初始化一個AjaxRequest對象,并且執(zhí)行它.
AjaxResponders - net.conic.prototype.ajax 中的 類
單實例對象類,Prototype組件中Ajax的全局Responder對象

JS語法: Ajax.Responders.method();
目前內(nèi)部有初始化一個對象,此對象包括onCreate,onComplete兩個方法,主要是負(fù)責(zé)記錄當(dāng)前請求的數(shù)量的計數(shù).
AjaxUpdater - net.conic.prototype.ajax 中的 類
AjaxRequest的一個增強(qiáng)處理,實現(xiàn)Ajax請求響應(yīng)后的HTML結(jié)果自動放到指定的container

JS語法:new Ajax.Updater(container,url,options);
AjaxUpdater(Object, String, Object) - 類 net.conic.prototype.ajax.AjaxUpdater 的構(gòu)造函數(shù)
初始化一個AjaxUpdater對象,并且執(zhí)行它.
all(Iterator) - 類 net.conic.prototype.Enumerable 中的方法
使用iterator方法迭代,并將每個迭代返回的值做操作后返回。
anchor(String) - 類 net.conic.prototype.String 中的方法
創(chuàng)建HTML標(biāo)準(zhǔn)的<A>對象
any(Iterator) - 類 net.conic.prototype.Enumerable 中的方法
使用iterator方法迭代,并判斷每次iterator方法執(zhí)行返回的結(jié)果,當(dāng)有一個iterator操作執(zhí)行返回為true就結(jié)束遍歷,并返回true
apply(Object, Array) - 類 net.conic.prototype.Function 中的方法
應(yīng)用某一對象的一個方法,用另一個對象替換當(dāng)前對象。
arguments - 類 net.conic.prototype.Function 中的變量
方法內(nèi)部的取得此將調(diào)用傳入的參數(shù)集合 ,只有方法內(nèi)部才能調(diào)用到。
Array<V> - net.conic.prototype 中的 類
JS的數(shù)組對象,已被prototype增強(qiáng).
Array() - 類 net.conic.prototype.Array 的構(gòu)造函數(shù)
默認(rèn)構(gòu)造方法
Array(int) - 類 net.conic.prototype.Array 的構(gòu)造函數(shù)
初始化一個指定長度的數(shù)組
Array(V...) - 類 net.conic.prototype.Array 的構(gòu)造函數(shù)
初始化帶值的數(shù)組對象

$ A B C D E F G H I J K L M N O P R S T U V W Z _