which editor does this use?
The old FCKeditor, or the new CK editor?
Hopefully the newer editor.
Thanks!
Tom
The old FCKeditor, or the new CK editor?
Hopefully the newer editor.
Thanks!
Tom
CK editor although I am looking to find out if there is an ability to add things like HTML Tags (H1, H2 etc) and also Bullet Points etc
Thanks! I would have thought so, but the demo uses the older FCKeditor, so I wanted to check for sure.
To add h1, h1 h3 tags etc, just select your content, and choose the correct tag from the format menu.
To add bulleted lists, just click the bulleted list icon. Is that what you were asking?
Tom
The skin that is used doesnt have a bullet list or the format menu.
The reason why I said CK is that the folder that the files reside in is ckeditor
Yes, that does look like the new CKeditor.
Not having this installed, I dont know for sure, but often somewhere in the wizard, maybe somewhere near in the workflow, where you chose a skin, you should be able to choose which tools you have in the toolbar.
There wasn't an option in the Wizard or in the settings either...
That is correct... it can also be updated on the page where the editor resides... in this case admin_cms/contents_update.php and admin_cms/contents_insert.php..
You'll find a line that refers to:
$CKEditor_config["toolbar"]
You can add or remove toolbar options manually from the array built on that line.
All of the options appear here:
$CKEditor_config["toolbar"] = array(
array( 'Source','-','Save','NewPage','Preview','-','Templates'),
array( 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Print','SpellChecker','Scayt'),
array( 'Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'),
array( 'Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'),
array( 'BidiLtr','BidiRtl'),
('/'),
array( 'Bold','Italic','Underline','Strike','-','Subscript','Superscript'),
array( 'NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'),
array( 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'),
array( 'Link','Unlink','Anchor'),
array( 'Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'),
('/'),
array( 'Styles','Format','Font','FontSize'),
array( 'TextColor','BGColor'),
array( 'Maximize','ShowBlocks','-','About'));
It looks like we didn't properly update all of the toolbar options since some of the names have been changed... it is supposed to have those listed... we'll get that updated... the default should probably be:
$CKEditor_config["toolbar"] = array(
array( 'Source','DocProps','-','Preview'),
array( 'Cut','Copy','Paste','PasteText','PasteFromWord','-','SpellChecker'),
array( 'Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'),
array( 'Image','Flash','Table','HorizontalRule','Smiley', 'SpecialChar','PageBreak'),
('/'),
array( 'Bold','Italic','Underline','Strike','-','Subscript','Superscript'),
array( 'NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'),
array( 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'),
array( 'Link','Unlink','Anchor'),
('/'),
array( 'Format','Font','FontSize'),
array( 'TextColor','BGColor'),
array( 'Maximize','ShowBlocks'));
I have applied the suggested toolbar and its great!!
Definitely one for the dot release!
Thanks Ray
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.