[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/js/tinymce/plugins/insertresource/ -> popup.htm (source)

   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 dialog

  16          tinyMCE.closeDialog();
  17      }
  18  //-->

  19  </script>
  20  </head>
  21  <body onload="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> 


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics