Search

You searched for the word(s): font
Showing page 156 of 216 (2,157 total posts) < 1 second(s)
  • Re: Questions / buggs...

    Have downloaded the  latest version  and it seems to work  now  in IE 9.0   1. These buttons appear / not working? {inserthorizontalrule,Insertwbr} How do i remove the arrow button on {insertlink} (predefined links). Only have insert link dialog... inserthorizontalrule works, not ,Insertwbr.  And the ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by kjell.ek on November 13, 2012
  • Re: saved html in mysql db displays as plain text when retrieved

    Dear mp5802,   The following code shows how to read write content between cuteeditor and mysql:  <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html> <head> </head> <body> <form name=''theForm'' action=''1.php?postback=true'' method=''post''><?php function ...
    Posted to Cute Editor for ASP (Forum) by Eric on September 6, 2010
  • Re: Fonts and sizes

    Hi Adam,   I think I found the problem. I add the editor programmatically and after that I add items to a dropdown, or hide the dropdown if there are no items to add.   In my code I do this to get a handle to the toolcontrol:    CuteEditor.ToolControl toolctrl = editor.ToolControls[''Codes''];   If I do this, ...
    Posted to Cute Editor for .NET (Forum) by Dtest on February 27, 2009
  • Re: removing all html on paste

    Adam, I had a think about this issue and worked out the perfect solution for any permutation.What if instead of the static options you are creating now, you made an option to use the CodeCleaner options?eg,  editor.onpaste = ''cleanWord,cleanFont,cleanSpan''The Code-Cleaner functionality is already there and it works perfectly. All it needs ...
    Posted to Cute Editor for ASP (Forum) by ReqMan on May 17, 2006
  • Re: Configuring the Toolbar

    You're probably correct as I do set the Width of the control. I do have to question why setting the width alters the order on the controls. Is it possible to set the width of the editor window without affecting the toolbar?   Likewise, several of my questions remain unanswered. Given that I can't use a template how do I add the ...
    Posted to Cute Editor for .NET (Forum) by areeve on January 17, 2004
  • Upload Grid Displaying Uploaded File Disappears when Server Trace appears

    I am using the single file upload and note that after the file is upload, the gride with the file name and check mark appear for only a second, then immediately replaced by the Trace information.  I can not figure out what is caused the grid to disappear.     Also, I would like to customize the grid to remove the ...
    Posted to Ajax Uploader (Forum) by cjchamber on October 10, 2013
  • Re: How to Hide Cancel all Uploads Button

    Hi adyboy369,   Please try the following code:   how to hide some buttons when uploading: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Eric on June 21, 2011
  • Internet Explorer 9

    We are using LiveSupport.   As IE 9 is now a release candidate,  I installed this to test our different applications. LiveSupport operator is failing.  The first error was a COM object exception that pertained to disphtmlstyle.  The bottom conversation panel failed to load.  I then installed the most current version ...
    Posted to Cute Live Support (Forum) by mhaddy on February 21, 2011
  • Show code in php

    Hello, I have a problem. I take the code in my php: <php $content = '<div><p>headline</p> <p>';        $editor=new CuteEditor();        $editor->ID=''text'';        ...
    Posted to Cute Editor for PHP (Forum) by korty on September 11, 2010
  • Two questions

    First of all, really like the script. Best one i found so far. I used this code (below) to get the filenames, which works well...until i add a:$uploader->SaveDirectory=''../images/upload''; Seems it cant find the files if the path is changed...how can I fix this?  Also, is there a way to limit the amount of files?Say I only want ...
    Posted to PHP File Uploader (Forum) by mic on May 8, 2010