Search

You searched for the word(s): .net 4.0
Showing page 211 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: Problems with firefox!

    barbaClemens,   Thanks for the nice comments about Cute Editor.  mennisujay wrote:   1. I have made a aspx page in .NET which dynamically adds Editors with different settings applied to them. In IE everything works fine I can go into each of the editors and edit its content. But in Firefox I'am only ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 29, 2006
  • Re: How I can disable properties windows?

    This issue has been resolved in the version 5.3.   Download:   http://cutesoft.net/ASP.NET+WYSIWYG+Editor/downloads/default.aspx   To disable the properites dialog, please open the CuteEditorconstants.js file and  modify the following code:  // By default, when users double click a control, a tag property ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 25, 2006
  • Re: SQLDataSource?

    Thanks to the guys over at 4guysfromrolla.com, I finally found some help with this question.  In case other's are wondering how to do this in ASP.NET 2.0 as well... here's a possible solution. Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load     If Not Page.IsPostBack Then ...
    Posted to Cute Editor for .NET (Forum) by mark@markscott.net on April 11, 2006
  • Re: Compatability Between Version 4.0 to 5.1

    mat41,   In the version 5.0, we rewrote the whole control.   Many APIs have been changed.   For details, please check the following links:   http://cutesoft.net/asp/developer-guide/index.html   http://cutesoft.net/asp/document/index.html   However the upgrade document is lag behind. Sorry for the ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 5, 2006
  • I duped the problem I have with the anchor tags

    Following my post http://cutesoft.net/forums/17407/ShowPost.aspx   Today I realised that the problem I have with the anchor tags is only happening when adding content starting from a template. You can dupe it in http://www.cutesoft.net/asp/templates.asp following the steps below: 1) Optional, delete all the ...
    Posted to Cute Editor for ASP (Forum) by darias on March 29, 2006
  • Cutesoft editor with JAWS

    Hi,   I am developing an asp.net web application. One of the requirement asks us to provide a field for rich text data, spellcheck etc. For this purpose, we are considering cutesoft .net editor. Our application also needs complaint with WAI (Web Accessibility Guidelines) and will be used by non-sighted users. These users use JAWS ...
    Posted to Cute Editor for .NET (Forum) by yash on February 28, 2006
  • Problems with Safari

    I am using javascript in an asp.net 2.0 site to attach events (or event listeners) to the 3 tab images in the editor (Normal, HTML, Preview).  The script is called in this way: <body onload='CE_attachEvent()'>function CE_attachEvent(){     // get the cute editor instance     var editor = ...
    Posted to Cute Editor for .NET (Forum) by rokinroj on February 24, 2006
  • Re: Firefox, Netscape and downlevel browser issues

    >> Firefox: editor is displayed but I textarea and buttons seem disabled as I can't click any of them. Nevertheless, trying the demos on CuteSoft website the editors work in the Firefox version that I'm using.CuteSoft website is using the latest build (02/02/2006).Please download it ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 6, 2006
  • Re: Medium Trust

    Clarification.The note was in response to another note talking about a ''Security Exception'' when Trust=Medium.  The solution to that problem was to upgrade to the CuteEditor for ASP.Net 2.0.  My application will remain an ASP.Net 1.1 application for some time, so that solution will not work for me.   (I accidentally hit new ...
    Posted to Cute Editor for .NET (Forum) by Carter on February 3, 2006
  • Using CuteEditor in a custom composite control

    I am trying to include the CuteEditor in an ASP.NET 2.0 custom composite control (VS.NET 2005).  When I try to instantiate the Editor class in the CreateChildControls() method, the control works fine when I run the web project and view the page, but it breaks the control rendering in design view when added to an APSX ...
    Posted to Cute Editor for .NET (Forum) by dswersky on February 2, 2006