| CuteEditor for PHP 6.1 Class Library |
|
Editor.SecurityPolicyFile Property
Specify the Security Policy File which contains a configurable set of rules called security policy.
Example Code
<?php
$editor=new CuteEditor();
$editor->ID="Editor1";
$editor->Text="Type here";
$editor->FilesPath="CuteEditor_Files";
$editor->SecurityPolicyFile="guest.config";
$editor->Draw();
$editor=null;
//use $_POST["Editor1"]to catch the data
?>
See Also
Editor Class | CuteEditor Namespace