close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

html editor choices

Thread began 12/09/2012 12:43 pm by Patrice | Last modified 12/10/2012 12:06 pm by Patrice | 1077 views | 3 replies |

PatriceWebAssist

html editor choices

I have run into something unfamiliar and not sure why or what I am doing differently. My latest DataAssist html editor insertion is lacking features, specifically source option. Attached is a screen shot of what I'm getting compared to what I want to have. I chose the "large" box on html editor in DA. If I could figure out how to reopen, like in earlier versions of HTML editor, I could make changes, but don't see how to do this anymore. HTML editor was a stand alone before.

Thanks for any pointers.

Sign in to reply to this post

PatriceWebAssist

I can solve by using a previous set up, but wondering why new DA isn't allowing me to make these changes. Here's the code I "stole" from an older site to replace what is being generated:


<?php
// The initial value to be displayed in the editor.
$CKEditor_initialValue = "".$row_WADApagecopy['pc_content'] ."";
$CKEditor = new CKEditor();
$CKEditor->basePath = "../webassist/ckeditor/";
$CKEditor_config = array();
$CKEditor_config["wa_preset_name"] = "<New from blank>";
$CKEditor_config["wa_preset_file"] = "_default.xml";
$CKEditor_config["width"] = "100%";
$CKEditor_config["height"] = "200px";
$CKEditor_config["skin"] = "kama";
$CKEditor_config["dialog_startupFocusTab"] = false;
$CKEditor_config["fullPage"] = false;
$CKEditor_config["tabSpaces"] = 4;
$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'));
$CKEditor_config["contentsLangDirection"] = "ltr";
$CKEditor_config["entities"] = false;
$CKEditor_config["pasteFromWordRemoveFontStyles"] = false;
$CKEditor_config["pasteFromWordRemoveStyles"] = false;
$CKEditor->editor("pc_content", $CKEditor_initialValue, $CKEditor_config);
?>

Sign in to reply to this post

Jason ByrnesWebAssist

when running the data assist wizard, on the Server Settings tab, you can configure the HTML Editor settings.

once the pages have been created, click the HTML Editor instance in design view, then in the properties panel, you can click the edit button to make changes to toolbar.

Sign in to reply to this post

PatriceWebAssist

Thanks for response, Jason.

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...