PHP expert |
|
het is opgelost, zo:
$fck = new FCKeditor('pageContent');
$fck->BasePath = 'fckeditor/';
$fck->Width = '700';
$fck->Height = '500';
$output = $fck->CreateHtml();
$tpl->assignInclude('pageContent', $fck->CreateHtml(), T_BYVAR);
$fck = new FCKeditor('pageContent'); $fck->BasePath = 'fckeditor/'; $fck->Width = '700'; $fck->Height = '500'; $output = $fck->CreateHtml(); $tpl->assignInclude('pageContent', $fck->CreateHtml(), T_BYVAR);
Boven prepare
En in de tpl zet je dit:
<!-- INCLUDESCRIPT BLOCK : pageContent -->
<!-- INCLUDESCRIPT BLOCK : pageContent -->
Best simpel dus, bedankt stijn voor me de goeie kant op te duwen |