/[drupal]/contributions/modules/popups/README.txt
ViewVC logotype

Diff of /contributions/modules/popups/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.6.6, Tue Mar 24 04:22:53 2009 UTC revision 1.1.6.7, Thu Mar 26 04:43:11 2009 UTC
# Line 17  Line 17 
17    
18    LIMITATIONS    LIMITATIONS
19    ------------------------------------------------------------------------------------    ------------------------------------------------------------------------------------
20    Is this still true? Does not work with tinymce. Unlikely to work with other WYSIWYG's.    Does not work with tinymce. Unlikely to work with other WYSIWYG's. (Is this still true?)
21    Conflicts with:    Conflicts with:
22      Devel Theme Developer module.      Devel Theme Developer module.
23    
# Line 36  Line 36 
36    
37    // In your module    // In your module
38    popups_add_popups(array('#mylink', '#mylink2=>array('width'=>'200px')));    popups_add_popups(array('#mylink', '#mylink2=>array('width'=>'200px')));
   IMPORTANT: You can only put popups_add_popups in module, NOT in a .tpl file  
              or the template.php file.  
39    This is the simplest method if you want to pass in per-link options.    This is the simplest method if you want to pass in per-link options.
40    The first key is a jQuery selector. It should select an 'a' element (unless you    The first key is a jQuery selector. It should select an 'a' element (unless you
41    are using the 'href' option). See http://docs.jquery.com/Selectors to learn more    are using the 'href' option). See http://docs.jquery.com/Selectors to learn more

Legend:
Removed from v.1.1.6.6  
changed lines
  Added in v.1.1.6.7

  ViewVC Help
Powered by ViewVC 1.1.2