script.aculo.us InPlaceEditor SavingText 选项
script.aculo.us 库是一个跨浏览器库,旨在改进网站的用户界面。 Ajax.InPlaceEditor 用于使元素可编辑,从而允许用户编辑页面上的内容并将更改提交到服务器。
InPlaceEditor SavingText选项用于指定在将文本发送到要保存的服务器时显示的文本。该选项的默认字符串是“正在保存... ”。
句法:
{ savingText : value }
参数:此选项具有如上所述和如下所述的单个值:
- value:这是一个字符串,它指定在将文本发送到服务器时要显示的文本。默认字符串 是“正在保存……” 。
下面的示例说明了此选项的使用。
示例:需要以下脚本来模拟将数据保存到服务器。
PHP
HTML
GeeksforGeeks
InPlaceEditor savingText Option
The "savingText" option is used to
specify the text to be shown when the
text is being saved.
This element has the savingText as
the default one.
Click to edit
This element has the savingText
set to a custom value.
Click to edit
下面的脚本通过示例演示了这一点:
HTML
GeeksforGeeks
InPlaceEditor savingText Option
The "savingText" option is used to
specify the text to be shown when the
text is being saved.
This element has the savingText as
the default one.
Click to edit
This element has the savingText
set to a custom value.
Click to edit
输出: