Search

You searched for the word(s):
Showing page 1 of 2 (12 total posts) < 1 second(s)
  • Read Editor CSS from a stream

    Hi All. &nbsp; I am working on a project where all assets for the site including the CSS file are stored in a sql server database. &nbsp; Is there a way to use a stream to fill the css dropdown in the editor? &nbsp; &nbsp; Thanks
    Posted to Cute Editor for .NET (Forum) by andytauber on September 1, 2009
  • PDF Missing baclground images

    I am trying to save a document to a pdf. If I include the document in a table cell it works fine. If I user the image as a brackground it does not save to the PDF. See below HTML &nbsp; &lt;table cellspacing=''2'' cellpadding=''2'' width=''500'' border=''0''&gt; &nbsp;&nbsp;&nbsp; &lt;tbody&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by andytauber on June 13, 2007
  • URGENT!!! Culture and Custom Drop Downs

    I have 3 custom dropdowns on my editor. They work great until the user switches the editor language. &nbsp; I set the custure via: Editor1.CustomCulture = ddlLang.SelectedValue &nbsp; When I do this the drowdowns still appear but they are empty. &nbsp; Any Ideas?
    Posted to Cute Editor for .NET (Forum) by andytauber on December 13, 2006
  • Documentation

    I have download the documentation files from the site, but other than in contents page the rest is all blank? &nbsp; Am I doing something wrong?
    Posted to Cute Editor for .NET (Forum) by andytauber on December 6, 2006
  • cell, row, table and html end tags

    I need to be able to edit a page template that has a header and footer. &nbsp; The header and footer are stored seperately in a database as the page content is dynamically generated. &nbsp; The header file needs to end on an open cell &lt;td&gt; &nbsp; When I save it the editor is adding the &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/html&gt; ...
    Posted to Cute Editor for .NET (Forum) by andytauber on December 30, 2005
  • Span Tag Question

    Is there a way to turn off the span tag thet CE inserts in the html? &nbsp; Is there a way to have it accept the html provided without trying to fix it by adding closing &lt;/td&gt; etc? &nbsp; Thanks &nbsp; Andy
    Posted to Cute Editor for .NET (Forum) by andytauber on December 9, 2005
  • Latest release of V4.0.0.5

    Is is possible to get the latest release of 4.0.0.5? &nbsp; Also is there an upgrade program to 5.1? &nbsp; Thanks nady
    Posted to Cute Editor for .NET (Forum) by andytauber on December 9, 2005
  • Re: Javascript image map problem

    Yes it dose the same thing in the sample.
    Posted to Cute Editor for .NET (Forum) by andytauber on September 29, 2005
  • Javascript image map problem

    I have a javascript image map on a page and when I save the html in the editor it is moving the &lt;/map&gt; tag from after the last &lt;/area&gt; tag to after the first &lt;/area&gt; tag and adding a &lt;/span&gt; tag after the &lt;/map&gt;Any Idea why this would hapen.I am saving the code to an access database and the move obly happens on the ...
    Posted to Cute Editor for .NET (Forum) by andytauber on September 29, 2005
  • Re: Custom Button for linking to internal pages

    I got it to work. Here is the code so far:&#160;Dim EditorDL As CuteEditor.RichDropDownList&#160;EditorDL = New CuteEditor.RichDropDownList(Editor1)EditorDL = Editor1.ToolControls(''Links'').Control&#160;&#160;EditorDL.Items.Clear() EditorDL.Items.Add(''Internal Links'')EditorDL.Items.Add(''home page'', ''Default.aspx?pageId=8'')&#160;I still ...
    Posted to Cute Editor for .NET (Forum) by andytauber on March 30, 2005
1 2 Next >