Hidden Form Field的意思|示意

美 / / 英 / /

隐藏表单字段


Hidden Form Field的网络常见释义

隐藏表单字段 虽然许多应用程序使用隐藏表单字段(hidden form field)或URL查询字符串(query string)传送会话令牌(session token),但HTTP cookie才是实现这一目的的常规方法。

表单隐藏字段 ...浏览器中打开代码清单1-9的页面,查看页面源代码,可以看到一个像下面这样的名叫__VIEWSTATE的表单隐藏字段(hidden form field):

页面中以隐含控件 ...务器端响应 • 需要用HTTP-POST方式返回同一页面 • ViewState帮助储存控件的当前状态 – 在页面中以隐含控件(hidden form field)出现 – 关闭开关: EnableViewState=false Tip: 数据绑定(Data Binding)将重置控件的 状态(Control state) 处理控件事件 • 在...

Hidden Form Field相关短语

1、 Hidden Form Field Manipulation 操作隐藏字段

Hidden Form Field相关例句

When the form is not editable, the parameter is still present, thanks to the hidden field.

当表单是不可编辑的,由于有一个隐藏域,这个参数仍然会出现。

JSF does the actual storage and state management, typically though a session, a hidden form field, cookies, etc.

JSF通常通过会话、隐藏表单字段、cookies等进行实际的存储和状态管理。

The value of edit_mode is also stored in a hidden field of the form.

edit_mode 的值也会被存储在表单的一个隐藏域中。

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.

编辑如果你想要显示的值被传递的形式,但不明显可编辑的,你必须把它作为一个隐藏字段。

This rule extracts all the hidden form fields from an HTML page and stores them in the context so a subsequent request can use the hidden form field values.

此规则从HTML页面提取所有隐藏的窗体字段并将它们存储在上下文中,因此后面的请求可以使用隐藏的窗体字段值。

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字符串,并通过存储到某个隐藏字段中的方式将该字符串发送至服务器。