📄 index-10.html
字号:
<DT><A HREF="../net/conic/prototype/dom/InsertionBefore.html#insertContent(java.lang.String)"><B>insertContent(String)</B></A> -
类 net.conic.prototype.dom.<A HREF="../net/conic/prototype/dom/InsertionBefore.html" title="net.conic.prototype.dom 中的类">InsertionBefore</A> 中的方法
<DD>
<DT><A HREF="../net/conic/prototype/dom/InsertionBottom.html#insertContent(java.lang.String)"><B>insertContent(String)</B></A> -
类 net.conic.prototype.dom.<A HREF="../net/conic/prototype/dom/InsertionBottom.html" title="net.conic.prototype.dom 中的类">InsertionBottom</A> 中的方法
<DD>
<DT><A HREF="../net/conic/prototype/dom/InsertionTop.html#insertContent(java.lang.String)"><B>insertContent(String)</B></A> -
类 net.conic.prototype.dom.<A HREF="../net/conic/prototype/dom/InsertionTop.html" title="net.conic.prototype.dom 中的类">InsertionTop</A> 中的方法
<DD>
<DT><A HREF="../net/conic/prototype/dom/Insertion.html" title="net.conic.prototype.dom 中的类"><B>Insertion</B></A> - <A HREF="../net/conic/prototype/dom/package-summary.html">net.conic.prototype.dom</A> 中的 类<DD>DOM元素各种插入元素方式[beforeBegin、afterBegin、beforeEnd、afterEnd]的<b>抽象类</b><DT><A HREF="../net/conic/prototype/dom/Insertion.html#Insertion(java.lang.String)"><B>Insertion(String)</B></A> -
类 net.conic.prototype.dom.<A HREF="../net/conic/prototype/dom/Insertion.html" title="net.conic.prototype.dom 中的类">Insertion</A> 的构造函数
<DD>初始化插入元素方式[beforeBegin、afterBegin、beforeEnd、afterEnd]
<DT><A HREF="../net/conic/prototype/dom/InsertionAfter.html" title="net.conic.prototype.dom 中的类"><B>InsertionAfter</B></A> - <A HREF="../net/conic/prototype/dom/package-summary.html">net.conic.prototype.dom</A> 中的 类<DD>在指定的元素的闭合标签的后面插入指定的内容 <br><b>语法:</b> new Insertion.After(element,content);<DT><A HREF="../net/conic/prototype/dom/InsertionAfter.html#InsertionAfter(java.lang.Object, java.lang.String)"><B>InsertionAfter(Object, String)</B></A> -
类 net.conic.prototype.dom.<A HREF="../net/conic/prototype/dom/InsertionAfter.html" title="net.conic.prototype.dom 中的类">InsertionAfter</A> 的构造函数
<DD>初始化,并直接执行相应的Insert操作
<DT><A HREF="../net/conic/prototype/dom/InsertionBefore.html" title="net.conic.prototype.dom 中的类"><B>InsertionBefore</B></A> - <A HREF="../net/conic/prototype/dom/package-summary.html">net.conic.prototype.dom</A> 中的 类<DD>在指定的元素的起始标签的前面插入指定的内容 <br><b>语法:</b> new Insertion.Before(element,content);<DT><A HREF="../net/conic/prototype/dom/InsertionBefore.html#InsertionBefore(java.lang.Object, java.lang.String)"><B>InsertionBefore(Object, String)</B></A> -
类 net.conic.prototype.dom.<A HREF="../net/conic/prototype/dom/InsertionBefore.html" title="net.conic.prototype.dom 中的类">InsertionBefore</A> 的构造函数
<DD>初始化,并直接执行相应的Insert操作
<DT><A HREF="../net/conic/prototype/dom/InsertionBottom.html" title="net.conic.prototype.dom 中的类"><B>InsertionBottom</B></A> - <A HREF="../net/conic/prototype/dom/package-summary.html">net.conic.prototype.dom</A> 中的 类<DD>在指定的元素的闭合标签的前面,元素内容的最后面插入指定的内容 <br><b>语法:</b> new Insertion.Bottom(element,content);<DT><A HREF="../net/conic/prototype/dom/InsertionBottom.html#InsertionBottom(java.lang.Object, java.lang.String)"><B>InsertionBottom(Object, String)</B></A> -
类 net.conic.prototype.dom.<A HREF="../net/conic/prototype/dom/InsertionBottom.html" title="net.conic.prototype.dom 中的类">InsertionBottom</A> 的构造函数
<DD>初始化,并直接执行相应的Insert操作
<DT><A HREF="../net/conic/prototype/dom/InsertionTop.html" title="net.conic.prototype.dom 中的类"><B>InsertionTop</B></A> - <A HREF="../net/conic/prototype/dom/package-summary.html">net.conic.prototype.dom</A> 中的 类<DD>在指定的元素的起始标签的后面,元素内容的最前面插入指定的内容 <br><b>语法:</b> new Insertion.Top(element,content);<DT><A HREF="../net/conic/prototype/dom/InsertionTop.html#InsertionTop(java.lang.Object, java.lang.String)"><B>InsertionTop(Object, String)</B></A> -
类 net.conic.prototype.dom.<A HREF="../net/conic/prototype/dom/InsertionTop.html" title="net.conic.prototype.dom 中的类">InsertionTop</A> 的构造函数
<DD>初始化,并直接执行相应的Insert操作
<DT><A HREF="../net/conic/prototype/Array.html#inspect()"><B>inspect()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Array.html" title="net.conic.prototype 中的类">Array</A> 中的方法
<DD>将数组成员内容组织成一个字符串返回。
<DT><A HREF="../net/conic/prototype/Enumerable.html#inspect()"><B>inspect()</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/Hash.html#inspect()"><B>inspect()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Hash.html" title="net.conic.prototype 中的类">Hash</A> 中的方法
<DD>侦查方法
<DT><A HREF="../net/conic/prototype/Object.html#inspect(net.conic.prototype.Object)"><B>inspect(Object)</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A> 中的静态方法
<DD>检测对象内部状态(prototype的增强方法)
<DT><A HREF="../net/conic/prototype/Enumerable.html#invoke(net.conic.prototype.String, net.conic.prototype.Object...)"><B>invoke(String, Object...)</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Enumerable.html" title="net.conic.prototype 中的类">Enumerable</A> 中的方法
<DD>对象内部每一元素取得自身的method内容的function,并将自身的值与arguments传入执行.将执行结果的集合返回。
<DT><A HREF="../net/conic/prototype/Global.html#isFinite(net.conic.prototype.Number)"><B>isFinite(Number)</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Global.html" title="net.conic.prototype 中的类">Global</A> 中的方法
<DD>返回一个 Boolean 值,指明所提供的数字是否是有限的。
<DT><A HREF="../net/conic/prototype/Event.html#isLeftClick(net.conic.prototype.JSEvent)"><B>isLeftClick(JSEvent)</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/Global.html#isNaN(net.conic.prototype.Number)"><B>isNaN(Number)</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Global.html" title="net.conic.prototype 中的类">Global</A> 中的方法
<DD>返回一个 Boolean 值,指明提供的值是否是保留值 NaN (不是数字)。
<DT><A HREF="../net/conic/prototype/String.html#italics()"><B>italics()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>把 HTML <I> 标记放置在 String 对象中的文本两端。
<DT><A HREF="../net/conic/prototype/Iterator.html" title="net.conic.prototype 中的类"><B>Iterator</B></A> - <A HREF="../net/conic/prototype/package-summary.html">net.conic.prototype</A> 中的 类<DD>迭代器,相当于java中的Iterator接口 ,但在这里它是做为一个function(Object value,int index){}的形式存在; (value:值,index:值在对象内部的位置)<DT><A HREF="../net/conic/prototype/Iterator.html#Iterator()"><B>Iterator()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Iterator.html" title="net.conic.prototype 中的类">Iterator</A> 的构造函数
<DD>
<DT><A HREF="../net/conic/prototype/IteratorAdapter.html" title="net.conic.prototype 中的类"><B>IteratorAdapter</B></A> - <A HREF="../net/conic/prototype/package-summary.html">net.conic.prototype</A> 中的 类<DD>迭代器适配对象,主要用于Enumberable的实现类中做_each()方法时做转iterator调用使用,在这里描述是为了部分需要做扩展的用户参照。<DT><A HREF="../net/conic/prototype/IteratorAdapter.html#IteratorAdapter()"><B>IteratorAdapter()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/IteratorAdapter.html" title="net.conic.prototype 中的类">IteratorAdapter</A> 的构造函数
<DD>
</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-9.html"><B>上一个字母</B></A>
<A HREF="index-11.html"><B>下一个字母</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-10.html" target="_top"><B>框架</B></A>
<A HREF="index-10.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 + -