Search

You searched for the word(s): font
Showing page 87 of 216 (2,157 total posts) < 1 second(s)
  • Re: Database integration

    Dear pbrad, Sql Server example:<?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html> <head> </head> <body> <form name=''theForm'' action=''11.php?postback=true'' method=''post''><?php function getData() {     $conn=mssql_connect(''127.0.0.1'',''cute'',''cute''); ...
    Posted to Cute Editor for PHP (Forum) by Eric on March 18, 2011
  • Cannot Accept Requests and Strange Characters when typing

    Hello all.  I have one PC that is having an issue with the Live Support Operator.  When a request comes into the queue, the program alerts the user that someone is waiting, but when the user hits any of the accept buttons, nothing happens and the reques is never accepted.  In addition that same machine shows strange symbols after ...
    Posted to Cute Live Support (Forum) by techsunshine on February 24, 2011
  • paste from word icon

    I am having trouble understand exactly what the ''paste from ms word'' icon does. I've been looking around the forum and cutesoft site but I still don't have a good understand, other than that it cleans up html code. In an attempt to find out for myself (using the demo editor) I created the following in a word document: ...
    Posted to Cute Editor for .NET (Forum) by eatsubway on October 14, 2010
  • Some anomalies in Cute Editor for ASP version 6.6

    First, congratulations for the product works really well, but I found some anomalies in Firefox (version 3.6.9) and Opera (version 10.62).   The problem is related to DropDown elements and RenderRichDropDown property.   Firefox RenderRichDropDown = true - items are displayed outside the editor box (but work) RenderRichDropDown = ...
    Posted to Cute Editor for ASP (Forum) by netrobos on September 10, 2010
  • Re: Renaming File

    You are using multiple files upload, please try the following code: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <html> <body> <form id=''form1'' method=''POST''><?php    $uploader=new ...
    Posted to PHP File Uploader (Forum) by Eric on August 26, 2010
  • Adding Asp.net dropdown to toolbar

    Hi ,   I added a Asp.net dropdown control to the tool bar.   The following code is used for that.   CuteEditor.ToolControl subject = edtSubject.ToolControls[''insertcustombutonhere'']; if (subject != null) {                 ...
    Posted to Cute Editor for .NET (Forum) by Padmarajnv on July 2, 2010
  • Uploaded file gets deleted on redirect to new page

    I am in the middle of building a DotNetNuke Portal and have built a File Upload module using the Ajax Uploader. The code is relatively simple, and is almost the same as the samples. What happens though is once the file is uploaded and copied to the folder where I want it saved, a redirect to the next page occurs and the FILE GETS DELETED. Not the ...
    Posted to Ajax Uploader (Forum) by lmrozek on May 19, 2010
  • Re: Programmatically color-highlighting the text contained in the editor

    I assume nobody has a clue? As of now, I'm just getting the value of Editor1.Text, doing an htmlencode on it and appending the <font style etc etc etc> myself to make a new string.  Then I just re-set Editor1.Text to that new updated string.  This is of course sticking the whole editor inside an AJAX updatepanel.  The ...
    Posted to Cute Editor for .NET (Forum) by s2kdriver80 on April 13, 2010
  • multiple file selection with descriptions

    Hi FolksThanks in advance  is there a way to add several file controls or a better way:users need to select a file then enter a description for that file. e.g. Select file1: [____________] [BROWSE]   [text box to enter file description] Select file2: [____________] [BROWSE]  [text box to enter file description] Select ...
    Posted to PHP File Uploader (Forum) by irondude on February 8, 2010
  • Re: how to get the value of the object

    I tried to edit the dafault.asp in the package like you told me..   I edited the target.asp page and added this code:   strmsg = request.form(''Editor1_HTMLContent'') response.write strmsg 'to get the value of the object response. end   When i run the page and edited the default text which is type here... changed to hello ...
    Posted to Cute Editor for ASP (Forum) by richardp on July 15, 2009
« First ... < Previous 85 86 87 88 89 Next > ... Last »