newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

wrong name of editor in in online documentation code #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. see:
http://localhost/php-form-builder-class/documentation/index.php#Form-Elements-CK
Editor

$form->addCKEditor("My TinyMCE Web Editor", "TinyMCE");
$form->addCKEditor("My Prefilled TinyMCE Editor", "TinyMCE", "This is my 
default value.");
$form->addCKEditor("My Basic TinyMCE Editor", "TinyMCE", "", array("basic" => 
1));

Shouldn't it be the following?
("My CKEditor", "CKEditor");
("My Prefilled CKEditor", "CKEditor", "This is my default value.");
("My Basic CKEditor", "CKEditor", "", array("basic" => 1));

Original issue reported on code.google.com by developm...@orca-services.ch on 24 Nov 2010 at 2:01

GoogleCodeExporter commented 8 years ago
Yep, copy-and-paste error.  Fixed in working copy.

- Andrew

Original comment by ajporterfield@gmail.com on 24 Nov 2010 at 4:16

GoogleCodeExporter commented 8 years ago

Original comment by ajporterfield@gmail.com on 24 Nov 2010 at 4:17