DokuWiki

It's better when it's simple

User Tools

Site Tools


tips:double-click-to-edit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tips:double-click-to-edit [2012-08-26 23:24] – reminder to clear cache 1.186.187.111tips:double-click-to-edit [2015-04-14 05:57] 1.39.12.219
Line 3: Line 3:
 The javascript snippet below adds the ability to double-click a section of an article to go straight to the edit mode for that section. The javascript snippet below adds the ability to double-click a section of an article to go straight to the edit mode for that section.
  
-It is easy to add it. Just create a **script.js** file under your templates directory (for eg lib/tpl/default/script.js) and append the following code snippet to it:+It is easy to add it. Just create a **script.js** file under your conf directory (i.e. ./conf/script.js) and append the following code snippet to it:
  
-<code javascript>+<code javascript conf/script.js>
 jQuery(document).ready(function(){ jQuery(document).ready(function(){
  
Line 26: Line 26:
 </code> </code>
  
-Remember to purge the javascript cache by calling+Remember to [[devel:caching#purging_the_cache|purge the javascript cache]], e.g. by calling
   http://example.com/lib/exe/js.php?purge=true   http://example.com/lib/exe/js.php?purge=true
 and clean up your browser's cache as well. and clean up your browser's cache as well.
Line 35: Line 35:
 The functionality of the code has been commented inline. Submit any improvements and fixes you may have. The functionality of the code has been commented inline. Submit any improvements and fixes you may have.
  
-For queries, contact the author on http://twitter.com/dayson+For queries, contact the author on http://twitter.com/daysonhi
tips/double-click-to-edit.txt · Last modified: 2023-01-26 09:38 by 212.201.117.6

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki