⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-4.html

📁 ajax开发框架prototype中文说明帮助
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_06) on Sun Feb 19 02:37:48 CST 2006 -->
<TITLE>
C - 索引
</TITLE>


<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    parent.document.title="C - 索引";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_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>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">软件包</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">类</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">使用</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-3.html"><B>上一个字母</B></A>&nbsp;
&nbsp;<A HREF="index-5.html"><B>下一个字母</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-4.html" target="_top"><B>框架</B></A>  &nbsp;
&nbsp;<A HREF="index-4.html" target="_top"><B>无框架</B></A>  &nbsp;
&nbsp;<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_top"></A>
<!-- ========= END OF TOP 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>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="../net/conic/prototype/Function.html#call(net.conic.prototype.Object, net.conic.prototype.Object...)"><B>call(Object, Object...)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Function.html" title="net.conic.prototype 中的类">Function</A> 中的方法
<DD>应用某一对象的一个方法,用另一个对象替换当前对象。
<DT><A HREF="../net/conic/prototype/PeriodicalExecuter.html#callback"><B>callback</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/PeriodicalExecuter.html" title="net.conic.prototype 中的类">PeriodicalExecuter</A> 中的变量
<DD>&nbsp;
<DT><A HREF="../net/conic/prototype/String.html#camelize()"><B>camelize()</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>将从以"-"号分隔的字符串中去除"-"号,并将"-"号后面的字符串的第一个字符改成大写形式.
<DT><A HREF="../net/conic/prototype/String.html#charAt(int)"><B>charAt(int)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>返回指定索引位置处的字符。
<DT><A HREF="../net/conic/prototype/String.html#charCodeAtTest(int)"><B>charCodeAtTest(int)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>返回指定字符的 Unicode 编码。
<DT><A HREF="../net/conic/prototype/Class.html" title="net.conic.prototype 中的类"><B>Class</B></A> - <A HREF="../net/conic/prototype/package-summary.html">net.conic.prototype</A> 中的 类<DD>Class类目前只有一个create()方法,具内容请参照create方法的描述.<DT><A HREF="../net/conic/prototype/Class.html#Class()"><B>Class()</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Class.html" title="net.conic.prototype 中的类">Class</A> 的构造函数
<DD>&nbsp;
<DT><A HREF="../net/conic/prototype/dom/Element.html#classNames(java.lang.Object)"><B>classNames(Object)</B></A> - 
类 net.conic.prototype.dom.<A HREF="../net/conic/prototype/dom/Element.html" title="net.conic.prototype.dom 中的类">Element</A> 中的静态方法
<DD>取得指定DOM对象的ElementClassNames
<DT><A HREF="../net/conic/prototype/dom/Element.html#cleanWhitespace(java.lang.Object)"><B>cleanWhitespace(Object)</B></A> - 
类 net.conic.prototype.dom.<A HREF="../net/conic/prototype/dom/Element.html" title="net.conic.prototype.dom 中的类">Element</A> 中的静态方法
<DD>清除指定DOM元素中的空的TextNode的内容,比如换行,空格等等
<DT><A HREF="../net/conic/prototype/Array.html#clear()"><B>clear()</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Array.html" title="net.conic.prototype 中的类">Array</A> 中的方法
<DD>清除 当前数组对象 的内的所有对象,并且this.length=0; prototype增强方法
<DT><A HREF="../net/conic/prototype/form/Field.html#clear(net.conic.prototype.Object...)"><B>clear(Object...)</B></A> - 
类 net.conic.prototype.form.<A HREF="../net/conic/prototype/form/Field.html" title="net.conic.prototype.form 中的类">Field</A> 中的静态方法
<DD>将指定的elements的value都设置为空字符串
<DT><A HREF="../net/conic/prototype/dom/Position.html#clone(java.lang.Object, java.lang.Object)"><B>clone(Object, Object)</B></A> - 
类 net.conic.prototype.dom.<A HREF="../net/conic/prototype/dom/Position.html" title="net.conic.prototype.dom 中的类">Position</A> 中的静态方法
<DD>复制source元素的大小尺寸和位置[left,top,width,height]作用到target元素上
<DT><A HREF="../net/conic/prototype/Enumerable.html#collect(net.conic.prototype.Iterator)"><B>collect(Iterator)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Enumerable.html" title="net.conic.prototype 中的类">Enumerable</A> 中的方法
<DD>使用iterator方法迭代对象,并将每次执行结果的集合返回。
<DT><A HREF="../net/conic/prototype/Array.html#compact()"><B>compact()</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Array.html" title="net.conic.prototype 中的类">Array</A> 中的方法
<DD>返回 当前数组对象 的紧凑模式,具体看Example。
<DT><A HREF="../net/conic/prototype/Comparator.html" title="net.conic.prototype 中的类"><B>Comparator</B></A> - <A HREF="../net/conic/prototype/package-summary.html">net.conic.prototype</A> 中的 类<DD>比较器,相当于java中的Comparator接口 ,但在这里它是做为一个function(Object value1,Object value2){}的形式存在;  这个function需要返回一个整数值:负值,如果所传递的第一个参数比第二个参数小。<DT><A HREF="../net/conic/prototype/Comparator.html#Comparator(net.conic.prototype.Object, net.conic.prototype.Object)"><B>Comparator(Object, Object)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Comparator.html" title="net.conic.prototype 中的类">Comparator</A> 的构造函数
<DD>&nbsp;
<DT><A HREF="../net/conic/prototype/Array.html#concat(net.conic.prototype.Array)"><B>concat(Array&lt;V&gt;)</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/String.html#concat(net.conic.prototype.String)"><B>concat(String)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>返回一个 String 对象,该对象包含了两个提供的字符串的连接
<DT><A HREF="../net/conic/prototype/Array.html#constructor"><B>constructor</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Array.html" title="net.conic.prototype 中的类">Array</A> 中的静态变量
<DD>JS中类型实例的构造方法的引用,每个JS的类对象都自动内部绑定此属性
<DT><A HREF="../net/conic/prototype/Boolean.html#constructor"><B>constructor</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Boolean.html" title="net.conic.prototype 中的类">Boolean</A> 中的静态变量
<DD>JS中类型实例的构造方法的引用,每个JS的类对象都自动内部绑定此属性
<DT><A HREF="../net/conic/prototype/Number.html#constructor"><B>constructor</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Number.html" title="net.conic.prototype 中的类">Number</A> 中的静态变量
<DD>JS中类型实例的构造方法的引用,每个JS的类对象都自动内部绑定此属性
<DT><A HREF="../net/conic/prototype/Object.html#constructor"><B>constructor</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A> 中的静态变量
<DD>JS中类型实例的构造方法的引用,每个JS的类对象都自动内部绑定此属性
<DT><A HREF="../net/conic/prototype/String.html#constructor"><B>constructor</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的静态变量
<DD>JS中类型实例的构造方法的引用,每个JS的类对象都自动内部绑定此属性
<DT><A HREF="../net/conic/prototype/Class.html#create()"><B>create()</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Class.html" title="net.conic.prototype 中的类">Class</A> 中的静态方法
<DD>用这个方法声明JS的类型,声明出来的JS新类型将支持以initialize命名的构造方法.
<DT><A HREF="../net/conic/prototype/dom/Position.html#cumulativeOffset(java.lang.Object)"><B>cumulativeOffset(Object)</B></A> - 
类 net.conic.prototype.dom.<A HREF="../net/conic/prototype/dom/Position.html" title="net.conic.prototype.dom 中的类">Position</A> 中的静态方法
<DD>返回指定元素offsetTop,与offsetLeft的累积值,就是从当前元素向父级元素一直寻找下去
<DT><A HREF="../net/conic/prototype/PeriodicalExecuter.html#currentlyExecuting"><B>currentlyExecuting</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/PeriodicalExecuter.html" title="net.conic.prototype 中的类">PeriodicalExecuter</A> 中的变量
<DD>当前是否正执行function/expression;  true-正在执行; false-未执行/已执行结束
</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>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">软件包</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">类</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">使用</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-3.html"><B>上一个字母</B></A>&nbsp;
&nbsp;<A HREF="index-5.html"><B>下一个字母</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-4.html" target="_top"><B>框架</B></A>  &nbsp;
&nbsp;<A HREF="index-4.html" target="_top"><B>无框架</B></A>  &nbsp;
&nbsp;<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 + -