Search

You searched for the word(s):  
Showing page 622 of 2,488 (24,872 total posts) < 1 second(s)
  • How to Get Rid of the "Save" Icon on the Minimal Configuration

    Cute Editor 6.3.0.0.  Visual Web Developer 2008 Express.   I have a Cute Editor control on my page set up as ''minimal.''  The only things that show on the upper tool bar are save, bold, italic, underline, and text justify buttons.  If I click the ''save'' icon it does strange (and unwanted) things to my system.  ...
    Posted to Cute Editor for .NET (Forum) by Chaplain Doug on August 13, 2009
  • Sending querysrting arguments to dialogs

    I would like to be able to send querystring arguments to the dialogs for use in deciding how to configure the forms when they open.  For example, when a user opens the InsertImage.aspx dialog, I would like to be able to send a querystring to the dialog indicating the context from which the user is launching the dialog.  The user could be ...
    Posted to Cute Editor for .NET (Forum) by BruceWMorgan on July 27, 2009
  • Problem with normal mode

    Go to http://cutesoft.net/example/general.aspx  switch to HTML mode and delete all Try the html data below   <DIV id=pbosSection style=''PADDING-LEFT: 0px'' ><SPAN ><B>Patient/Caregiver Education</B></SPAN>&nbsp;</DIV> <DIV id=pbosOrderable style=''PADDING-LEFT: 31px'' ><SPAN ...
    Posted to Cute Editor for .NET (Forum) by huythan on June 25, 2009
  • Issue with Font Color on Adjacent Paragraphs

    Our QA uncovered a bug and I have narrowed it down to something I can reproduce using the demo.  It seems to occur when there are two adjacent paragraphs. To reproduce: 1) Go to the online demo http://cutesoft.net/example/General.aspx2) Switch to HTML and remove everything that is there, and paste in the following:  <STYLE ...
    Posted to Cute Editor for .NET (Forum) by robingwynn on March 30, 2009
  • Confused about how to Set HyperLink BaseHref (CuteEditor Broken?)

    In my project, I have the page with the cute editor in a sub-directory (/ssl/management/).  However, the content created by the editor is displayed on a page in the root directory.  No matter what combination of settings I try for ''URLType'', ''UseRelativeLinks'', or ''BaseHref'' hyperlinks that are created in design mode are ALWAYS ...
    Posted to Cute Editor for .NET (Forum) by matthewTSG on February 16, 2009
  • Re: Get a serverside reference to the Save button

    Paul,   1.   How to capture the SAVE button click event?( C# | VB ) This example demonstrates how to capture the SAVE button click event by using client-side code and server-side code.   Please check this example. The source code of this example is included in the download package.   2. ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 12, 2009
  • Dictionary:multilanguage support on safari

    Hi Adam,   On Safari the spell check doesn't support multilanguage.   check on the following on IE7 and Safari. http://cutesoft.net/example/localization.aspx   On IE if i select option as german and then enter word ''abschnallen'' then it will give message ''spell check complete'' as it is correct word and exists in ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on January 13, 2009
  • Re: Changing Link Styles

     hi,   The problem is that the code created doesn't display in html.  For example this is what's produced:   sdafasdf asf <span style=''font-size: 24pt;''><a href=''asdf.com''>sadf</a></span> asdf adsf sad fa   But when viewed on the actual website the style is overruled by the css for the ...
    Posted to Cute Editor for .NET (Forum) by thecoose on December 11, 2008
  • HTML2PDF

    Hi, I try this;   CuteEditor.Convertor.PDF.HTML2PDF html2pdf = new CuteEditor.Convertor.PDF.HTML2PDF(new Uri(''http://www.google.com'')); html2pdf.Render(); html2pdf.Save(Response.OutputStream);   And it throws this error;   [NullReferenceException: Object reference not set to an instance of an object.]    ...
    Posted to Cute Editor for .NET (Forum) by Dtest on July 22, 2008
  • Re: 2 simple (?) questions

    Rick,   Right now we are using the NetSpell. It supports multiple languages. The languages can also be created from scatch. Cute Editor automatically switch the dictionaries when you set the culture name of the editor using Editor.CustomCulture Property.   We don't have the file comparison tool right now. We don't have plan ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 20, 2008