Follow these simple instructions to get soEditor up and running on your web server:

 

  1. Extract the entire zip into the root of your web server or into the root of the web site that you wish to install soEditor in.
     

  2. If you plan to call soEditor as a custom tag then you must copy soeditor_lite.cfm into a custom tag directory.
    (e.g. <cf_soeditor_lite
    field="fieldName"
    form="formName"
    scriptpath="/siteobjects/soeditor/
    lite/">)
     

  3. Alternatively you can call soeditor_lite.cfm via cfmodule
    (e.g. <cfmodule
    template="/siteobjects/soeditor/
    lite/soeditor_lite.cfm"
    field="fieldName"
    form="formName"
    scriptpath="/siteobjects/soeditor/
    lite/">)
     

  4. To test your installation, open Internet Explorer and access the example applications at:
    http://{www.yoursite.com}/siteobjects/soeditor/lite/examples/index.cfm
     

  5. If you extract the package into an alternative directory, you may have to change the templatepath and scriptpath variables in examples/Application.cfm to point to the new location in order for the examples to work correctly.
     

  6. Apache Users You will need to add the following line to your httpd.conf file "AddType text/x-component .htc" without quotes, make sure to restart the Apache daemon.
     

  7. Online help documentation is also available at:
    http://{www.yoursite.com}/siteobjects/soeditor/lite/docs/cf/index.html