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

FCKeditor - Lasso - Sample 1

This sample displays a normal HTML form with an FCKeditor with full features enabled.
[//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.' ); $myeditor->create; ]