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

📄 index-7.html

📁 JAVASCRIPT对象及属性教程
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<DT><A HREF="../net/conic/prototype/form/Form.html#focusFirstElement(net.conic.prototype.Object)"><B>focusFirstElement(Object)</B></A> - 
类 net.conic.prototype.form.<A HREF="../net/conic/prototype/form/Form.html" title="net.conic.prototype.form 中的类">Form</A> 中的方法
<DD>给通过findFirstElement找到的表单的第一个元素焦点
<DT><A HREF="../net/conic/prototype/String.html#fontcolor(net.conic.prototype.String)"><B>fontcolor(String)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>把带有 COLOR 属性的一个 HTML &lt;FONT> 标记放置在 String 对象中的文本两端。
<DT><A HREF="../net/conic/prototype/String.html#fontsize(int)"><B>fontsize(int)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>把一个带有 SIZE 属性的 HTML &lt;FONT> 标记放置在 String 对象中的文本的两端。
<DT><A HREF="../net/conic/prototype/form/Form.html" title="net.conic.prototype.form 中的类"><B>Form</B></A> - <A HREF="../net/conic/prototype/form/package-summary.html">net.conic.prototype.form</A> 中的 类<DD>表单操作辅助类,提供对表单的serialize,getElements,getInputs,disable,enable,findFirstElement,focusFirstElement,reset等方法 另外,这里还提供一个Element静态成员,这个成员是操作表单元素的辅助类。<DT><A HREF="../net/conic/prototype/form/Form.html#Form()"><B>Form()</B></A> - 
类 net.conic.prototype.form.<A HREF="../net/conic/prototype/form/Form.html" title="net.conic.prototype.form 中的类">Form</A> 的构造函数
<DD>&nbsp;
<DT><A HREF="../net/conic/prototype/form/Form.FormElement.html" title="net.conic.prototype.form 中的类"><B>Form.FormElement</B></A> - <A HREF="../net/conic/prototype/form/package-summary.html">net.conic.prototype.form</A> 中的 类<DD>当前的类型的引用在JS中只能使用Fomr.Element来获取 <br><b>语法:</b> Form.Element.method();<DT><A HREF="../net/conic/prototype/form/Form.FormElement.html#Form.FormElement()"><B>Form.FormElement()</B></A> - 
类 net.conic.prototype.form.<A HREF="../net/conic/prototype/form/Form.FormElement.html" title="net.conic.prototype.form 中的类">Form.FormElement</A> 的构造函数
<DD>&nbsp;
<DT><A HREF="../net/conic/prototype/form/FormElementEventObserver.html" title="net.conic.prototype.form 中的类"><B>FormElementEventObserver</B></A> - <A HREF="../net/conic/prototype/form/package-summary.html">net.conic.prototype.form</A> 中的 类<DD>表单成员发生变更事件的侦听封装类<DT><A HREF="../net/conic/prototype/form/FormElementEventObserver.html#FormElementEventObserver(net.conic.prototype.Object, net.conic.prototype.Function)"><B>FormElementEventObserver(Object, Function)</B></A> - 
类 net.conic.prototype.form.<A HREF="../net/conic/prototype/form/FormElementEventObserver.html" title="net.conic.prototype.form 中的类">FormElementEventObserver</A> 的构造函数
<DD>&nbsp;
<DT><A HREF="../net/conic/prototype/form/FormElementObserver.html" title="net.conic.prototype.form 中的类"><B>FormElementObserver</B></A> - <A HREF="../net/conic/prototype/form/package-summary.html">net.conic.prototype.form</A> 中的 类<DD>表单成员的value发生变更的侦听类 <br>定时轮询监听表单成员的value变更,当表单成员内部值的发生变更就会触发指定callback方法  <br><br><b>JS语法:</b> new Form.Element.Observer(element,frequency,callback);<DT><A HREF="../net/conic/prototype/form/FormElementObserver.html#FormElementObserver(net.conic.prototype.Object, int, net.conic.prototype.Function)"><B>FormElementObserver(Object, int, Function)</B></A> - 
类 net.conic.prototype.form.<A HREF="../net/conic/prototype/form/FormElementObserver.html" title="net.conic.prototype.form 中的类">FormElementObserver</A> 的构造函数
<DD>&nbsp;
<DT><A HREF="../net/conic/prototype/form/FormEventObserver.html" title="net.conic.prototype.form 中的类"><B>FormEventObserver</B></A> - <A HREF="../net/conic/prototype/form/package-summary.html">net.conic.prototype.form</A> 中的 类<DD>表单内部任何成员发生变更事件的侦听类<DT><A HREF="../net/conic/prototype/form/FormEventObserver.html#FormEventObserver(net.conic.prototype.Object, net.conic.prototype.Function)"><B>FormEventObserver(Object, Function)</B></A> - 
类 net.conic.prototype.form.<A HREF="../net/conic/prototype/form/FormEventObserver.html" title="net.conic.prototype.form 中的类">FormEventObserver</A> 的构造函数
<DD>&nbsp;
<DT><A HREF="../net/conic/prototype/form/FormObserver.html" title="net.conic.prototype.form 中的类"><B>FormObserver</B></A> - <A HREF="../net/conic/prototype/form/package-summary.html">net.conic.prototype.form</A> 中的 类<DD>表单内容变更侦听类 <br>监听表单中任何表单成员的变更,任何表单成员内部的变更都会触发指定callback方法 <br><br><b>JS语法:</b> new Form.Observer(element,frequency,callback);<DT><A HREF="../net/conic/prototype/form/FormObserver.html#FormObserver(net.conic.prototype.Object, int, net.conic.prototype.Function)"><B>FormObserver(Object, int, Function)</B></A> - 
类 net.conic.prototype.form.<A HREF="../net/conic/prototype/form/FormObserver.html" title="net.conic.prototype.form 中的类">FormObserver</A> 的构造函数
<DD>&nbsp;
<DT><A HREF="../net/conic/prototype/PeriodicalExecuter.html#frequency"><B>frequency</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/Array.html#from(net.conic.prototype.Object)"><B>from(Object)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Array.html" title="net.conic.prototype 中的类">Array</A> 中的静态方法
<DD>将任何的可枚举(iterable)类型对象转换成Array对象。
<DT><A HREF="../net/conic/prototype/String.html#fromCharCode(int...)"><B>fromCharCode(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/Function.html" title="net.conic.prototype 中的类"><B>Function</B></A> - <A HREF="../net/conic/prototype/package-summary.html">net.conic.prototype</A> 中的 类<DD>JS中的Function对象,被prototype增强  在本文档中如果有看到某个子类继承Function类,这就相当于标识此类对象在js中是一个function<DT><A HREF="../net/conic/prototype/Function.html#Function()"><B>Function()</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Function.html" title="net.conic.prototype 中的类">Function</A> 的构造函数
<DD>&nbsp;
</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-6.html"><B>上一个字母</B></A>&nbsp;
&nbsp;<A HREF="index-8.html"><B>下一个字母</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-7.html" target="_top"><B>框架</B></A>  &nbsp;
&nbsp;<A HREF="index-7.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 + -