| 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 |
|
|
| 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 |