Home 

Requirements 

Whats New 

Features 

Architechure 

Security 

License Agreement 


    Evaluation 

    Deployment 

    Using 

Interface 

ASP 

Submitting 

Customization 

Settings 

Programming 

DB Integration 

Image Library 

Custom Buttons 

Presentation 


    Contact Us 

 

Deployment

Before using the HTML Rich Text Area you must do the following steps to configure it to suit your environment:

1. Copy the 'inc' directory and subdirectory of this application to your web site. It can be placed in the 'inc' directory off the root directory of your web site but any other location is also appropriate. During the installation of this product, if you installed it to the default directory then the 'inc' directory can be found at

c:\program files\tcpiq\HTML Rich Text Area\inc\

2.

On the web server, go to the HTMLRichTextAreaFactorySettings.js file found in the newly created 'inc' directory. Open the file and refer to the top few lines. Verify that the paths match your environment's and if not then edit to suit.

// *************************************************
// MODIFY THE FOLLOWING LINES TO MATCH YOUR WEB SITE
// *************************************************

// Check whether we are running off a web server. The window.location.href will return http:// if we are.
if (window.location.href.substring(0,5).toLowerCase() != 'file:')
{

    // *** Edit these lines to suit environment
    // *** The code below assumes that the HTML Rich Text Editor has been released to the web
    // *** server's '/inc' directory.
    var IMG_DIRECTORY = "/inc/HTMLRTAImages/";
    var CSS_FILE = "/inc/HTMLRichTextArea.css"; // This is optional or replace it with your own CSS file
    var WBSC_FILE = "/inc/WBSC/HTMLSpellCheckWord.html";
    var IMAGELIBRARY = "/inc/Library.asp";
}

If necessary change the paths to reflect the path to the HTMLRTAImages directory, the HTMLRichTextArea.css file, the Image Library (Library.asp) and the path to the Web Browser Spell Check directory* respectively.

* Only applicable if Web Browser Spell Check has been purchased.



(c) Copyright 2004
Sigma Solutions
tcpIQ is a member of the Sigma Solutions group