📄 index-6.html
字号:
<DD>将整个表单内的所有成员都enable
<DT><A HREF="../net/conic/prototype/Enumerable.html#entries()"><B>entries()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Enumerable.html" title="net.conic.prototype 中的类">Enumerable</A> 中的方法
<DD>等同于toArray()方法
<DT><A HREF="../net/conic/prototype/Enumerable.html" title="net.conic.prototype 中的类"><B>Enumerable</B></A> - <A HREF="../net/conic/prototype/package-summary.html">net.conic.prototype</A> 中的 类<DD>prototype中的Enumerable类型,这是一个抽象对象。<DT><A HREF="../net/conic/prototype/Enumerable.html#Enumerable()"><B>Enumerable()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Enumerable.html" title="net.conic.prototype 中的类">Enumerable</A> 的构造函数
<DD>
<DT><A HREF="../net/conic/prototype/Global.html#escape(net.conic.prototype.String)"><B>escape(String)</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Global.html" title="net.conic.prototype 中的类">Global</A> 中的方法
<DD>对 String 对象编码以便它们能在所有计算机上可读
<DT><A HREF="../net/conic/prototype/String.html#escapeHTML()"><B>escapeHTML()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>按照HTML标准将字符串的编码返回,如<变成&lt等; prototype增强方法
<DT><A HREF="../net/conic/prototype/Global.html#eval(net.conic.prototype.String)"><B>eval(String)</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Global.html" title="net.conic.prototype 中的类">Global</A> 中的方法
<DD>检查 JScript 代码并执行.
<DT><A HREF="../net/conic/prototype/ajax/AjaxRequest.html#evalJSON()"><B>evalJSON()</B></A> -
类 net.conic.prototype.ajax.<A HREF="../net/conic/prototype/ajax/AjaxRequest.html" title="net.conic.prototype.ajax 中的类">AjaxRequest</A> 中的方法
<DD>从响应信息头中分离出 JSON 对象,并做执行后把对象返回,此方法主要用于内部调用@see #respondToReadyState() <br><b>这里的JSON 内容是放在信息头中以X-JSON为关键字定义</b>
<DT><A HREF="../net/conic/prototype/ajax/AjaxRequest.html#evalResponse()"><B>evalResponse()</B></A> -
类 net.conic.prototype.ajax.<A HREF="../net/conic/prototype/ajax/AjaxRequest.html" title="net.conic.prototype.ajax 中的类">AjaxRequest</A> 中的方法
<DD>当响应信息头指示Content-type等于text/javascript时自动执行此方法,此方法主要用于内部调用@see #respondToReadyState()
<DT><A HREF="../net/conic/prototype/String.html#evalScripts()"><B>evalScripts()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>将字符串中所有的以<script />包含的块的代码做执行,并将每次执行的结果返回。
<DT><A HREF="../net/conic/prototype/Event.html" title="net.conic.prototype 中的类"><B>Event</B></A> - <A HREF="../net/conic/prototype/package-summary.html">net.conic.prototype</A> 中的 类<DD>Event || Window.Event.对JS中event的Helper类<DT><A HREF="../net/conic/prototype/Event.html#Event()"><B>Event()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Event.html" title="net.conic.prototype 中的类">Event</A> 的构造函数
<DD>
<DT><A HREF="../net/conic/prototype/form/EventObserver.html" title="net.conic.prototype.form 中的类"><B>EventObserver</B></A> - <A HREF="../net/conic/prototype/form/package-summary.html">net.conic.prototype.form</A> 中的 类<DD>基于事件机制侦听对象内容变更的抽象类,与TimedObserver的区别在于后者是定时轮循时侦听Value变更并执行回调,前者是事件发生时才执行回调。<DT><A HREF="../net/conic/prototype/form/EventObserver.html#EventObserver(net.conic.prototype.Object, net.conic.prototype.Function)"><B>EventObserver(Object, Function)</B></A> -
类 net.conic.prototype.form.<A HREF="../net/conic/prototype/form/EventObserver.html" title="net.conic.prototype.form 中的类">EventObserver</A> 的构造函数
<DD>此初始化构造方法在子类初始化通过调用此方法做初始化
<DT><A HREF="../net/conic/prototype/ajax/AjaxRequest.html#Events"><B>Events</B></A> -
类 net.conic.prototype.ajax.<A HREF="../net/conic/prototype/ajax/AjaxRequest.html" title="net.conic.prototype.ajax 中的类">AjaxRequest</A> 中的静态变量
<DD><a name="../net/conic/prototype/ajax/AjaxRequest_Events" id="AjaxRequest_Events"></a> ["Uninitialized", "Loading", "Loaded", "Interactive", "Complete"] 此数组中元素的位置分别对应readyState的值,readyState的定义请参考
<DT><A HREF="../net/conic/prototype/Object.html#extend(net.conic.prototype.JSClass, net.conic.prototype.JSClass)"><B>extend(JSClass, JSClass)</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A> 中的静态方法
<DD>实现js的继承方式的一个静态方法(prototype的增强方法) 用从 source 到 destination复制所有属性和方法的方式 来提供一种继承机制。
<DT><A HREF="../net/conic/prototype/Object.html#extend(net.conic.prototype.JSClass)"><B>extend(JSClass)</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A> 中的方法
<DD>将JS的类继承功能封装成方法级别的调用,简单却又高明(prototype的增强方法)
<DT><A HREF="../net/conic/prototype/String.html#extractScripts()"><B>extractScripts()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>将字符串中所有的以<script />包含的块的内容以数组的形式返回。
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">软件包</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">类</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">使用</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-5.html"><B>上一个字母</B></A>
<A HREF="index-7.html"><B>下一个字母</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-6.html" target="_top"><B>框架</B></A>
<A HREF="index-6.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">$</A> <A HREF="index-2.html">A</A> <A HREF="index-3.html">B</A> <A HREF="index-4.html">C</A> <A HREF="index-5.html">D</A> <A HREF="index-6.html">E</A> <A HREF="index-7.html">F</A> <A HREF="index-8.html">G</A> <A HREF="index-9.html">H</A> <A HREF="index-10.html">I</A> <A HREF="index-11.html">J</A> <A HREF="index-12.html">K</A> <A HREF="index-13.html">L</A> <A HREF="index-14.html">M</A> <A HREF="index-15.html">N</A> <A HREF="index-16.html">O</A> <A HREF="index-17.html">P</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">Z</A> <A HREF="index-25.html">_</A> <HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -