Skip to content
Snippets Groups Projects
Select Git revision
  • 4.7.x-1.1
  • master default
  • 7.x-1.x
  • 4.7.x-1.x
  • 5.x-1.x
  • 6.x-1.x
  • 7.x-1.0-alpha1
  • 6.x-1.1
  • 6.x-1.1-beta3
  • 6.x-1.1-beta2
  • 6.x-1.1-beta1
  • 6.x-1.1-alpha1
  • 5.x-1.1-beta
13 results

jsnippets

  • Open with
  • Download source code
  • user avatar
    Zen authored
    c58e5f68
    History
    $Id$
    
    About
    -----
    The snippets module can be used to insert code snippets, general text templates and so on into 
    specified Drupal textareas. Snippets can be related to textareas in forms, using the element ID
    of the textarea and the form ID of the form. These will need to be obtained by viewing the HTML
    source of the form in question.
    
    This module uses Javascript in combination with XMLHTTP and JSON to retrieve and insert the 
    snippets.
    
    This module is currently in Beta. Bug reports and other feedback are always welcome.
    
    Module links
    ------------
    admin/jsnippets
    
    Notes
    -----
    Related module: Code Snippets : http://drupal.org/node/17571
    
    Credits
    -------
    Author: Zen / [gatsby] / Karthik Kumar : http://drupal.org/user/21209
    Partially sponsored by: Chris Meryck.