Pre-sales questions

Last post 05-24-2006, 4:50 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  05-24-2006, 4:06 PM 19482

    Pre-sales questions

    We want to use this editor to let our client give us formatted content which we will display on the Web site we built for them. This will give them total control over the look and content of certain screen areas. The HTML generated from your editor will be stored in an Oracle data field.
     
    We also provide a report of all the data inputs to the Web site, including this content (so they can have a supervisor approve the data).  The report  which displays onscreen is in HTML format now in a two-column table. (Column A being the data field name and Column B being the data itself).  Right now (because we aren't using your editor) the content is straight text and displays that way in the Column B table cell.
     
    Here's the question: will the HTML output from your editor taken from the Oracle field display in the Col B table cell with formatting intact?  (Will it look the same as it did when the user formatted it in the editor?) Are there header or body tags that are inserted, or is the HTML stored exactly as it shows in the HTML viewer in the editor?
     
    Also, can we restrict the font styles that show in the Font control? Can we restrict the font sizes that appear in the Font control?
     
    Thanks in advance.
  •  05-24-2006, 4:50 PM 19485 in reply to 19482

    Re: Pre-sales questions

    PaulNewRiver,
     
    Thanks for the interest.
     
    >>will the HTML output from your editor taken from the Oracle field display in the Col B table cell with formatting intact?
     
    Yes.
     
    >>Will it look the same as it did when the user formatted it in the editor?)
     
    Yes.
     
    >>Are there header or body tags that are inserted, or is the HTML stored exactly as it shows in the HTML viewer in the editor?
     
    Header and body tags are inserted only when you edit a complete HTML document.
     
    Editor.EditCompleteDocument Property

    Specify whether a complete HTML document is being edited.
     
    Example Code
          <%
               Dim editor
               Set editor = New CuteEditor
               editor.ID = "Editor1"
               'SSpecify whether a complete HTML document is being edited.
               editor.EditCompleteDocument = true
               editor.Text = "Hello World"
               editor.Draw()
          %>

    Remarks
    If false, the editor will only process content inside the page body i.e. all content inside of the <body>...</body> tags of a page. If true, the editor will process content outside the page body and preserve header tags (e.g. <head>...</head>, <title>...</title>, etc.).
     
    >>Also, can we restrict the font styles that show in the Font control? Can we restrict the font sizes that appear in the Font control?
     
    Yes.
     
    Please check the following articles:
     
    Font Name dropdown Customization
     
    The developer's guide is here:
     
    Hope it helps.
     
    Let me know if you have any further questions.
     
     
     
     
     
     
     
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML