Method: RedClothForTex#textile_popup_help
- Defined in:
- lib/redcloth_for_tex.rb
#textile_popup_help(name, helpvar, windowW, windowH) ⇒ Object
664 665 666 |
# File 'lib/redcloth_for_tex.rb', line 664 def textile_popup_help( name, helpvar, windowW, windowH ) ' <a target="_blank" href="http://www.textpattern.com/help/?item=' + helpvar + '" onclick="window.open(this.href, \'popupwindow\', \'width=' + windowW + ',height=' + windowH + ',scrollbars,resizable\'); return false;">' + name + '</a><br />' end |