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

📄 form.html

📁 ajax开发框架prototype中文说明帮助
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../net/conic/prototype/form/Form.html#serialize(net.conic.prototype.Object)">serialize</A></B>(<A HREF="../../../../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A>&nbsp;form)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>从类 java.lang.Object 继承的方法</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>字段详细信息</B></FONT></TH>
</TR>
</TABLE>

<A NAME="Element"><!-- --></A><H3>
Element</H3>
<PRE>
public static <A HREF="../../../../net/conic/prototype/form/Form.FormElement.html" title="net.conic.prototype.form 中的类">Form.FormElement</A> <B>Element</B></PRE>
<DL>
<DL>
</DL>
</DL>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>构造函数详细信息</B></FONT></TH>
</TR>
</TABLE>

<A NAME="Form()"><!-- --></A><H3>
Form</H3>
<PRE>
public <B>Form</B>()</PRE>
<DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>方法详细信息</B></FONT></TH>
</TR>
</TABLE>

<A NAME="getElements(net.conic.prototype.Object)"><!-- --></A><H3>
getElements</H3>
<PRE>
public <A HREF="../../../../net/conic/prototype/Array.html" title="net.conic.prototype 中的类">Array</A> <B>getElements</B>(<A HREF="../../../../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A>&nbsp;form)</PRE>
<DL>
<DD>取得指定表单中表单元素的集合
<P>
<DD><DL>
<DT><B>参数:</B><DD><CODE>form</CODE> - 一个表单的id或者直接是表单对象
<DT><B>返回:</B><DD>返回所有表单元素的集合</DL>
</DD>
</DL>
<HR>

<A NAME="getInputs(net.conic.prototype.Object, net.conic.prototype.String, net.conic.prototype.String)"><!-- --></A><H3>
getInputs</H3>
<PRE>
public <A HREF="../../../../net/conic/prototype/Array.html" title="net.conic.prototype 中的类">Array</A> <B>getInputs</B>(<A HREF="../../../../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A>&nbsp;form,
                       <A HREF="../../../../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A>&nbsp;typeName,
                       <A HREF="../../../../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A>&nbsp;name)</PRE>
<DL>
<DD>取得指定form中指定typeName或者name的input类型的表单成员的集合
<P>
<DD><DL>
<DT><B>参数:</B><DD><CODE>form</CODE> - 必填参数; 一个表单的id或者直接是表单对象<DD><CODE>typeName</CODE> - 可选参数;表单成员的type<DD><CODE>name</CODE> - 可选参数;表单成员的name
<DT><B>返回:</B><DD>一个数组,取得所有input类型的表单成员的type等于typeName或者表单成员的name等于name的元素的集合</DL>
</DD>
</DL>
<HR>

<A NAME="serialize(net.conic.prototype.Object)"><!-- --></A><H3>
serialize</H3>
<PRE>
public <A HREF="../../../../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> <B>serialize</B>(<A HREF="../../../../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A>&nbsp;form)</PRE>
<DL>
<DD><DL>
<DT><B>参数:</B><DD><CODE>form</CODE> - 必填参数; 一个表单的id或者直接是表单对象
<DT><B>返回:</B><DD>一个querystring格式的字符串,如edit1=111&select1=222&xxx=abcd</DL>
</DD>
</DL>
<HR>

<A NAME="disable(net.conic.prototype.Object)"><!-- --></A><H3>
disable</H3>
<PRE>
public void <B>disable</B>(<A HREF="../../../../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A>&nbsp;form)</PRE>
<DL>
<DD>将整个表单内的所有成员都disable
<P>
<DD><DL>
<DT><B>参数:</B><DD><CODE>form</CODE> - 一个表单的id或者直接是表单对象</DL>
</DD>
</DL>
<HR>

<A NAME="enable(net.conic.prototype.Object)"><!-- --></A><H3>
enable</H3>
<PRE>
public void <B>enable</B>(<A HREF="../../../../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A>&nbsp;form)</PRE>
<DL>
<DD>将整个表单内的所有成员都enable
<P>
<DD><DL>
<DT><B>参数:</B><DD><CODE>form</CODE> - 一个表单的id或者直接是表单对象</DL>
</DD>
</DL>
<HR>

<A NAME="findFirstElement(net.conic.prototype.Object)"><!-- --></A><H3>
findFirstElement</H3>
<PRE>
public <A HREF="../../../../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A> <B>findFirstElement</B>(<A HREF="../../../../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A>&nbsp;form)</PRE>
<DL>
<DD>查找表单中表单成员[input, select, textarea]中的第一个元素
<P>
<DD><DL>
<DT><B>参数:</B><DD><CODE>form</CODE> - 一个表单的id或者直接是表单对象
<DT><B>返回:</B><DD>查找表单中表单成员[input, select, textarea]中的第一个元素,但不包括hidden或都被disable掉的元素。</DL>
</DD>
</DL>
<HR>

<A NAME="focusFirstElement(net.conic.prototype.Object)"><!-- --></A><H3>
focusFirstElement</H3>
<PRE>
public void <B>focusFirstElement</B>(<A HREF="../../../../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A>&nbsp;form)</PRE>
<DL>
<DD>给通过findFirstElement找到的表单的第一个元素焦点
<P>
<DD><DL>
<DT><B>参数:</B><DD><CODE>form</CODE> - 一个表单的id或者直接是表单对象</DL>
</DD>
</DL>
<HR>

<A NAME="reset(net.conic.prototype.Object)"><!-- --></A><H3>
reset</H3>
<PRE>
public void <B>reset</B>(<A HREF="../../../../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A>&nbsp;form)</PRE>
<DL>
<DD>重置表单
<P>
<DD><DL>
<DT><B>参数:</B><DD><CODE>form</CODE> - 一个表单的id或者直接是表单对象</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<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">    <A HREF="package-summary.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="class-use/Form.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-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="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&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="../../../../net/conic/prototype/form/Field.html" title="net.conic.prototype.form 中的类"><B>上一个类</B></A>&nbsp;
&nbsp;<A HREF="../../../../net/conic/prototype/form/Form.FormElement.html" title="net.conic.prototype.form 中的类"><B>下一个类</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?net/conic/prototype/form/Form.html" target="_top"><B>框架</B></A>  &nbsp;
&nbsp;<A HREF="Form.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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  摘要:&nbsp;<A HREF="#nested_class_summary">嵌套</A>&nbsp;|&nbsp;<A HREF="#field_summary">字段</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">构造函数</A>&nbsp;|&nbsp;<A HREF="#method_summary">方法</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
详细信息:&nbsp;<A HREF="#field_detail">字段</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">构造函数</A>&nbsp;|&nbsp;<A HREF="#method_detail">方法</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -