Search

You searched for the word(s):  
Showing page 109 of 4,987 (49,864 total posts) < 1 second(s)
  • Dropdown codes in Safari

    I have a custom drop down box that I have populated via the configuration file like so:   <dropdowns>     <Codes>       <item name=''Address 1''>         <value><![CDATA[<input id=''Address1'' name=''Address1'' RegionCode='''' ...
    Posted to Cute Editor for .NET (Forum) by ThePope78705 on July 18, 2009
  • gallery.xml file created, no entries?

    Hi,   I have downloaded and installed the DotNetGallery for testing and I have come across a small problem. I think everything is setup OK with regards permissions to write to the images folder I have and when I load the page that has the gallery control on it, it does indeed create the gallery.xml file but it has no entries for the files, ...
    Posted to ASP.Net Image Gallery (Forum) by nkerr on September 1, 2005
  • Re: TypeError: Oxa3 is null

    hi,   Can you try the example page below on your site? Does it get the same problem? If yes, can you post this example page url? So we can check on it ...
    Posted to ASP Uploader (Forum) by Kenneth on October 11, 2013
  • Re: images and text box doesnt load correctly.

    I'm having the same problem.  Here's what I'm doing....   In TestPage1.aspx:  <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> ... <div>     <CE:Editor ID=''Editor1'' runat=''server'' /> </div> ...   After viewing the page's source, he's ...
    Posted to Cute Editor for .NET (Forum) by mhodges on December 10, 2008
  • Get uploaded real file name!!!

    Hi guys, I have the following problem. WHen I try to upload files in different times, could happens that the name of a file is the same of a file aready present on the target destination. In that case, the uploader class provides to rename the new file, but I can't get the new filename... The code I'm using is the ...
    Posted to Ajax Uploader (Forum) by Gianluca on April 4, 2014
  • Re: creating and saving a editor template files

    Hi,   You need to modify the include_CuteEditor.asp source code to achieve that.      private Sub Toolbars_Initialize()     if s_template = '''' or s_template = null then          Select case ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 20, 2004
  • Long Styles Menu does not scroll properly

    We have 15 entries in our Styles menu (/richtexteditor/config/staticstyles.xml).  When the Styles menu is opened, there are too many entries to display at once, so the menu has a scrollbar.  However, when we scroll down, all we see is blank lines.  This happens on IE 10, Firefox 22, and Chrome 28.  We tried it out on our local ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by gll1559 on July 19, 2013
  • Re: Remove the "Go up one level" button?

    Yes, you need to make th following files in the CuteEditor_files folder:   insert_image.asp insert_document.asp insert_flash.asp   For example, in the insert_image.asp,  you will find the following code in about line 193:   <table border=''0'' cellspacing=''5'' cellpadding=''4'' width=''95%'' ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 6, 2004
  • Re: RichEditingIsAvailable is Always False

    mike_f1: Hi Adam,   Sorry for a late reply, I was called to some other projects. This code seems to work but this is not what I am after. Our application must be able to display an editor from the code-behind file and not from within the html page.   Any suggestions?   Mike   Mike,   Just move the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 2, 2006
  • custom button with smarty

    Hi, I want to make some custom buttons in my editor, but we are using smarty.how do I get the javascript in my tpl file to get it working?  When I try I get an alert box saying that the method is not implemented. this is the code I have in my tpl: {literal}     <script language=''JavaScript'' ...
    Posted to Cute Editor for PHP (Forum) by joke on April 8, 2009