Search

You searched for the word(s): aspx
Showing page 32 of 918 (9,180 total posts) < 1 second(s)
  • Re: Problems when upload file image

    ano,   It looks like you are using an ealier version of CuteEditor.   http://cutesoft.net/example/general.aspx   Please try the upload function in the above example.   If you upload an image which contains the special charaters(! # $ % ^ & * | ( [ { ) ] } ? : ; < > ` (grave accent) ' (single-quote) '' ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 31, 2006
  • Re: Hi I am new to cute editor..

    navin,   Thanks for the nice comments about CuteEditor.   >>1.when there is a image swapping in html through javascript the image cannot be selected.   Can you explain this issue in more details?   >>2.I cant save the template using the save button in the editor.Its not saving.   Did you get any error ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 30, 2006
  • Re: cute web messenger

    dipti,   There is a function Chat_OpenContact which allows you send users directly to the im_chatform.aspx page.   For examples:   <script src=''CuteSoft_Client/CuteChat/IntegrationUtility.js.aspx''></script> Users<a href=''#'' onclick=''Chat_OpenContact('IE')''><img ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on May 23, 2006
  • Re: Disable themes ?

    MilosC,   You can just delete all the themes you don't need.   >>I would like to prevent execution of style.css.aspx and would like to use static style.css instead (or no style at all - I would define my styles in my own stylesheets.). The same is for *.gif.aspx and so on.    No, it's by design and it can't be ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2006
  • Re: Window displaying too small

    Your folder structure that is fairly deep.Here are two solutions: Disabling the ''FolderDescription'' label.Open the SelectImage.Frame.aspx and change the following code:<asp:Label Runat=''server'' ID=''FolderDescription''></asp:Label>to<asp:Label Runat=''server'' ID=''FolderDescription'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 15, 2006
  • Re: Issue with Fonts

    Your aspx page is using Verdana font by default.   You didn't use the Editor.EditorWysiwygModeCss Property specify the location of the style sheet that will be used by the editable area.   1. When I load the editor it starts off as Verdana.    The editor detects the aspx page is using Verdana font.2. As soon as I click ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 18, 2006
  • Re: Questions Upgrading Cute Editor from v4 to v5

    Please make sure you update all the CuteSoft client files. >>Do I need to do anything to my existing license file, or will the existing one for v4 work? Your existing license file will work for the version 5.0. >>Do any of the control settings need to be updated on my .aspx page for each instance of the Cute Editor, if so ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 14, 2005
  • Re: entering a query string

    Marcus, Editor.UseSimpleAmpersand PropertyW3C recommend that all '&' in query strings be converted to &amp; This is the only way to get a piece of HTML validated. The reason is that & is the start of an HTML entity, such as &pound; So this:         <a ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 23, 2005
  • Re: Delimiter for Link Parameter

    Please check the Editor.UseSimpleAmpersand Property.W3C recommend that all '&' in query strings be converted to &amp; This is the only way to get a piece of HTML validated. The reason is that & is the start of an HTML entity, such as &pound; So this:         <a ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 19, 2005
  • Re: problem with link

    Please check the Editor.UseSimpleAmpersand PropertyW3C recommend that all '&' in query strings be converted to &amp; This is the only way to get a piece of HTML validated. The reason is that & is the start of an HTML entity, such as &pound; So this: Title         <a ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 27, 2005
« First ... < Previous 30 31 32 33 34 Next > ... Last »