root/devel/mod/tinymce/file_embed_js.php

Revision 269, 226 bytes (checked in by ben, 3 years ago)

--

  • Property svn:eol-style set to native
Line 
1 <?php
2
3     if (logged_on) {
4         
5         $run_result = "\ntinyMCE.execCommand(\"mceInsertContent\",true,\"{{file:\" + form.weblog_add_file.options[form.weblog_add_file.selectedIndex].value + \"}}\");\n";
6         
7     }
8
9 ?>
Note: See TracBrowser for help on using the browser.