提交方法向php脚本提交XML数据。
The submission method makes use of Posting XML data to a PHP script.
“方式”,例如业务流程、契约和提交方法
“How”, i.e. Business processes, contracts, and delivery methods
本系列的第2部分简要介绍了各种基本XForms提交方法,这里总结一下。
Part 2 of this series took a quick look at the various basic XForms submission methods, which are recapped here.
这里将提交方法设置为post,然后使用表单的serialize方法添加参数。
In this case, I set the method of submission to post and add the parameters from the form by using the serialize method on the form.
沿着图1的底部,有三种提交方法,从上到下的点线表示具体的方法返回的生命周期中的时间点。
Along the bottom of Figure 1 are the three types of submission methods, with the vertical dashed lines indicating the point in the lifecycle at which that particular method will return.
每一个还有余额(outstanding balance)的账户都允许用户为某一账目输入付款金额,通过提交方法将该信息存储到数据库中去。
Each account with an outstanding balance allows the user to enter an amount paid on an account with a submit method to store that information in the database.
XForms标准支持通常的HTML表单提交方法,但是HTML需要method和enctype来指定提交方法,而XForms只需要一个method。
The XForms standard supports the usual HTML form submission methods, but, where HTML requires a method and enctype to specify the submission method, XForms requires only a method.
有时作为搜索引擎优化的一个快速方法- - -大量地提交,是最无用的并且很可能不会实现你的目的。
Mass submissions, which are sometimes offered as a quick work-around SEO method, are mostly useless and not likely to serve your purposes.
提交系统:一种提交信息的标准方法。
定制组件必须在验证发生之前覆盖这个方法以提交属性。
A custom component must override this method to commit properties before validation happens.
因此,当用按钮提交表单时,关联的方法就会被调用(假设所有验证无误)。
Thus, when the form is submitted with the button, the associated method gets invoked (assuming that all validation is ok).
但是,由于这个示例中的搜索表单使用GET方法提交数据,当前url通常会包含一列其他搜索参数。
However, since the search form in this case submits data using the GET method, the current URL will usually contain a list of additional search parameters.
只有资源管理器知道它们的资源及提交或回滚它们的方法。
Resource managers are the only ones who know their resources and how to commit them or roll them back.
通过首选的方法提交简历。
在方法结束的时候总是生成并提交新事务。
A new transaction is always generated and committed at the end of the method.
模块接口的自动化测试使得SCA组件开发人员能够使用可重复而又有效的方法来验证提交组件的质量。
Automated testing of the module interfaces enables the SCA component developer to use a repeatable and efficient means of verifying the quality of the delivered components.
这是提交表单时会调用的方法。
This is the method that will be invoked when the form is submitted.
此模式实现万无一失方法,涵盖了提交故障。
This pattern implements a belt-and-braces approach to cover failures of the commits.
客户端层方法是惟一负责开始、提交和回滚事务的方法。
The client-layer methods are the only methods that are responsible for starting, committing, and rolling back the transaction.
有了JSFUnitAPI,测试类方法可以提交表单数据,并且验证管理的bean是否被正确更新。
With JSFUnit API, the test class methods can submit data on a form and verify that managed beans are properly updated.
使用jQuery触发一个表单提交有两种方法:使用submit处理函数或click处理函数。
There are two ways to trigger a form submission using jQuery: using the submit handler or the click handler.
当管理事务的时候,您可以在Hibernate对象上调用开始、提交以及回滚方法。
When managing transactions, you can call begin, commit, and rollback methods on a Hibernate object.
commit方法会立即尝试提交已发生的改变。
The commit method immediately attempts to commit the changes that have been made.
在使用提交的数据调用FileUploader方法时,大部分解析入站消息负荷的工作已经完成。
Most of the heavy lifting of parsing the inbound message payload is already done by the time the FileUploader method is called with the submitted data.
有很多方法可以使用XForms提交数据。
There are many ways in which the data can be submitted using XForms.
这个库提供一个相当简单的接口,可以通过bind方法异步地提交表单数据。
This library provides a fairly simple interface for submitting the forms data asynchronously through the bind method. Listing 9 shows an example
无论用户何时执行需要他们提交页面的操作,execute方法都是首要入口点。
The execute method is the primary entry point whenever a user executes an action that requires them to submit the page.
收集表单数据和基础url之后,使用dojo库xhrpost方法提交AJAX调用。
After you have gathered form data and the base URL, you submit the AJAX call by using the Dojo library xhrPost method.
show方法绑定到表单中提交的值。
The show method is bound to the value submitted in the form.
show方法绑定到表单中提交的值。
The show method is bound to the value submitted in the form.
应用推荐