CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 What is the "Project Folder" for fckEditor?

Print topic Send  topic

Author Message
PurpleEdge

Posts: 8
Posted: 02/14/2008, 5:31 PM

Hi All, obvious newby question...

I'm wishing to install fckEditor on an ASP.NET website and I'm not sure where I am meant to copy the fckEditor folder to, is it...

c:\mywebsiteroot\

c:\mywebsiteroot\CodeCharge\MyProjectName

or somewhere else?

Do I need to install the fckEditor .NET files, if so, where to?

TIA
View profile  Send private message
joejac

Posts: 242
Posted: 02/17/2008, 9:35 AM

Hello and very welcome PurpleEdge,

I do not use .NET but php, what I personally do is
1.- I place the editor files in this directory: mysite.com/editor

1.1 I do not place FCK files in my CCS project because it make it much bigger, so I loaded directly to the web site root/editor

2.- I followed the documentation in CCS - Help -Help Topics you put FCK in the Search box.
In the HTML of the page where I have FCK I see this, after following the procedure to attach the FCKeditor:

//Attach FCKeditor @29-DC7E2B92
var articulosresumen_FCK = new FCKeditor(this.getAttribute("id"));
var securitylevel = {TextBox1};
articulosresumen_FCK.BasePath = "/editor/";
if (securitylevel <2) {articulosresumen_FCK.ToolbarSet = "Default";}
else{articulosresumen_FCK.ToolbarSet = "Basic";}
articulosresumen_FCK.Height = "350";
articulosresumen_FCK.ReplaceTextarea();
//End Attach FCKeditor


Sorry but I can not help you with the .NET question. Hope this can help you
regards
joejac
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.