The input tags create the HTML input fields.
input标签创建HTML的输入字段。
PDF forms can also be dynamically generated from a portal user' HTML input.
PDF表单也可能通过门户用户的HTML输入动态地生成。
HTML input control that is used to upload file has a simple type of file.
HTML输入控件可用来上传文件,它有一个简单的文件类型。
But from a quick test this doesn't seem to work for HTML input right now.
但是,从一个快速测试这似乎并不为HTML的输入工作现在。
Define all HTML input fields needed by the client service to generate the SOAP request.
定义客户端服务所需的所有HTML输入字段以生成SOAP请求。
Examples of JSF components include calendar input components and rich HTML input components.
JSF组件的示例包括日历输入组件和HTML富文本输入组件。
The Dispatcher, technically, is a servlet which handles HTML input and generates HTML output.
从技术上讲,这个Dispatcher是一个servlet,处理HTML输入并生成 HTML输出。
This is actually superior to the onkeyup type of event shown in the HTML input in Listing 1.
这确实要比清单1中HTML input所用的onkeyup事件类型更高级。
That function needs to work with XForms data instead of just mutating the data of the HTML input field.
该函数需要处理XForms数据而不仅仅是更换HTML输入字段的数据。
Intelligent naming of HTML input fields updated by users negates writing complex code in the action class.
用户更新的HTML输入字段的智能命名消除了操作类中的复杂编码。
Listing 32. Generating form elements shows how XSL templates generate the HTML input fields and the submit button.
清单32.生成表单元素显示了XSL模板如何生成HTML输入字段和提交按钮。
Most modern Web applications feature view layers that are smart enough to synchronize request and response variables with HTML input tags.
很多流行的Web应用程序都有视图层的特性,视图层足够智能可以将请求和应答变量与HTML输入标记同步。
In Struts 2, the HTML input field names could be generated as OGNL expressions, which in turn helps eliminate complex coding in the action class.
在Struts2中,HTML输入字段名称可以生成为ognl表达式,后者有助于消除操作类中的复杂编码。
Within the article, I show how to build an auto-populate control that dynamically populates form fields based on the value entered in an HTML INPUT field.
在本文中,我展示了如何构建一个自动填充控件来基于在HTML INPUT字段内所输入的值动态填充表单字段。
The encodeMessages and encodeInput methods do what you would expect; namely output error messages and generate the HTML input text field for the Field component.
encodeMessages和encodeInput方法做的就是这件事,即输出出错消息并为Field组件生成HTML输入的文本字段。
The XForms model is part of the page's DOM, so you just use the document.getElementById() method, just like you would do to access an HTML div or an HTML input field.
XForms模型是页面DOM 的一部分,因此您只需使用document.getElementById()方法,正如您访问HTMLdiv或 HTML 输入字段那样。
In this example, you have a simple HTML form with a single text input field and a button.
在本例中,我们得到的是一个简单的HTML表单,此表单具有一个文本输入字段和一个按钮。
This makes the job of the browser, at least after it parses the input HTML, much easier.
这就使得浏览器的工作(至少在解析输入HTML之后)变得更容易。
Such remedies as input validation and HTML escaping are a start, but they must be applied at all application points that accept data.
诸如输入验证和HTML转义这样的补救措施只是个开始,但必须将它们应用到接受数据的应用程序点。
The solution is to validate the input and HTML and escape the data before displaying the same.
解决的方法是验证输入和HTML,并在显示相同参数之前转义该数据。
JSF provides component tags for every input field available in standard HTML.
JSF为标准HTML中可用的每个输入字段提供了组件标签。
Standard HTML provides a limited set of widgets: an input box, a button, and a hyperlink.
标准的HTML提供了小部件的有限集合:一个输入框、一个按钮和一个超级链接。
The second part contains an HTML form, which provides an input field for the user to enter a new post.
第二部分包含一个HTML表单,表单为用户输入新帖子提供一个输入字段。
Therefore, the generated HTML pages contain a section for the input message and another section for the output message.
因此,生成的HTML页面包含一个用于输入消息的部分,以及另一个用于输出消息的部分。
Just as on a normal HTML page, the input form fields must have names that match the name of the parameters used in the relational update feed.
和在普通HTML页面上一样,输入表单字段的名称必须与关系型更新数据源中使用的参数名称匹配。
PHP was originally developed as an easy way to develop scripts to collect input from HTML forms.
PHP最初被开发为一种轻松的方法,用于开发从HTML表单收集输入的脚本。
In this case, you use the option FILTER_SANITIZE_STRING, which takes input and removes any HTML tags and optionally encodes or removes special characters.
在这种情况下,使用选项FILTER_SANITIZE_STRING,该选项将获取输入、删除所有HTML标记并选择性地编码或删除特定字符。
This will give us a frequency count of all domains linked to from the input HTML file.
这将为我们提供所有链接到输入HTML文件的域的频率计数。
Listing 1 is a common HTML form that accepts user input.
清单1是接受用户输入的常见html表单。
Finally, add the HTML table to capture the user input and actions.
最后,添加html表来捕获用户输入和动作。
应用推荐