Sever tag not well formed while using hidden field?
服务器标记形成不好而使用隐藏字段?
Now the value of the hidden field can be updated by using Ajax.
现在这个隐藏域中的值可以通过使用Ajax进行更新。
The value of edit_mode is also stored in a hidden field of the form.
edit_mode的值也会被存储在表单的一个隐藏域中。
On page load on the client, check the value of this this hidden field.
在页面加载的客户端,检查这个这个隐藏字段的值。
A single name-value pair is added for every text box, password, or hidden field.
单个名称-值会针对每个文本框、密码和隐藏字段添加。
When the form is not editable, the parameter is still present, thanks to the hidden field.
当表单是不可编辑的,由于有一个隐藏域,这个参数仍然会出现。
My second thought was to put in the page a hidden field containing the id of the product.
我的第二个想法是放在页面的隐藏字段中包含产品ID。
The event handler takes the contents of the text box and stores it in the hidden field on the Web page.
该事件处理程序获取文本框的内容,并将它存储在网页上的隐藏字段中。
That handler changes the value of the hidden field back and forth, based on the opposite of the current value.
该处理程序将基于当前值的相反值来回更改隐藏字段的值。
That click sends the Ajax request to the server, the server returns current progress status, and the hidden field is updated.
点击行为将Ajax请求发送给服务器,服务器返回当前的进度状态,隐藏的域也会随之更新。
This property registers the hidden field only when the control that is registering the field is inside an T:System. Web. UI.
仅当记录该字段的控件存在于将被更新的控件中时,该属性才指向隐藏的字段。
The main difference is that the action parameter is passed by using an HTML hidden field element rather than in a Faces parameter.
主要区别在于,行为参数是通过使用一个html隐藏域元素来传递的,而不是在Faces参数中。
Listing 10 shows the first field of the form, which is an input box if edit_mode is true or a hidden field if edit_mode is false.
清单10显示的是表单的第一个域,如果edit _ mode是true,它就是一个输入框;如果edit _ mode是false,它就是一个隐藏域。
Rather than relying on automatically recorded hidden field data, extraction rules can be manually added and customized as needed.
提取规则可以根据需要手动添加和自定义,而不是依赖于自动记录的隐藏字段数据。
Using the HttpMethodOverride helper method, the framework can emit a special hidden field to simulate REST verbs when making AJAX calls.
通过使用HttpMethodOverride方法,框架会生成一个特殊的隐藏字段,以便在AJAX请求中模拟RESTverbs。
Edit If you want to have the displayed value to be passed in the form, but not "visibly editable", you've got to pass it as an hidden field.
编辑如果你想要显示的值被传递的形式,但不明显可编辑的,你必须把它作为一个隐藏字段。
When the user is done with all the vehicles, you can simply form a JSON string out of that object and send it to the server by storing it in some hidden field.
当用户输完所有车辆数据后,您只需构建一个源于该对象的JSON字符串,并通过存储到某个隐藏字段中的方式将该字符串发送至服务器。
When you store data into hidden fields, you end up manipulating many hidden fields or manipulating hidden field data every time the user enters new vehicle data.
如果要将数据存储到隐藏字段中,您会为用户每次输入新的车辆数据都要处理很多隐藏字段或处理隐藏字段数据而感到烦恼。
When the page contains a control that does cross-page Posting, a new hidden field named __previouspage is created. The field contains information about the Posting page.
当含有可以cross - page posting的控件时,页面会创建一个name为__previouspage的隐藏域,此域包含了提交页的信息。
The session ID can be passed in one of three ways: as a parameter in an HTML form (typically a hidden field); as a parameter appended to the query string; or as an attribute of a cookie.
会话标识可以用三种方式中一种进行传递:作为HTML表单中的参数(通常是隐藏字段);作为附加在查询字符串后的参数;或者作为 cookie 的属性。
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.
每个表单都应该有一个内部操作,以在用户提交表单之后处理表单。
Cache the data in some format into hidden form field (s) as the user clicks to add the next vehicle's data.
在用户单击以添加下一台车辆的数据时将数据以某种形式缓存到隐藏的表字段中。
Another use of this function is to populate any hidden INPUT elements based on other form field values.
此函数的另一个作用是根据其他表单字段值填充任何隐藏的INPUT元素。
View state is a fancy name for ASP.NET storing some state data in a hidden input field inside the generated page.
视图状态是一个有趣的名称,用于表示在所生成页的隐藏输出字段中存储一些状态数据的ASP.NET。
Individual fields can be hidden or restricted by modifying the field properties (see figure 4).
可以通过修改字段属性来隐藏或限制单个字段(参见图4)。
JSF does the actual storage and state management, typically though a session, a hidden form field, cookies, etc.
JSF通常通过会话、隐藏表单字段、cookies等进行实际的存储和状态管理。
After you have the current progress updated in the hidden input field, all that's left to do is to update the ProgressBar component accordingly.
当您当前的进度在隐藏的输入域中更新之后,剩余的任务就是更新相应的ProgressBar组件。
The hidden text field gives me a place to store the id of the Airport when the entire form is submitted back to the server.
当整个表单提交到服务器时,隐藏的文本字段提供了一个存储Airport的id的位置。
The hidden text field gives me a place to store the id of the Airport when the entire form is submitted back to the server.
当整个表单提交到服务器时,隐藏的文本字段提供了一个存储Airport的id的位置。
应用推荐