Note that there are some explanatory texts on larger screens.

plurals
  1. POwhy php form builder class is not running?
    text
    copied!<p>I want to use <a href="http://www.imavex.com/pfbc2.x-php5/index.php#project-overview" rel="nofollow noreferrer">php form builder class</a>. But I can't run this class. Im using as below(from <a href="http://www.imavex.com/pfbc2.x-php5/examples/elements.php" rel="nofollow noreferrer">example page</a>):</p> <pre><code>&lt;?php session_start(); require_once 'PFBC/Form.php'; $form = new Form("webeditors", 650); $form-&gt;addElement(new Element_Hidden("form", "webeditors")); $form-&gt;addElement(new Element_TinyMCE("TinyMCE:", "TinyMCE")); $form-&gt;addElement(new Element_CKEditor("CKEditor:", "CKEditor")); $form-&gt;addElement(new Element_Button); $form-&gt;render(); ?&gt; </code></pre> <p>Result of above codes:</p> <p><a href="http://ideone.com/uhgQE" rel="nofollow noreferrer">HTML codes</a>.</p> <p><img src="https://i.stack.imgur.com/TPbU6.png" alt="enter image description here"></p> <p>But it must be as below:</p> <p><img src="https://i.stack.imgur.com/ON6lM.png" alt="enter image description here"></p> <p>PHP Designer 7 Result:</p> <p><img src="https://i.stack.imgur.com/RaUNV.png" alt="enter image description here"></p> <p>Output of Javascript Error Console:</p> <pre><code>Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/PFBC/Resources/tiny_mce/tiny_mce.js Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/PFBC/Resources/ckeditor/ckeditor.js Uncaught ReferenceError: tinyMCE is not defined </code></pre> <p>Where is the problem. I can't understand.</p> <p>Meantime, I'm using AppServ AppServ 2.5.10</p> <p>Somebody says you need to download tinymce and ckeditor and optimize for your project. But already <strong>pfbc</strong> has all.</p> <p><img src="https://i.stack.imgur.com/TUlzV.png" alt="enter image description here"></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload