Search

You searched for the word(s): use <p>
Showing page 262 of 864 (8,631 total posts) < 1 second(s)
  • Re: Multiple Image Upload Paths

    Hsq,   No, I don't think you can upload the files to two diffent servers at the same time.   I suggest you use the FTP to send the files to the other server. Below is the code I used before to FTP the files in the fly.     <% Public Function FTP(file_tobe_FTP) Dim Output, ReturnCode, StrScript StrHost = ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 15, 2004
  • Modify Insert Link Dialog

    I want to replace the URL textbox with a dropdownlist that is populated from a database. I can get the code to work, but then the dialog title, labels and buttons have no text value because the reference to the CuteEditor.Include.insert_link class has been broken.   I have tried everything I can think of to get it to work, even going as far ...
    Posted to Cute Editor for .NET (Forum) by mgordon on February 22, 2004
  • Re: MAJOR shortcoming with hyperlink button

    excellent.......  see thing is.. my site isn't full of the most internet savy people.. they are car people  :)   My setup code for ''forum use'', the ''.Template'' addition was an excellenet excellent addition to this editor.. makes it that much better   Private Sub SetUpEditBox()       Dim strTemp ...
    Posted to Cute Editor for .NET (Forum) by sgilboy on February 21, 2004
  • External Image Button

    I am trying to use the external image button, but when specified in the template it does not appear.   It only shows when using an autoconfigure statement.  Even in your customize the appearance example, you have it listed in the code:   <CE:Editor Visible=''False'' id=''Editor1'' ShowBottomBar=''false'' Height=''180'' ...
    Posted to Cute Editor for .NET (Forum) by jtwright on February 9, 2004
  • Re: is there some opposite of 'DisableItemList'

    ''The <p> insert on enter is common to all html wysiwyg editors'' i am aware of that, but this WYSIWYG editor box that i am typing this very second to make this reply in doesn't insert a <p></p> tags, its doing a break tag, i can tell because its doing the same thing as hitting Control-Enter..... editors such as ...
    Posted to Cute Editor for .NET (Forum) by sgilboy on February 6, 2004
  • Re: template editing

    Andrew,   You can make use the Code Snippet DropDown Menu to achieve this.   You transfer all your template pages to HTML code.   When your clients select any item using the Code Snippet DropDown Menu, the HTML code of the template is sent to the editor.   Another solution is to create a custom button. When your ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 15, 2004
  • Re: Make the 'Template' property public

    I will think about that. The way it works now is : When the Editor class initializes, I check the Template property is empty or not. If empty,  Editor will create the ToolBars based on several predefined sets of buttons (Check AutoConfigure property). If not empty,  Editor will create the ToolBars based on template ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 4, 2003
  • Re: Error uploading a long-name file: The specified path, file name, or both are too long.

    Hi,   By default, it will use your system temp folder "C:\Windows\Temp". You can set property "TempDirectory" to change the temp folder for the uploader controk, more detail please refer to http://www.ajaxuploader.com/document/scr/html/BeforeYouBegin.htm   Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on March 26, 2014
  • Re: Unable to add CuteChat as webpart in SharePoint

    Hi phineas99, Please download the ChatAndMessengerForSharePoint.dll by the link below. You can find the whole project of this dll file in the download package. Build it on your end or use the file below. http://www.cutesoft.net/uploads/Users/Terry/ChatAndMessengerForSharePoint.zip   Regards, Ken 
    Posted to Cute Chat and Cute Web Messenger (Forum) by Kenneth on March 22, 2012
  • Re: Flash: the upload task is interrupted! http 504

    Ajax Uploader doesn’t use TCP/IP.  To fix this issue, please make sure you are using the latest build of ajax uploader. http://ajaxuploader.com/download/Ajax-Uploader.zip   Then create a temp file location, http://ajaxuploader.com/document/index.htm#page=BeforeYouBegin.htm   Keep me posted
    Posted to Ajax Uploader (Forum) by Adam on September 27, 2010