close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

which editor does this use?

Thread begun 2/22/2011 11:58 am by AlaskaTom | Last modified 2/22/2011 1:48 pm by Daryl | 3305 views | 7 replies |

AlaskaTomBeta Tester

which editor does this use?

The old FCKeditor, or the new CK editor?
Hopefully the newer editor.

Thanks!
Tom

Sign in to reply to this post

DarylBeta Tester

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

Sign in to reply to this post

AlaskaTomBeta Tester

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

Sign in to reply to this post

DarylBeta Tester

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

Sign in to reply to this post

AlaskaTomBeta Tester

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.

Sign in to reply to this post

DarylBeta Tester

There wasn't an option in the Wizard or in the settings either...

Sign in to reply to this post

Ray BorduinWebAssist

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'));
Sign in to reply to this post
Did this help? Tips are appreciated...

DarylBeta Tester

I have applied the suggested toolbar and its great!!

Definitely one for the dot release!

Thanks Ray

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

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.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...