Search

You searched for the word(s): editor language
Showing page 50 of 99 (987 total posts) < 1 second(s)
  • Re: Problems with IE7 / AJAX

    Hi Adam,   I downloaded and installed your latest source code...   The problem about the disappearing/misplaced context menu still exists, even in a simple aspx page without AJAX.   It seems that the cute editor context menu looses the right position as soon I have to use the browser-scroll bar in ...
    Posted to Cute Editor for .NET (Forum) by Roland1234 on May 1, 2007
  • Getting data from Gridview and update by updatecommand

    Hi.   I have a code that show a gridview and the ''CuteEditor'' no problem there but how do i do so i can click a record and then the ''SiteMainText'' is being showed in the editor and how can i then click a button so it update the record.   My code is: <%@ Page Language=''VB'' AutoEventWireup=''false'' ...
    Posted to Cute Editor for .NET (Forum) by aero on January 27, 2007
  • Fit to Window bug

    Try the code below and then click the ''Fit to Window'' icon. Because the Editor sits inside of a div tag, it gets cut off by the Div  the full window. Is there a fix for this? I'm using version 5.0. Thanks, Kris.   <%@ Page Language=''VB'' AutoEventWireup=''false''%> <%@ Register Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on August 8, 2006
  • Re: Get values from dropdown in toolbar - to insert into database

    Try the following example:   <%@ Page Language=''C#''%><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><html> <body>        <form runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 27, 2006
  • syntax highlighting for cuteEditor

    To: CuteSoft.Net ActiproSoftware has a freeware code syntax highlighting web control for ASP.NET, and it's free.Maybe you guys should implement it into cute Editor or something that can highlight codes in cute Editor Base on the selected language (html, JavaScript, xml, etc.). Code Highlighter Another thing I was thinking is you guys should do ...
    Posted to Cute Editor for .NET (Forum) by jen0s on January 25, 2006
  • Re: Evenhandler not called

    Here is the ascx file used as the skin file which the cute editor is placed in: <%@ control language=''C#'' %> <%@ register tagprefix=''CE'' namespace=''CuteEditor'' assembly=''CuteEditor'' %> <%@ register tagprefix=''sc'' namespace=''MyProject.Controls'' assembly=''MyProject.Controls'' %> <table width=''100%'' ...
    Posted to Cute Editor for .NET (Forum) by stephenwm on January 11, 2006
  • Re: RequiredFieldValidator on CuteEditor control

    Please try this example:   http://cutesoft.net/example/RequiredFieldValidator.aspx   The source code of the above example is as followings:   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> <title>Working with ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 7, 2005
  • Re: rich dropdown

    Hello Adam,   It has to do with the sylesheetpath property. I want to use my own css for the editor so i link my stylesheet to the editor (it is already on the page howvever!) That way i get the error because the following javascript code is not generated:   <script language=''javascript''>     function ...
    Posted to Cute Editor for .NET (Forum) by PosiXX on April 22, 2004
  • <!-- Inject Script Filtered --> ?

    Hi,   I'm making progress. Here is my latest problem. I've got a small script in one of my pages. Nuthin too fancy just an image preloader for some roll overs.   <SCRIPT LANGUAGE=''JavaScript1.1''> var cache1 = new Image(); cache1.src = ''images/toolkit/one-up.gif''; var cache2 = new Image(); cache2.src = ...
    Posted to Cute Editor for .NET (Forum) by giantsteps on March 18, 2004
  • Re: Scroll to top of the page on postback

    Hello Adam, Here is the code to demonstrate the problem. If the ''Cute Editor'' control is removed from the page, the scroll position is maintained. However, with the ''Cute Editor'' control on the page, the scroll position is reset to the top (sometimes after jumping up/down a few times).   <!-- <%@ Page ...
    Posted to Cute Editor for .NET (Forum) by ybelov on June 5, 2007
« First ... < Previous 48 49 50 51 52 Next > ... Last »