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. Move the SiteObjects.soEditor assembly (.dll file) out of the extracted /siteobjects/soeditor/pro/ directory into your application bin directory.
     

  3. To display an instance of soEditor in your web form, use the following inside your form declaration:
    <so:Editor
    Runat="server" id="EditorField"
    Field="EditorField"
    Form="Form1"
    ScriptPath="/siteobjects/soeditor/
    pro/"/>
     

  4. Be sure to substitute the correct values for the Field, Form, and ScriptPath properties.
     

  5. Check and make sure the name property is specified for the form tag and is the has the same value as was specified for the form property of your soEditor instance, otherwise soEditor may not render properly.
     

  6. To view the example applications, move the SiteObjects.Examples assembly (.dll file) out of the extracted /siteobjects/soeditor/pro/examples/ directory into your bin directory.
     

  7. If you extract the package into an alternative directory, you must change the scriptpath property of the soEditor declarations in the example applications to point to the new location in order for the examples to work correctly.
     

  8. WARNING: The VS.Net designer uses the style property to position soEditor on the form, be sure to remove the style property from the soEditor instance, it is currently not supported.
     

  9. WARNING: If the MS_POSITIONING property is declared in the body tag generated by the VS.Net designer, your web form may render differently in a client browser than as it appears in the VS.Net designer. This is because the style property is currently not supported by soEditor. It is best to simply remove the MS_POSITIONING attribute from the body tag.
     

  10. Online help documentation is also available at:
    http://{www.yoursite.com}/siteobjects/soeditor/pro/docs/dotnet/index.html