Search

You searched for the word(s):
Showing page 4 of 4 (39 total posts) < 1 second(s)
  • Unanswered questions

    I have posted a couple of questions this week, relevant to issues with Cute Editor or adapting Cute Editor to my client's needs.I am concerned that neither of these questions have been answered.Suggestions have been offered as solutions to my issues, but these have not been directly relevant to the question asked.In the absence of ...
    Posted to Cute Editor for .NET (Forum) by the4bs on June 29, 2006
  • Re: Issues with F12/Full screen - I still have issues

    &nbsp; Editing in normal mode (image) &nbsp; Editing in full page mode(image) &nbsp; &nbsp; Back to normal mode - see how background image has disappeared (image) &nbsp; Code used in master page: style=''background-image: url(../images/banner.gif);Height:63px'' &nbsp; Code used in editor page &lt;CE:Editor id=''Editor1'' ...
    Posted to Cute Editor for .NET (Forum) by the4bs on June 28, 2006
  • Re: Get values from dropdown in toolbar - to insert into database

    No, I'm afraid that didn't help. I cannot see how the code refers to a dropdown in the toolbar or how it gets the value of the selected item of the dropdown in the toolbar. The example you show gets the information from the Editor textarea. I can do that, but I cannot get the value from the dropdown in the toolbar. &nbsp; This is the code of the ...
    Posted to Cute Editor for .NET (Forum) by the4bs on June 27, 2006
  • Re: Issues with F12/Full screen

    Thank you for the reply. &nbsp; The sample you show does not remove the background image. &nbsp; Obviously, I cannot see the code that makes this possible - if indeed there is any extra code to make this work. &nbsp; If there is code, could you let me see it please? &nbsp; I am evaluating version 5.3&nbsp; to find out if it can be ...
    Posted to Cute Editor for .NET (Forum) by the4bs on June 27, 2006
  • Get values from dropdown in toolbar - to insert into database

    I have a dropdownlist in the toolbar of Cute Editor. I don't want to enter anything into the editor textarea using this dropdownlist. I want to be able to insert the selected value of the dropdownlist into the database when I submit the Editor contents to the database. How do I reference the dropdownlist in the toolbar so I can get the ...
    Posted to Cute Editor for .NET (Forum) by the4bs on June 27, 2006
  • Re: *Very Urgent* dropdownlist in Cute Editor toolbar populated from a database

    So I got&nbsp; a dropdowlist populated using a database: &nbsp; &nbsp; Dim container As System.Web.UI.Control container = Editor1.ToolControls(''custom'').Control Dim dropdown As CuteEditor.RichDropDownList dropdown = New CuteEditor.RichDropDownList(Editor1) 'set the onchange statement 'use the CuteEditor_DropDownCommand =&gt; ...
    Posted to Cute Editor for .NET (Forum) by the4bs on June 27, 2006
  • Issues with F12/Full screen

    Couple of issues with F12/Full screen: &nbsp; 1) If I use the full screen option in the editor, I lose the background image of the parent page when I restore the editor to normal size. &nbsp; 2) In full page mode, if I click on the page, in some cases the editor toolbar disappears. &nbsp; Any suggestions to rectify this situation?
    Posted to Cute Editor for .NET (Forum) by the4bs on June 27, 2006
  • Re: dropdownlist in Cute Editor toolbar populated from a database *Very Urgent*

    Thank you for your suggestions. Unfortunately, they don't seem to answer my question. &nbsp; I have a dropdown in the toolbar that needs to be populated by the database. On submitting the contents of the editor to the database, I also need to submit the selected value of the dropdown to the database. The dropdown does not ...
    Posted to Cute Editor for .NET (Forum) by the4bs on June 27, 2006
  • dropdownlist in toolbar populated from a database

    Hi,I would like to add a normal dropdownlist to the Cute Editor toolbar. &nbsp; The dropdownlist needs to be populated from a database. &nbsp; On saving the contents of the editor, the selected value of the dropdownlist also needs to be saved&nbsp;to a database. &nbsp; Do you have an example of this along with example code please? &nbsp; I ...
    Posted to Cute Editor for .NET (Forum) by the4bs on June 26, 2006