Search

You searched for the word(s): editor language
Showing page 51 of 99 (987 total posts) < 1 second(s)
  • Re: ....mdb" is not a valid virtual path. but it's is there.

    Code is:   <%@ Page Language=''vb'' Debug=''true''%> <%@ Import Namespace=''System.Data'' %> <%@ Import Namespace=''System.Data.OleDb'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''banner'' Src=''banner.ascx'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''leftmenu'' Src=''leftmenu.ascx'' %> <%@ ...
    Posted to Cute Editor for .NET (Forum) by aero on January 17, 2007
  • This only works in IE, not in Firefox etc.

    Hi.   I have put two new buttons in, but when i hit them, nothing happens, only in IE. The buttons do the following:   Opens a new form (called getLink.aspx). On the form user chose a link, and close the form again. Then the link is insert into cuteeditor.   My code look like this:   <%@ Page Language=''vb'' ...
    Posted to Cute Editor for .NET (Forum) by PeterDK on November 21, 2009
  • Editor Unusable under certain circumstances in Safari

    I have created an example.  Please go to http://kratos-dev.perfpathways.com/CuteEditorTest.aspx using Safari 4.0 (PC or Mac).  Then click the button that says ''ShowEditor''.  The page loads fine the first time but if you reload/refresh the page and click the button again the WYSIWYG doesn't have any contents and you cannot ...
    Posted to Cute Editor for .NET (Forum) by bczengel on September 1, 2009
  • Custom Dialog Box

    Using: CuteEditor for ASP 6   Goal: Create a Custom Button on the Toolbar, Custom Button will open a Custom Dialog Box, Custom Dialog Box will list all pre-built webpages for linking, Selected link will be returned to the calling editor formatted as a <a href=..., If text was selected in the calling editor ...
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on October 19, 2007
  • HTML Pasted got updated in Cute Editor

    A bug was found in Cute Editor which prevents integrators from simply pasting HTML from Dreamweaver into the HTML view of Cute Editor. It seems like Cute Editor re-processes the HTML entered and breaks it in some cases.If you paste this HTML below in the HTML view of Cute Editor and simply save to database. It will not show correctly on the ...
    Posted to Cute Editor for .NET (Forum) by smitaswaika on August 22, 2006
  • Re: Swedish characters

    In the script runat=''server''tag!!!   Try Editor.LoadFile this..............   <%@ Page Language=''VB'' EnableEventValidation=''False'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''> 'Å, ä and ...
    Posted to Cute Editor for .NET (Forum) by kjell.ek on September 16, 2009
  • Re: Cute Editor not loading any controls on production server

    gbrossi,   Can you create a new application for testing?   If this new application, please remove all content of web.config file.   Then try the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 16, 2009
  • Re: How can I customize Insert Image Icon in Cute Editor of Asp.Net

    hi narendrababu,  You can catch the InsertImage command and cancel this command then execute the InsertGallery command. Below is the full ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 10, 2013
  • Re: Any way to suppress the scroll bars in the Editor?

    Hi Richard,   Please try the example below   <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 9, 2010
  • Re: embedding code

    mattvalentine, Yes, you need to set Editor.AllowEditServerSideCode Property to true Editor.AllowEditServerSideCode Property By default Cute Editor doesn't allow edit the Server side code. When this property is set to true, Cute Editor will allow edit the Server side code. (<%@ Page Language=''C#'' %> <%=MyString %> <asp:textbox ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 26, 2007
« First ... < Previous 49 50 51 52 53 Next > ... Last »