new text editor: tinyMCE

This commit is contained in:
2020-02-24 21:37:14 +01:00
parent abcb059355
commit 3fd854ddf1
15 changed files with 425 additions and 145 deletions

View File

@@ -50,6 +50,9 @@ elseif($sAction!='' && $bLoggedIn)
{
switch ($sAction)
{
case 'get_note_old':
$sResult = $oCATC->getNoteOld($iId);
break;
case 'get_note':
$sResult = $oCATC->getNote($iId);
break;