Search

You searched for the word(s):  
Showing page 71 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: dropdown location

    Ok, I've cleared the cache, I still have this problem.  After mucking around, I have the toolbar looking like this, which approximates the original:The paragraph style is still on a 2nd line...  Here's my config file:<?xml version=''1.0'' encoding=''utf-8'' ?><configuration>    ...
    Posted to Cute Editor for .NET (Forum) by shland on December 20, 2005
  • Re: Hide Browse Button

    TML:   If you are using AJAX , you can just hide the uploader of the FileUploaded event.   If not, this code may help you ...
    Posted to Ajax Uploader (Forum) by cutechat on March 26, 2009
  • Problem with multiple Uploads: 'Invalid Guid'

    Hello, what I'm trying to do is the following:Providing an upload module for different imagesets... But as soon as there is more than one image (in my case), the saving fails with the above mentioned error message... Furthermore there seems to be no effective way to prevent the upload of more than one file per Uploader (which would ...
    Posted to PHP File Uploader (Forum) by crankkky on October 15, 2010
  • Re: Creating editor with HTML and JS

    That example is what I've based my solution on, actually.   With JS it changes the style of the DIV the editor is in.   In my example I need to be able to move the editor from one DIV into another.   <!--#include virtual= ''/CuteEditor_Files/include_CuteEditor.asp'' --> <html>     ...
    Posted to Cute Editor for ASP (Forum) by gwp on April 29, 2008
  • Comments re. individual cell properties not overriding owner table Class setting

    Hi Adam,   Because of so many problems with tables, we decided that we will default a table with certain settings for the <TABLE> and <TD> tags by using a style sheet and default settings for <TABLE> in constant.js.   So, we have set constant.js so that tables default with this: <TABLE class=sample ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 31, 2007
  • Re: NullReference when customizing Links ddl

    The links dropdown has been changed to TreeDropDownList   Dim tdd As CuteEditor.TreeDropDownList  tdd = DirectCast(Editor1.ToolControls(''LinkTree'').Control, CuteEditor.TreeDropDownList)   The following example shows you how to populate the linktree:   <%@ Page Language=''VB'' %><%@ Register ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 25, 2006
  • Re: Saving Html to RTF with image fails

    Please try the following code:   <%@ Page Language=''C#''%>   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>     <script runat=''server''> ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 26, 2009
  • Re: Session variables

    Hi,   This has not entirely cured everything.   If I have a page with a ''ImageGalleryByBrowsing'' such as :-    <div onclick=''callGetImage()''>CLICK TO GET IMAGE</div>    <form name=''changeImage'' action='''' method=''post''>    <input id=''imageName'' ...
    Posted to Cute Editor for PHP (Forum) by Glenn on April 24, 2009
  • Can a dropdown selection trigger a popup?

    I am trying to use javascript to pop a window based on an item selection in a custom dropdown.   protected void Page_Load(object sender, System.EventArgs e){ // Put user code to initialize the page ...
    Posted to Cute Editor for .NET (Forum) by rokinroj on March 3, 2006
  • UploadAttachments and jQuery Dialog

    Hi, I have a problem using UploadAttachments item inside a jQuery dialog. It simply doesn't show up. Here a sample code that reprocudes the problem:   ...
    Posted to Cute Editor for .NET (Forum) by xmas79 on December 14, 2012
« First ... < Previous 69 70 71 72 73 Next > ... Last »