[//lasso /* @Packager.Header Sample page. */ ] FCKeditor - Sample

FCKeditor - Lasso - Sample 3

This sample shows how to change the editor toolbar.
Select the toolbar to load: 

[//lasso include('../../fckeditor.lasso'); var('basepath') = response_filepath->split('_samples')->get(1); var('myeditor') = fck_editor( -instancename='FCKeditor1', -basepath=$basepath, -initialvalue='This is some sample text. You are using FCKeditor.' ); if(action_param('Toolbar')); $myeditor->toolbarset = action_param('Toolbar'); /if; $myeditor->create; ]