Re: Configuration of Editor for a folder/URL config

  •  05-05-2011, 12:15 PM

    Re: Configuration of Editor for a folder/URL config

    Dear pdaltonmcsd,
     
     

    <%@ Page Language="C#"%>
    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>

    <html>
        <head>
      <title>ASP and ASP.NET WYSIWYG Editor - BaseHref</title>
      </head>
     <body>
            <form runat="server">
       <table>
        <tr> 
         <td width="20" nowrap></td>
         <td valign="top">
          <h1>BaseHref</h1>
          <p style="width:760px;">Sets or retrieves the baseline URL on which relative links will be based. </p>
          <br>
          <p>The property is set to  "www.myproductionwebsite.com" in this example.</p>
          <br>
          <CE:Editor id="Editor1" URLType="Absolute" BaseHref="www.myproductionwebsite.com" EditorWysiwygModeCss="example.css" runat="server" ></CE:Editor><br />
         </td>
        <tr>
       </table>   
      </form>
     </body>
    </html>
     
    Thank you for asking
View Complete Thread