close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Switching from Large to Small

Thread began 10/29/2010 8:11 am by nickj | Last modified 10/29/2010 11:36 am by neilo | 1020 views | 5 replies |

nickj

Switching from Large to Small

When I first inserted the editor I had it large, all the menus, now I would like it to be minimal and have edited the editor as such, uploaded the page and the custom but the menu remains.


h Text Editor for Dreamweaver
$WARichTextEditor_1 = CreateRichTextEditor ("statement_art", "../../webassist/html_editor/", "600px", "400px", "Custom", "../custom/artist_art_Insert_statement_art1.js", "");
?>
I assume that the file did not update correctly please advise.

Thanks

Nick

see attached!

Attached Files
artist_art_Insert_statement_art1.js.zip
Sign in to reply to this post

neilo

Hi Nick,

It may be that HTMLEditor has created a new (duplicate) directory for its files. The page code you posted shows the HTMLEditor folder as being inside the webassist directory, which is presumably in the root directory of your site.

Was your original HTMLEditor folder in a webassist directory? Do you now have two HTMLEditor directories? This can happen if an instance is originally created inside a folder in the root directory and is subsequently edited, and would also create your exact scenario if you have installed CSSFormBuilder2 since creating the original editor instance.

If you could confirm whether this is/is not the case, it would clear the way for a proper diagnosis.

Cheers

Sign in to reply to this post

nickj

Yes

There is a second HTLMeditor folder (original), but doesn't have the reference to artist_art_Insert_statement_art1.js can I delete the original or what should I do?

Thanks

Sign in to reply to this post

neilo

You have two options,

Either:

You can choose the newly created webassist/html_editor folder to be the one that is used (this would be the best choice if you are likely to be editing the HTMLEditor instance again in the future or adding HTMLEditor to more pages), if you choose this option you would need to upload the whole new webassist/html_editor folder to your remote server, and once your page checks out OK on your live site, you can delete the old HTMLEditor folder.

Or:

Copy the new artist_art_Insert_statement_art1.js into the original HTMLEditor/custom folder, and change the paths on your page that contains the Editor instance back to point to your original HTMLEditor folder. I don't know your site structure, but:

If the page with the Editor instance on it is in the same directory as the original HTMLEditor folder, the paths would be something like:

<?php
// WebAssist iRite: Rich Text Editor for Dreamweaver
$WARichTextEditor_1 = CreateRichTextEditor ("statement_art", "HTMLEditor/", "600px", "400px", "Custom", "../custom/artist_art_Insert_statement_art1.js", "");
?>

If the page was one level deeper than the HTMLEditor folder, the paths would be something like:

<?php
// WebAssist iRite: Rich Text Editor for Dreamweaver
$WARichTextEditor_1 = CreateRichTextEditor ("statement_art", "../HTMLEditor/", "600px", "400px", "Custom", "../custom/artist_art_Insert_statement_art1.js", "");
?>
Sign in to reply to this post

nickj

Great, thank you

Really appreciate the fast response. Ideally I would like to get rid of one of the folders. I guess I could look at timestamps and keep the newest.

Sign in to reply to this post

neilo

If you have uploaded the newer folder (which I guess would be the webassist/html_editor/ folder) and your page looks and works fine, it would - I think - be best to keep this newer one. That would prevent the same problem happening if ever you need to update the instance or add the Editor to new pages.

Then just rename the old HTMLEditor folder on your live server to anything, and check your page again. If all is still fine, then you can delete the old HTMLEditor (renamed) folder. Just to be safe.

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