📌  相关文章
📜  script.aculo.us InPlaceEditor cancelLink 选项

📅  最后修改于: 2022-05-13 01:56:38.480000             🧑  作者: Mango

script.aculo.us InPlaceEditor cancelLink 选项

script.aculo.us 库是一个跨浏览器库,旨在改进网站的用户界面。 Ajax.InPlaceEditor 用于使元素可编辑,从而允许用户编辑页面上的内容并将更改提交到服务器。

InPlaceEditor cancelLink选项用于指定是否显示取消编辑并关闭编辑器的链接。默认值设置为 true。

句法:

{ cancelLink : boolean }

值:此选项具有如上所述和如下所述的单个值:

boolean:这是一个布尔值,指定是否显示取消编辑并关闭编辑器的链接。默认值设置为 true。

下面的示例说明了此选项的使用。

示例:以下 HTML 文件演示了此示例:

HTML
 
    
 
     
    
     
    
     
 
    
 
    

          GeeksforGeeks      

           

InPlaceEditor cancelLink Option

                  

          The "cancelLink" option is used to specify          whether the cancel link will be shown or not      

                            This element has the cancelLink set to true                 
          Click this element to edit      
      
                     This element has the cancelLink set to false                    
          Click this element to edit      
        


PHP


PHP


输出: