Search

You searched for the word(s):  
Showing page 76 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: How do I change the size of the editor window?

    Jim,   Please open CuteEditor_Files\Configuration\AutoConfigure\default.config.   <?xml version=''1.0'' encoding=''utf-8'' ?><configuration> <contextmenu>  <item name=''Editing'' value=''True''/>  <item name=''Format'' value=''True''/>  <item name=''Insert'' ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 20, 2006
  • Re: Updating database pages (and not adding a new record)

            I've replaced this code with the code you provided. I also made a page that passes an ID to it:   <a href=''page.asp?ID=2''>link</a> But it still doesn't work. What am I doing wrong??       if request(''action'')=''save'' ...
    Posted to Cute Editor for ASP (Forum) by bnmiros on October 19, 2004
  • Re: Document selection does not work in Firefox 2.x

    I am not sure...yes, looks like your end it works. I will see if its something to do with the OS or service pack upgrade. Anyway here is the code from the sample page....to see if there is anything wrong in this....   <HTML>  <HEAD>   <title>ASP and ASP.NET WYSIWYG Editor - Use CuteEditor as a document ...
    Posted to Cute Editor for .NET (Forum) by tcshekar on June 19, 2009
  • How to delete an uploaded file

    Hi,   can i use AttachmentRemoveClicked event to delete an uploaded file?   <%@Page Language="c#"%> <%@Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI"%>                ...
    Posted to Ajax Uploader (Forum) by ttyrone on August 5, 2013
  • Writing To Database

    I'm trying to implement the CuteEditor for many of my <TEXTAREA> form elements and hook it up to my database. I don't want to use the code in todatabse.asp file example because I've already got code for existing pages that writes to the database. I just want to display the CuteEditor for my TEXTAREA fields and have it work with the database. ...
    Posted to Cute Editor for ASP (Forum) by estrategy on February 1, 2007
  • Re: UploadAttachments loses file info during multiple postbacks (Viewstate is enabled)

    Hi thorn, I created an example with the asp:MultiView control, please try it on your end. Does it work? <%@ Page Language=''C#'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %><html><head>    <script runat=''server''>      ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 15, 2012
  • Re: How to manually set IMG src in custom dialog

    Dear Tobster,   Please refer to the following code: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>    <script language=''JavaScript'' type=''text/javascript'' >        ...
    Posted to Cute Editor for .NET (Forum) by Eric on November 15, 2010
  • Re: NullReference when customizing Links ddl

    Here it is:Protected Sub Editor1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Editor1.Load        Dim connstr As ConnectionStringSettingsCollection = ConfigurationManager.ConnectionStrings        Dim sqlConn As New ...
    Posted to Cute Editor for .NET (Forum) by kcmonster58 on January 25, 2006
  • Re: hrefs with javascript calls seem to interfere with Cute Editor

    Well, I hacked out a solution.  This is almost certainly overkill, so I'd appreciate it if anyone has a better solution.  In our case, we have links like ...href=jav ascr ipt: doSomething() in the page.  These seem to break the Cute Editor if clicked before the Editor is used (see explanation in my previous post).  Worse, ...
    Posted to Cute Editor for .NET (Forum) by Davis on April 20, 2006
  • Re: Maximum file size

    Hi pbwbart,   Please try the example below   <%@ Page Language=''C#'' %>     <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 16, 2010
« First ... < Previous 74 75 76 77 78 Next > ... Last »