Jump to content

CKeditor Help


SkilledPilotA320

Recommended Posts

  • Moderators

phpVMS is running 3.0.1 in the latest build. You can simply update it by replacing the files in "lib/js/ckeditor".

Um, check again. phpVMS is running 2.1.934 latest stable build

Link to comment
Share on other sites

Um, check again. phpVMS is running 2.1.934 latest stable build

Uhm, how about you RTFQ before jumping on something my friend. I'm not talking about the phpVMS build, the OP asked about CKeditor, which in the latest phpVMS build is running 3.0.1. So in phpVMS 2.1.934, CKeditor 3.0.1 is used.

Link to comment
Share on other sites

Sorry, just saw this. The toolbar is defined in admin/lib/phpvmsadmin.js


if (document.getElementById('editor')) {
	var editor = CKEDITOR.replace('editor',
	{
		height: '500px',
		toolbar: [
		['Source', '-', 'Save', 'NewPage', 'Preview', '-', 'Templates', 'Image'],
		['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Print', 'SpellChecker', 'Scayt'],
		['Undo', 'Redo', '-', 'Find', 'Replace', '-', 'SelectAll', 'RemoveFormat'],
		/*['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],*/
		['Bold', 'Italic', 'Underline', 'Strike', /*'-','Subscript','Superscript'*/],
		['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'],
		['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
		['Link', 'Unlink', 'Anchor'],
		/*[,'Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],*/
		['Styles', 'Format', 'Font', 'FontSize'],
		['TextColor', 'BGColor'],
		['Maximize', 'ShowBlocks', '-', 'About']
	  ]
	});
	editor.on('pluginsLoaded', function(ev) {

	});
}

Change that to whichever options you require, as seen in the link Kyle posted.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...