Changes To Cookbook
Not logged in

Changes to "Cookbook" between 2009-10-31 17:09:16 and 2009-10-31 17:10:27

   538    538   <h3>Solution</h3>
   539    539   There are pure javascript editor components that can be used for this task.
   540    540   The source for the editor component is added to the repository. The html header or footer is prepared to include a javascript file and/or a CSS.
   541    541   <br>
   542    542   These two tips are from the mailing list:
   543    543   Rene de Zwart 30. Oct. 2009
   544    544   
   545         -<a name="tinymce"></a>
   546         -<h4>TinyMCE</h4>
          545  +<a name="tinymce"><h4>TinyMCE</h4></a>
   547    546   <p>
   548    547   Source: <a href="http://tinymce.moxiecode.com/"> TinyMCE </a>
   549    548   </p>
   550    549   <h5> Example</h5>
   551    550   <pre class="verbatim">
   552    551       mkdir tiny
   553    552       mkdir tiny/javascript
................................................................................
   581    580           ,width : '90%' } );
   582    581       }
   583    582     }
   584    583    &lt;/script&gt;
   585    584   </pre>
   586    585   
   587    586   
   588         -<a name="markitup"></a>
   589         -<h3>markitup!</h3>
          587  +<a name="markitup"><h3>markitup!</h3></a>
   590    588   <p>
   591    589   Source: <a href="http://markitup.jaysalvat.com/home/"> Markitup </a>
   592    590   </p>
   593    591   <h5> Example</h5>
   594    592   <pre class="verbatim">
   595    593       mkdir markitup
   596    594       mkdir markitup/javascript