Loving your Ajax-PHP File Manager, great job! - coursesweb.net/php-mysql/ajax-php-file-manager_s2
Was thinking to using this in classroom project to allow kids ability to edit html/htm files.
Have added everything and CKEditor appears, but does not load the html/htm (or txt) contents. Nothing but blank textarea and cannot even enter anything.
Looking at dev console errors, see something like described here:
stackoverflow.com/questions/42005430/ckeditor-uncaught-typeerror-cannot-read-property-getselection-of-undefined
Any ideas how to incorporate CKEditor much appreciated.
Ajax-PHP File Manager with CKEditor
-
- Posts:13
Ajax-PHP File Manager with CKEditor
Admin
Posts:805
The Ajax-PHP File Manager is standalone, it not need ckeditor.
You can edit html files directly in that application.
It is not made to be included in ckeditor.
You can edit html files directly in that application.
It is not made to be included in ckeditor.
justanumber
Posts:13
Yes, I understand it does not need ckeditor to run. I was asking for help in incorporating ckeditor into it for the kids.
Sorry to have bothered you will such silly request:)
Cheers!
Sorry to have bothered you will such silly request:)
Cheers!
Similar Topics
- GET_id not working in UnLink (delete file)
PHP - MySQL First post
I searching for an hour for a solution; unlink seems not to work with GET idLast post
<?php
$id = (int) $_GET ;
echo $_GET ;
$file = fopen( '.$_GET...
Here is an answer `o god after 2 hours shame on me for this one`
<?php
$file_pointer = $_GET .'.txt';
if (!unlink($file_pointer)) {
echo (...