[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <html> 2 <head> 3 <title>{$lang_template_title}</title> 4 <script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script> 5 <script language="javascript" type="text/javascript"> 6 <!-- 7 function init() { 8 alert("Got a window argument from plugin: " + tinyMCE.getWindowArg('some_custom_arg')); 9 } 10 11 function insertSomething() { 12 // Execute the mceTemplate command without UI this time 13 tinyMCE.execInstanceCommand(tinyMCE.getWindowArg('editor_id'), 'mceTemplate'); 14 15 // Close the popup 16 top.close(); 17 } 18 //--> 19 </script> 20 </head> 21 <body onload="window.focus();init();"> 22 <h3>{$lang_template_title}</h3> 23 24 <form onsubmit="insert();return false;"> 25 <!-- Just a simple insert button --> 26 <input type="button" name="insert" value="{$lang_insert}" onclick="insertSomething();" id="insert" /> 27 </form> 28 29 <br /> 30 </body> 31 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |