[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpgwapi/js/tinymce/examples/ -> example_simple.htm (source)

   1  <html>
   2  <head>
   3  
   4  <!-- tinyMCE -->
   5  <script language="javascript" type="text/javascript" src="../jscripts/tiny_mce/tiny_mce.js"></script>
   6  <script language="javascript" type="text/javascript">
   7      // Notice: The simple theme does not use all options some of them are limited to the advanced theme
   8      tinyMCE.init({
   9          mode : "textareas",
  10          theme : "simple"
  11      });
  12  </script>
  13  <!-- /tinyMCE -->
  14  
  15  </head>
  16  <body>
  17  
  18  <a href="example_full.htm">[Full featured example]</a> <a href="example_advanced.htm">[Advanced example]</a> [Simple example]
  19  
  20  <form method="post" action="http://tinymce.moxiecode.com/dump.php?example=true">
  21  <h3>Simple example</h3>
  22  This page shows how to use TinyMCE on a HTML page in the most common and simple way. On this page each TEXTAREA
  23  element gets converted to a editor instance on page load. Notice how TinyMCE tries to match the width and height of the old text area elements. Read more about the features and settings of TinyMCE in the <a href="../docs/index.htm">manual</a>.<br><br>
  24  
  25  <textarea id="elm1" name="elm1" rows="10" cols="40">
  26      Some <b>element</b>, this is to be editor 1.
  27      <p>Some paragraph. <a href="http://www.sourceforge.net">Some link</a></p>
  28      <img src="logo.jpg">
  29  </textarea>
  30  
  31  <br><br>
  32  
  33  <textarea id="elm2" name="elm2" rows="15" cols="32">
  34      Some <b>element</b>, this is to be editor 1.
  35      <p>Some paragraph. <a href="http://www.sourceforge.net">Some link</a></p>
  36      <img src="logo.jpg">
  37  </textarea>
  38  </form>
  39  
  40  </body>
  41  </html>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7