script.aculo.us InPlaceEditor okButton 选项
script.aculo.us 库是一个跨浏览器库,旨在改进网站的用户界面。 Ajax.InPlaceEditor 用于使元素可编辑,从而允许用户编辑页面上的内容并将更改提交到服务器。
InPlaceEditor okButton选项用于指定是否显示用于保存更改和提交更改到服务器的按钮。默认值设置为 true。
句法:
{ okButton : boolean }
值:此选项具有如上所述和如下所述的单个值:
boolean :这是一个布尔值,指定用于向服务器提交更改的按钮是否显示。默认值设置为 true。
下面的示例说明了此选项的使用。
示例:以下 HTML 文件演示了此示例:
HTML
GeeksforGeeks
InPlaceEditor okButton Option
The "okButton" option is used to specify
whether the ok button will be shown or not
This element has the okButton set to true
Click this element to edit
This element has the okButton set to false
Click this element to edit
PHP
PHP
输出: