$ A B C D E F G H I J K L M N O P R S T U V W Z _
R
- realOffset(Object) -
類 net.conic.prototype.dom.Position 中的靜態(tài)方法
- 返回指定元素真實的scrollTop,與scrollLeft的累積值
- register(Function) -
類 net.conic.prototype.ajax.AjaxResponders 中的方法
- 注入可用dispatch對象成員
- registerCallback() -
類 net.conic.prototype.form.EventObserver 中的方法
- 注冊相應(yīng)的Callback方法.
- registerCallback() -
類 net.conic.prototype.form.TimedObserver 中的方法
- 開始定時運行,并注冊指定的callback方法.
- registerFormCallbacks() -
類 net.conic.prototype.form.EventObserver 中的方法
- 讓表單中所有的成員的變更事件都被偵聽,并注冊指定的Callback方法.
- reject(Iterator) -
類 net.conic.prototype.Enumerable 中的方法
- 將每次迭代執(zhí)行的結(jié)果false的元素放入到返回Array中返回,相當(dāng)于取partition的返回的falses成員
- relativize(Object) -
類 net.conic.prototype.dom.Position 中的靜態(tài)方法
- 將指定元素的定位方式設(shè)置為relative,并且重新計算它的坐標(biāo),使之不會發(fā)生位移
- remove(Object) -
類 net.conic.prototype.dom.Element 中的靜態(tài)方法
- 移除指定的DOM對象
- remove(String) -
類 net.conic.prototype.form.ElementClassNames 中的方法
- 刪除指定的樣式
- removeClassName(Object, String) -
類 net.conic.prototype.dom.Element 中的靜態(tài)方法
- 將元素上的某個樣式刪除
說明:在prototype源碼中表示此方法有返回值,但其實在ElementClassNames的實現(xiàn)中并無返回值
,所以在這里返回值都是無效的,此文檔就其示為void。
- replace(Object, String) -
類 net.conic.prototype.String 中的方法
- 返回根據(jù)正則表達(dá)式進(jìn)行文字替換后的字符串的復(fù)制,但不影響實例本身。
- request(String) -
類 net.conic.prototype.ajax.AjaxRequest 中的方法
- 執(zhí)行Ajax請求的主方法,內(nèi)部調(diào)用
- reset(Object) -
類 net.conic.prototype.form.Form 中的方法
- 重置表單
- respondToReadyState() -
類 net.conic.prototype.ajax.AjaxRequest 中的方法
- Ajax請求響應(yīng)的核心處理方法,內(nèi)部調(diào)用
readyState的定義請參考@see #onStateChange()
如果readyState!
- responseIsFailure() -
類 net.conic.prototype.ajax.AjaxBase 中的方法
- 判斷Ajax請求返回是否失敗,相當(dāng)于!
- responseIsSuccess() -
類 net.conic.prototype.ajax.AjaxBase 中的方法
- 判斷Ajax請求返回是否成功
- reverse() -
類 net.conic.prototype.Array 中的方法
- 返回元素順序被反轉(zhuǎn)的 Array 對象。
- reverse(boolean) -
類 net.conic.prototype.Array 中的方法
- 返回元素順序被反轉(zhuǎn)的 Array 對象。
$ A B C D E F G H I J K L M N O P R S T U V W Z _