Search

You searched for the word(s):  
Showing page 127 of 4,987 (49,864 total posts) < 1 second(s)
  • License problem

    Hi All,   Im really confused about htis, my .net CE works perfectly but some times it does not recognise the license file and gives me the following error, any suggestion! Im an administrator for an electronic news paper that is updated 24/7 and our editors keeps adding news articles each 10 - 15 min and this causes a big headach for me and ...
    Posted to Cute Editor for .NET (Forum) by loai on August 19, 2007
  • Re: .Net Editor 6.0 rendering as textbox in IE6

    Thanks, yes that works - the problem arises when the control is dropped into a .ascx file, which is then rendered by our master .aspx page. The 'register' tag ought to take care of the assembly reference i think, but we tried 'using' the class in the .ascx file as well just to be sure... no change. The .ascx code-behind is below - note ...
    Posted to Cute Editor for .NET (Forum) by dOlivaw on June 18, 2007
  • JavaScript content count is unreliable with attachEvent for keypress/onclick

    I have a user control that contains 3 editors for which I need to update a count of the chars (including the tags), but the events only sometimes bubble.  On load 7/8's of the time the characters remaining will be 0 even though there is text in the CE control.  Clicking or typing in the CE does not cause updates.  Refresh the ...
    Posted to Cute Editor for .NET (Forum) by HotAir on March 9, 2006
  • Re: Cute Editor 6;0 Form field probs

    More info on this one.   I create a page and store the content into the database. This is the content:   ------------------------------<br><h1 align=center>New Form</h1><br><br><form method=POST action=''/rise/formproc.asp?uid={B4EF718E-DA4B-441B-8A7A-51C0D089C3A5}''><table ...
    Posted to Cute Editor for ASP (Forum) by rwhawkes on May 28, 2007
  • Problem with line break

    I have set the line brea as Br, but when there is a table, and inside the cell I start to write text, some line breaks are <p> tags, despite the fact I put in the settings to use Br.   This also happens in the example of this website http://cutesoft.net/example/oncarriagereturn.aspx   Choose Br, draw a table, and start typing ...
    Posted to Cute Editor for .NET (Forum) by guisella on May 30, 2008
  • Re: Select image with ExecCommand('insertimage') and write path to textbox

    mlc962, Please check the following example: How to use CuteEditor as an image selector?( Demo1 |  Demo2 ) This example The source code of this example can be found in the download ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 19, 2008
  • Re: Customizing Queue Table

    Hi Eric, Could you kindly provide some assist in VB. Also, I am currently using                      <CuteWebUI:Uploader ID=''Uploader1'' runat=''server'' multiplefilesupload=''true'' ManualStartUpload=''true''                 ...
    Posted to Ajax Uploader (Forum) by chrisluo on May 3, 2011
  • Re: What is this? <!-- Inject Script Filtered -->

    FYI. here is the first section of the HTML file, followed by CuteEditor's translation, including the comments ''Inject Script Filtered''. Can you tell me why CuteEditor is inserting those comments:   Actual HTML:   <html> <head><title>Qasper :: beyond CRM - information organizer project and document ...
    Posted to Cute Editor for .NET (Forum) by fredd on December 27, 2006
  • Re: GetSavePoint/RestoreSavePoint functions are not implemented in V6

    I'm not certain how to call the replacement functions, can you provide an example.  I've only tested in IE and Firefox This is my example Javascript, each of the alerts below display 'undefined'.             <script language=''JavaScript'' type=''text/javascript'' ...
    Posted to Cute Editor for .NET (Forum) by tom.Ognibene on May 14, 2007
  • Re: JavaScript content count is unreliable with attachEvent for keypress/onclick

    HotAir,   Change your code to:   <script language=''javascript''>       // get the cute editor instance      var editor1 = document.getElementById('<%=RemarksEditor.ClientID%>');   function CE_attachEvent()   {    // get the cute ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 12, 2006