/[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.4.8, Tue Jan 13 00:21:38 2009 UTC revision 1.1.4.9, Tue Mar 24 04:17:37 2009 UTC
# Line 24  Line 24 
24    Example in code:    Example in code:
25      popups_add_popups();      popups_add_popups();
26      $output .= l("Pop up entire local page.", 'popups/test/response', array('class' => 'popups')) ."<br />";      $output .= l("Pop up entire local page.", 'popups/test/response', array('class' => 'popups')) ."<br />";
27    
28    Example on the theme level (only works if the "Scan all pages for popups links" checkbox is checked):      class="popups" requests an informational popup.
29      <a href="popups/test/response" class="popups">      class="popups-form" requests a popup with a form that modifies the content of the original page.
   
   class="popups" requests an informational popup.  
   class="popups-form" requests a popup with a form that modifies the content of the original page.  
30    
31    And you can use the pseudo-attribute, "on-popups-options" to send options, if you don't mind having non-validating HTML.    And you can use the pseudo-attribute, "on-popups-options" to send options, if you don't mind having non-validating HTML.
32    The advantage to this attribute, is that it will be removed from user content by the HTML filter.    The advantage to this attribute, is that it will be removed from user content by the HTML filter.

Legend:
Removed from v.1.1.4.8  
changed lines
  Added in v.1.1.4.9

  ViewVC Help
Powered by ViewVC 1.1.2