Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Plugin Template/Framework
#14
Updated again. The /inc folder now has definitions for ckeditor and codemirror (lifted from the code in the /admin folder so that instances of either can be used as follows:

PHP Code:
<textarea id="yourtextarea"></textarea>
<?
php
  $textarea 
'yourtextarea';
  include(
'ckeditor.php');          // or include('codemirror.php') for codemirror
?>


.zip   yourplugin_oop.zip (Size: 7.75 KB / Downloads: 13)
Reply


Messages In This Thread
Plugin Template/Framework - by Angryboy - 2014-03-19, 02:16:49
RE: Plugin Template/Framework - by shawn_a - 2014-03-19, 02:48:56
RE: Plugin Template/Framework - by shawn_a - 2014-03-19, 03:05:55
RE: Plugin Template/Framework - by Carlos - 2014-03-19, 03:54:16
RE: Plugin Template/Framework - by shawn_a - 2014-03-19, 03:07:29
RE: Plugin Template/Framework - by Angryboy - 2014-03-19, 03:42:43
RE: Plugin Template/Framework - by shawn_a - 2014-03-19, 04:00:00
RE: Plugin Template/Framework - by Angryboy - 2014-03-19, 04:15:53
RE: Plugin Template/Framework - by shawn_a - 2014-03-19, 04:28:59
RE: Plugin Template/Framework - by Angryboy - 2014-03-19, 05:30:00
RE: Plugin Template/Framework - by shawn_a - 2014-03-19, 06:21:43
RE: Plugin Template/Framework - by shawn_a - 2014-03-19, 07:18:20
RE: Plugin Template/Framework - by Angryboy - 2014-03-19, 09:20:34
RE: Plugin Template/Framework - by Angryboy - 2014-03-20, 22:03:09



Users browsing this thread: 1 Guest(s)