这是表单对象的名字。
您可以手动对表单元素进行实例化并把它们连接到表单,或者让表单对象创建并实例化一个新表单元素,使它符合您要求的类型。
You can instantiate the form elements manually and attach them to the form or let the form object create and instantiate a new form element of the requested type for you.
这些 XHR对象保存在一个数组内,数组为每个表单分配一个数组元素。
The XHR objects are kept in an array that allocates one element for each form.
表单元素自身也代表了特殊类型的对象,而不是描述在页面上它们是如何显示的。
The form elements themselves also represent objects of particular types, rather than describing what they should look like on the page.
由于使用表单中的数据来生成业务对象的过程依赖字段的顺序,一定不能更改HTML中的输入元素的顺序。
Because business object generation using the data in the form relies on the sequence of the fields, the order of the input elements in the HTML must not change.
所有下拉列表、网格视图和表单字段都绑定到业务对象。
All drop-down lists, grid views, and form fields are bound to the business objects.
您将了解到业务项(也称为业务对象)是如何从表单中自动创建出来的。
You'll see how the business items, also known as business objects, are created automatically from the form.
例如,在大型电子商业表单中,您可以将一些原子对象分组成各节—例如,地址节、付款节和项目节。
For example, in a large e-commerce form, you can group the atomic objects into sections — for example, an address section, a payment section, and an item section.
将表单字段设置为在返回的JSON对象内指定的值。
Set the form field to the value specified in the return JSON object.
此事件对象稍后用来预防默认表单提交。正如之前代码所述。
This event object is later used to prevent default form submission, as in the earlier code listings.
您可以只定义一次对象,然后在整个表单中引用这个对象。
You can define an object once and refer to the object throughout the form.
在运行时,这个平台将管理所有数据库事务,发出SQL查询,缓存结果并将结果绑定到表单和API对象。
At runtime, the platform will manage all database transactions, issuing SQL queries, caching and binding results to forms and API objects.
原子组件是实际的窗口组件,开发人员可用它来填充表单,组合UI组件则可用来对原子对象进行组织和分组。
Atomic components are the actual widgets that developers can use to populate a form, while compound UI components are used to organize and group atomic objects.
这段代码在关闭表单之前清理对象上下文。
This code disposes of the object context before the form is closed.
从JSON对象获得目标表单字段值。
请注意从表单取得的数据是如何作为一个JSON对象直接添加到请求体中的;
Notice how the data taken from the form is added directly to the request body as a JSON object; the implementation of zero.services.
但我们的表单不仅限于在单个表中工作;单个表单可以通过关系对象为多个表显示和编辑数据。
But our form is not limited to working within a single table; a single form can display and edit data for many tables through relation objects.
用户在该表单中输入的字符串将随后用于创建查询对象。
The string that was entered by the user in that form is then used to create a query object.
它拥有集成逻辑,一些设置可以针对全局,单个表单或单个对象。
It has an inheritance logic whose Settings can be defined globally, per form or per element.
为此,您需要获取已提交表单的响应对象,获取链接,判断它的值是否为2,即包含一个IBM链接和刚添加的链接。
To do this, you need to get the response object of the form submitted, obtain the links, and assert it against a value of 2, which includes a link representing IBM and a link that was just added.
注意下面那个代表用户的对象,它是一种生成规则类型,表单验证模块通过此类型来表现用户。
Notice that the underlying object representing the user is of type GenericPrincipal, which is how FormsAuthenticationModule represents users.
当表单使用的业务对象被更新时,有一个新功能将更新表单的XFDL。
When a business object used by a form is updated, a new capability updates the XFDL for the form.
Datalink通过一个名为link的方法,来将表单中的input元素和目标对象绑定在一起。
Data link relies on a single method, link, to tie together input elements on a form and the target object.
这避免了在操作类中进行复杂编码(如struts1示例所示),将表单bean转换为相关域模型对象。
This allows avoidance of complex coding in the action class (as shown in the Struts 1 example) for converting the form bean in to the related domain model object.
接下来的步骤是定义与“(Globals)”部分中的表单相关的全局对象。
The next step is to define global objects associated with the form in the "(Globals)" section.
要开发的应用程序将主要使用Spring标记库把表单与命令对象绑定在一起。
The application you'll develop uses the Spring tag libraries mainly to bind forms with a command object.
可以通过ActionFor m内的附加方法来访问JSP对象内的表单数据。
You access the form data in the JSP object using accessory methods found in ActionForm.
Struts2OGNL表达式减小了编写复杂代码、将单级表单beans转换为多级域对象的难度。
Struts 2 OGNL expressions reduce the difficulty of writing complex code to transform single-level form beans to multi-level domain objects.
您可以在Win和web表单容器上拖放这些对象。
You can drag and drop these objects on your win and Web form containers.
现在,Drupal构造出一个数据结构,这个结构描述与节点对象数据相应的表单组件。
Now Drupal constructs the data structure that describes the form widgets given the node object data.
应用推荐