Ticket #5005: patch_events.patch
File patch_events.patch, 269 bytes (added by , 13 years ago) |
---|
-
ckeditor/_samples/php/events.php
111 111 // Create second instance. 112 112 $CKEditor->editor("editor2", $initialValue, $config, $events); 113 113 ?> 114 <p> 114 115 <input type="submit" value="Submit"/> 115 116 </p> 116 117 </form>