看一下每个表单元素及其名称。
在HTML中每个表单只能有一个动作。
html文件是每个表单客户端的入口。
The form.html file is the entry point for every client of a form.
每个表单元素的类型取决于数据元素的数据类型。
The type of form element is based on the data type of the data element.
降低的开发成本(每个表单需要更少的开发时间)
与页面上每个表单相关联的控制项配接器。
为了避免冲突,需要为每个表单字段提供一个惟一的ID。
To prevent collisions, you also need to give each individual form field a unique id.
每个表单的表体里面包含一个或多个嵌套的子表单。
Every form may contain one or more nested sub-forms inside its body element.
每个表单都应该有一个内部操作,以在用户提交表单之后处理表单。
For every form there should be an internal action processing the form after the user has submitted it. A hidden field is used to invoke a specific internal action, as shown in Listing 31.
这些 XHR对象保存在一个数组内,数组为每个表单分配一个数组元素。
The XHR objects are kept in an array that allocates one element for each form.
由于每个表单中都包含了手写数据,因此产生的错误数量要高于企业的预期。
Due to reasons that include handwritten data on each form, the number of errors is higher than the business would like.
每个表单和控制项都会显露一组可经由程序设计以预先定义的事件。
Each form and control exposes a predefined set of events that you can program against.
Notes数据库可以包含许多表单,而且每个表单都有自己存储信息的字段。
A Notes Database can have many forms with each form having its own fields to store information.
对于每个表单属性来说,它都生成“property”和“value”属性。
For each form property, it generates "property" and "value" attributes.
请注意,标记是一些可选标记中的一个,这些可选标记可以在每个表单控件内创建。
Note that the tag is one of a handful of optional tags that can be created within every form control.
创建HTML表单后,确保对每个表单输入字段都有合适的dojotype属性。
After creating the HTML form, make sure it has the appropriate dojotype attribute for each of the form input fields.
例如createitem函数,会被每个表单定义字段调用,能动态生成和链接小部件。
An example is the createItem function, which is invoked for every form definition field and dynamically creates and links the widgets.
每个移动页面至少必须包含一个表单控件,每个表单控件可以包含多个移动控件。
Each mobile page must have at least one Form control, and each Form control can have a number of mobile controls.
每个表单实例的自动保存数据都保存在Map<String,Object> 实例中。
The auto-saved data of every form instance is kept in a Map<String, Object> instance.
如果一个活动关联了多个表单,Destiny将单击图标旁边的多个箭头来依次展示需要的每个表单。
If more than one form is associated with an activity, Destiny would click the arrows beside the icon to show each of the required forms in turn.
为了对每个表单输入字段动态创建事件,首先需要对所有表单输入字段的HTML解析,如清单10所示。
To create the events dynamically for each of the form input fields, you first need to parse the supplied HTML for all form input fields, as shown in Listing 10.
您是个大忙人,所以您想向所有受邀者发送一个简单的RSVP表单的链接,并在每个表单被提交时收到通知。
You're a busy person, so you would like to send a link for a simple RSVP form to all the invitees and be notified each time a form is submitted.
为了进一步支持DB2,可以在每个表单或每个数据库的基础上,定义将按照一定关系访问的字段。
To further support DB2, you can define fields to be accessed relationally on a per form or per database basis.
Struts系统会在Formbean类中为每个表单属性生成一对getter方法和setter方法。
The Struts system will generate a pair of getter and setter methods for each form property in the form bean class.
例如,在处理表单中用户的输入时,您通常会检查提交的每个表单,以确保其中提供的是预期的内容(数字、邮政编码、字母字符等等)。
Well, when dealing with user input from forms, for example, you typically check each form submitted to make sure that it's what you expect (numbers, ZIP code, alphabetic characters, and so on).
由于要在同一个HTMLshell内加载几个表单,所以必须给每个表单一个惟一的HTMLid属性以便脚本能够区分这些表单。
Because you're going to load several forms inside the same HTML shell, you must give each form a unique HTML id attribute so your scripts can tell them apart.
随后将再针对每个表单字段(包含在 <ajax:autopopulate/> 内的
The following actions are then performed for each form field (<ajax:populaterule/> tags contained in the
DrupalformsAPI允许使用 #prefix和 #suffix数组元素在为每个表单组件生成的XHTML之前和之后定义内容。
The Drupal forms API allows you to define content before and after the XHTML generated for each form widget using the #prefix and #suffix array elements.
一个JSP对象与各自的ActionForm对象相结合,构成应用程序的view层。在该层,几乎JSP对象的每个表单字段都映射到相应的ActionForm的属性。
A JSP object combines with a respective ActionForm to form your application's View layer, where almost every form field of the JSP object maps to an attribute of the corresponding ActionForm.
一个JSP对象与各自的ActionForm对象相结合,构成应用程序的view层。在该层,几乎JSP对象的每个表单字段都映射到相应的ActionForm的属性。
A JSP object combines with a respective ActionForm to form your application's View layer, where almost every form field of the JSP object maps to an attribute of the corresponding ActionForm.
应用推荐