Search

You searched for the word(s): editor language
Showing page 61 of 99 (987 total posts) < 1 second(s)
  • Re: Big problem with images styled to 100% width when within table in IE8

    Hi Bloodcarver, I suggest you try the example below. It will keep the doctype setting and remove the html/head/body target. Then you can keep use the doctype and not allow the user edit the complete ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 20, 2012
  • Re: trap paste command --urgent

      Hi,   When clicked on paste button,I want to check whether the HTML content that is about to paste contains some tags like ''position:absolute''. if yes then will discard past else allow paste.   and to acheive this I amusing JS code as I pasted above in this thread itself. again I'm pasting it here. ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on January 21, 2009
  • Re: Invisible to Visible and Back Again!

    derek,   Here is the code.   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <script language=''javascript''>   function ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 9, 2007
  • Re: Error Messege

    I tried the <script> tag to try and run that part as VB but I get errors this way also. Here is what I have...<script src=''CuteEditor_Files/include_CuteEditor.asp'' language=''vbscript'' runat=''server''><%Dim editorSet editor = New CuteEditoreditor.ID = ''Story''editor.Text = ''Hello World''editor.Width = ...
    Posted to Cute Editor for ASP (Forum) by Eivo on January 9, 2007
  • Event RichTextEditor_OnLoad not called on embedded page

    Hi, I created a new aspx-page and load the Editor using following code:richtext.aspx <script language="CS" runat="server">             protected void ...
    Posted to Cute Editor for .NET (Forum) by mwinata on April 15, 2013
  • Re: Error Messege

    I can do without it for right now, but for future reference I would need to know.____BOF____<%@LANGUAGE=''JAVASCRIPT''%><!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' --><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><html ...
    Posted to Cute Editor for ASP (Forum) by Eivo on January 3, 2007
  • Re: Is it posible to work on cyrillic with NetSpell on CuteEditor

    CuteEditor supports multiple language, the online demo can be found in http://cutesoft.net/example/localization.aspx, you can add new language. The steps are as follows: 1. Replace ''es-ES'' with your own culture encoding, for example, change:    <CE:Editor id=''Editor1''  runat=''server''  ...
    Posted to Cute Editor for .NET (Forum) by Eric on July 9, 2010
  • Track Cursor position in editor window for custom pasteHTML

    I had a custom treeview control on same page as my editor so when i clicked a treenode i wanted code to insert into the editor.  However, doing so the editor would lose the cursor position and insert at beginning of document.  I noticed a number of posts that wanted some similar function but all the code samples were spread across ...
    Posted to Cute Editor for .NET (Forum) by gthelp on September 12, 2007
  • Re: Image Height Width.

    Hi gurpreet,   1. I suggest you upgrade to the  latest version and try again.   Latest version download: http://www.cutesoft.net/downloads/folders/21904/download.aspx   2. Try create a simple page like below and test it on your site. I thing some style sheet cause this issue.   3. You can remove the css file one by ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 14, 2010
  • Re: Dynamically set editor background colour VB Re Post 8845

    Hi stevef,   Try this way:   <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 2, 2009
« First ... < Previous 59 60 61 62 63 Next > ... Last »