Search

You searched for the word(s):  
Showing page 158 of 4,987 (49,864 total posts) < 1 second(s)
  • How to replace the text "Remove" by an image

    Hi, I want to replace the text ''Remove'' by an image button. <CuteWebUI:UploadAttachments runat=''server'' InsertButtonStyle-BackColor=''#0086BE'' TableStyle-GridLines=''Both'' InsertButtonStyle-CssClass=''uplCSS'' RemoveButtonText=''Delete'' TableStyle-BorderWidth=''1'' InsertButtonStyle-Font-Bold=''true'' ...
    Posted to Ajax Uploader (Forum) by Jaganr012 on October 28, 2009
  • Re: can't found "CuteEditor.EditorSetting". (It have exit in version 5.3)

    Adam,  I use CuteEditor.EditorSetting when I want to add image to database. So when I click ''image Gallery'' in toolbar of CuteEdite. it will call class SqlFileStorage . This class use CuteEditor.EditorSetting. you can see my code vb.net below ******************************* '//<main page>' Private Sub Page_Load(ByVal sender ...
    Posted to Cute Editor for .NET (Forum) by ano on May 7, 2007
  • Upgrade CE ASP to .NET -> possible?

    Hello, I have installed on my powerfull CMS CuteEditor ASP 5.2.I really need the .NET version for the CSS advance features and but my .NET skills are very bad. This is funny because I'm a pro and speak better ASP than english and french, but I've realize that .NET is 99.99% diffent that ASP 3.My ASP script is something like ...
    Posted to Cute Editor for .NET (Forum) by JFRanger on November 30, 2006
  • Re: ajax uploader do post back after loading files

    Hi adidamty,   Please try this way   <%@ Page Language=''C#'' Title=''Customize the queue UI'' %>     <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> ...
    Posted to Ajax Uploader (Forum) by Kenneth on July 4, 2010
  • Re: remove border / right to left writing / slow updating on IE

    Hi kresa3333,   1. How to hide the editor border   Please set property BorderStyle to none   <CE:Editor ID="Editor1" runat="server" BorderStyle="none"> </CE:Editor>   2. Set property EditorBodyStyle to direction:rtl   <CE:Editor ID="Editor1" ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 11, 2012
  • Re: Cute chat questions.

    Hi shunman, 1. Chat room makes in administration console page only? No, you can create the chat room by code too. Example <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Kenneth on November 22, 2011
  • Re: unable to browse .aspx files when uploading

    jamesk: Hi Adam,       Any updates on this issue?  Have you been able to reproduce this issue with both .asp and .aspx in the config file?   Thanks   I am able to upload aspx files and browse aspx files with the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 18, 2010
  • a problem of ctrl+enter submit

    I set a shortcut key to submit the content of the cute editor with ''ctrl+enter'',the code is as follows         function CuteEditor_OnInitialized(editor) {             if (editor.IsReady) ...
    Posted to Cute Editor for .NET (Forum) by rewalax on April 10, 2009
  • Re: Startup folder in DNN?

    Robax,   Please open the web.config file and modify the following code to meet your requirements:              Registered_AutoConfigure = ''Full_noform''            Registered_SecurityPolicyFile = ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 14, 2008
  • Javascript changed!

    Hi when saving the following script it gets altered and no longer works.   before.   function test(id) {var element = document.getElementById(id);            for(var i = 0 ; i <element.childNodes.length; i++) {            ...
    Posted to Cute Editor for .NET (Forum) by AlexCruddace on October 26, 2006