script.aculo.us InPlaceEditor okText 选项
script.aculo.us 库是一个跨浏览器库,旨在改进网站的用户界面。 Ajax.InPlaceEditor 用于使元素可编辑,从而允许用户编辑页面上的内容并将更改提交给服务器。
InPlaceEditor okText选项用于指定按钮上的文本,用于保存更改并将更改提交到服务器。默认字符串是“ok”。
句法:
{ okText : string }
值:此选项具有如上所述和如下所述的单个值:
- 字符串:这是一个字符串,它指定要为用于将更改提交到服务器的按钮显示的文本。默认字符串是“ok”。
下面的示例说明了此选项的使用。
例子:
下面的 HTML 文件演示了这个例子:
HTML
GeeksforGeeks
InPlaceEditor okText Option
The "okText" option is used to specify
the text to be shown for the OK option
of the editor.
This element has the okText as the
default one.
Click this element to edit
This element has the okText set to a
custom value.
Click this element to edit
PHP
下面的PHP文件演示了这个例子:
PHP
输出: