Search

You searched for the word(s):  
Showing page 621 of 2,488 (24,872 total posts) < 1 second(s)
  • File Upload - removing space in file name

    Hi Sir, When i upload the file into ''Insert Media'' for example the file name is ''raj mohan123.wav''.  I need to replace the space in the file name when the uploading process, and upload the file. How to do this?  Any idea/ Pls reply ASAP.  Note: No need to use the regular exp or any alert, i need just remove the ...
    Posted to Cute Editor for .NET (Forum) by rajmohanp on October 19, 2011
  • Style Builder buttons off bottom of form

    Go to your example on your site.Click on a tag and select propertiesGo to the Style Builder tab in the popupClick on Layout You'll see that the controls are wrapping because the container is a tiny bit too small.  This forces the buttons down off the form.   I changed this line of code in Tag.aspx to fix it: <div ...
    Posted to Cute Editor for .NET (Forum) by bdimes on December 10, 2010
  • Installing New HTML Tag Under CE?

    We'd like to add the ability for a CE user to insert an Ajax-style pop-up, e.g. by a method such as this:      <help text=''some help text'' title=''click here''></help>   We've added the necessary code such that the ''click here'' link appears on the client-side page, but is there a way to modify CE in ...
    Posted to Cute Editor for .NET (Forum) by kazzlo on September 17, 2010
  • Re: SQL Data Base Example does not wowrk

    Hi Eric,   First thanks for your help.   Unfortunately, I was unsccessful at loading the images from the sql db.  I followed your steps very closely.  I  am certain I had the correct connectionstring(HOWARD-LAPTOP\SQLEXPRESS;database=test;.  No mater how I varied things I all ways received the error ''A ...
    Posted to Cute Editor for .NET (Forum) by hsmith825 on August 20, 2010
  • Cannot use XHTML and Anti-Spam Email Encoder together

    I am unable to get the Anti-Spam Email Encoder feature to work when making use of the editor's XHTML. I have ensured that the editor's EnableAntiSpamEmailEncoder property is set to true. When content that has an email address in it is submitted, the XHTML property of the editor does not have that email encoded. I am able to ...
    Posted to Cute Editor for .NET (Forum) by moskie on April 28, 2010
  • How to add buttons with function of inserting mark/tag ?

    <% // The follow code from the help document attached in my CuteEditor  will realize the function of inserting a custombuton. ToolControl tc = Editor1.ToolControls[''insertcustombutonhere'']; if (tc != null) { Image Image1 = new Image(); Image1.ToolTip = ''Insert today's date''; Image1.ImageUrl = ''tools.gif''; Image1.CssClass = ...
    Posted to Cute Editor for .NET (Forum) by sageking2 on April 1, 2010
  • Is image overlay possible?

    Hello,   This may be a stupid question (I'm not a particularly technical user), but we are working on a project and are wondering -- is it possible to position one image partially on top of each other using the Cute editor?  It appears not, but I wanted to make sure there isn't a step we're overlooking.    Also, when ...
    Posted to Cute Editor for .NET (Forum) by Caustic712 on March 17, 2010
  • Re: CuteEditorDefaultFilesPath

      Production: https://www.acponline.org/portalservices/myapplicationname (c:\inetpub\wwwroot\myapplicationname)  Initially (in staging), I entered ''<add key=''CuteEditorDefaultFilesPath'' value=''~/cutesoft_client/cuteeditor'' />'' into the web.config and received an error stating that it could not find the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 11, 2009
  • Re: Help me create solution ???

    Additional information: Me need this functional in DotNetNuke portal.   I try to change CE provider code: in end of function Public Overrides Sub Initialize()   I append this code:   Dim ctrl As System.Web.UI.WebControls.WebControl ctrl = cntlCE.CreateCommandButton(''InsertImageProcessor'', ''text.gif'', ''Insert main ...
    Posted to Cute Editor for .NET (Forum) by Virt on September 27, 2009
  • Weird behaviourConvering text with URL word to link in IE 8

    Hi Adam/Ken, We have tags like  ''{[S-BRIDGE URL:73NZ825YDSA]}'' and when we copy it to html editor and press enter it automatically converting the URL with <a> tag like {[S-BRIDGE URL:73NZ825YDSA]}.The html become:<div>{[S-BRIDGE <a ...
    Posted to Cute Editor for .NET (Forum) by sanjay.joshi on September 21, 2009