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

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

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

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

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

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