Search

You searched for the word(s): editor language
Showing page 37 of 99 (987 total posts) < 1 second(s)
  • Editor height with doctype XHTML 1.0 Transitional

    I would like the editor to fill the browser window except for a navigation bar at the top and a sidebar at the left. If I create a new page (VS 2005) and set the editor up as follows (as a test with no header and sidebar), the editors height renders at about 280px.  <%@ Page Language=''VB'' AutoEventWireup=''false'' ...
    Posted to Cute Editor for .NET (Forum) by icon on May 24, 2007
  • How to: Use the image selector from CuteEditor outside of the editor itself

    In an effort to give back to the CuteSoft community of which I have taken advantage of so frequently, I am posting a how to on using the image selector outside of the cuteeditor.  These codebits are pieces I have gathered from all of your different postings but in great part to help from Adam and Czar.  We will start with am image ...
    Posted to Cute Editor for .NET (Forum) by jjano on June 23, 2005
  • Re: jQuery error with visual studio 2013

    Code runs on the page http://cyclenovascotia.com/WebForm1.aspx  but not in the Visual Studio debugger. See below   I am working with VB.net and here is the code I am running, per your request. There is no code in the code behind and it is not referenced:    <%@ Page Language="vb" %> ...
    Posted to Cute Editor for .NET (Forum) by petermac on March 11, 2014
  • Re: clear editor1 using javascript

    Dear lonnie, Please refer to the following snippet:<%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head>     <title>ASP.NET WYSIWYG Editor - Carriage Return Example</title> ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 6, 2011
  • Re: Link Colors

    Dear HarryV,   Please follow steps: 1. Save the following code to test.aspx <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>ASP and ASP.NET WYSIWYG Editor - ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 4, 2011
  • Re: losing markup switching between HTML and NORMAL mode when in frameset

    Hi Adam,   Well i've just reproduced the same error again.   It seems when i have a <table></table> above the table which holds the editor it produces the same result mentioned before.   When u remove the html markup of the first table it works perfect, but with the first html table markup it produces the strange ...
    Posted to Cute Editor for .NET (Forum) by developers on August 10, 2006
  • Re: Display Arabic content

    Hi,   Can somebody help me to resolve this. I would like to display the content in the corresponding language within the editor. The interface etc. can remain in English.To display Arabic, normally we use the folowing code in HTML:<meta http-equiv=''Content-Type'' content=''text/html; charset=windows-1256''>Can I specify a charset for ...
    Posted to Cute Editor for ASP (Forum) by mrsheni on December 7, 2005
  • Re: Non-editable custom object

    OK.  I think I got it sorted out.    You need the UNSELECTABLE attribute on every element inside the containing object, and CONTENTEDITABLE=''false'' set on the outside container, plus you have to trap the onmousedown event of the outside element and force the editor to control select the object.   The following code ...
    Posted to Cute Editor for .NET (Forum) by skipl on November 5, 2004
  • Re: Editor.Setting.GetHashString()

    Hi Adam,   I have the same problem with the ''Editor.Setting.GetHashString()'' and I had a look on the Demo but I cant see the .aspx design tags ..... I tryed to copy the javascript function but I have some javascript error ''I think its related to my previous issue ( the solution was to make UseStandardDaialog=true)''   I'm using ...
    Posted to Cute Editor for .NET (Forum) by maowidat on June 15, 2009
  • Re: Issues with EditorWysiwygModeCss

    Please create an example page by the code below, does the api fire ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 15, 2016
« First ... < Previous 35 36 37 38 39 Next > ... Last »