<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>Hi again,</tt><br>
<br>
<tt>I've made some little mods on tinyMCE and the tinyMCE is under GPL,</tt><br>
<tt>I will ask the author.</tt><br>
<tt>Some other projects like Mambo or Typo3 hav included the tinyMCE</tt><br>
<tt>too. I think, there would'nt be problem to include.</tt><br>
<br>
<tt>I've made under my server <a class="moz-txt-link-freetext" href="http://keck.dnsalias.org/samples/pma/">http://keck.dnsalias.org/samples/pma/</a></tt><br>
<tt>a little demo.</tt><br>
<tt>Just come in and try it. Username: demo, password: test.</tt><br>
<tt>Simple click on (I hope it would not be deleted) on the table
'test_title' </tt><br>
<tt>and insert a new entry. The field 'content' has an little icon
above.</tt><br>
<tt>Click on it, and the editor will be opened.</tt><br>
<br>
<tt>The mods on Tiny:</tt><br>
<tt>- tabs for 'edit' and 'preview'</tt><br>
<tt>- tinymce.php</tt><br>
<tt>- some patches on some scripts</tt><br>
<tt>- some basic configurations</tt><br>
<br>
<tt>The mods on PMA:</tt><br>
<tt>- file 'tbl_change.php' modifed</tt><br>
<tt>     the edit button only displayed on text / longtext fields</tt><br>
<tt>- file 'config_inc.php' modified</tt><br>
<tt>    $cfg['PluginPath'] = '../plugins';</tt><br>
<tt>    $cfg['PluginWYSIWYG'] = 'tinymce.php';</tt><br>
<tt>- new icon:</tt><br>
<tt>    editor.png</tt><br>
<br>
<tt>General:</tt><br>
<tt>- new directory: plugins</tt><br>
<br>
<tt>Todo:</tt><br>
<tt>- discussion about external plugins, path, setup and so on</tt><br>
<tt>- and then, perhabs fix some files like tbl_change.php</tt><br>
<br>
<tt>How it works:</tt><br>
<tt> - gets the data form the selected PMA field</tt><br>
<tt> - after 'apply' writes the data (html-code / plain text) into the</tt><br>
<tt>   selected PMA field.<br>
<br>
Regards<br>
Michael<br>
</tt><br>
<br>
<tt>--- Original Message ---</tt><br>
<tt>Mail from: Marc Delisle</tt><br>
<tt>Date: 17.10.2006 14:28</tt>
<blockquote cite="mid4534CC58.20403@cegepsherbrooke.qc.ca" type="cite">
  <blockquote type="cite"><tt>Another:<br>
I've patched tinymce (<a class="moz-txt-link-freetext" href="http://tinymce.moxiecode.com/">http://tinymce.moxiecode.com/</a>) as plugin<br>
for phpmyadmin.<br>
    </tt></blockquote>
<!----><tt><br>
Interesting!<br>
What was the needed work? Can we generalize it into a plugin interface?<br>
  <br>
- link/icon positionning in PMA<br>
- data exchange between PMA's interface and external code<br>
- other?<br>
  <br>
Also, does their license permit us to include their code in PMA?<br>
  <br>
  </tt></blockquote>
</body>
</html>