Search

You searched for the word(s): use <p>
Showing page 21 of 864 (8,631 total posts) < 1 second(s)
  • Re: Cannot use CopyTo() on IIS 7 (windows vista)

    It is ASPX  <script runat=''server''>    void InsertMsg(string msg)    {        ListBoxEvents.Items.Insert(0, msg);        ListBoxEvents.SelectedIndex = 0;    }    void Uploader_FileUploaded(object sender, UploaderEventArgs args)    {  ...
    Posted to Ajax Uploader (Forum) by Lonniekong on January 9, 2012
  • Re: Use CuteEditor as an image selector

    Dear random,   Please open ''\cuteeditor_files\Themes\OfficeXp\style.php'' Change <?php   echo $editorid; ?> .CuteEditorFrame {width:100%;height:100%;padding:0;border-top: #dddddd 1px solid!important;border-bottom: #dddddd 1px solid!important;border-left: #ffffff 0 solid!important;border-right: #ffffff 0 ...
    Posted to Cute Editor for PHP (Forum) by Eric on February 23, 2011
  • Re: How to: Use the image selector from CuteEditor outside of the editor itself

    Hi Jason! Great work but I do not seem to get it to work.I've downloaded the most recent version of CE. I have more than one problem: 1. CE doesn't recognize this : <PageProperties Title='''' Description='''' HtmlBase='''' Keywords=''''> </PageProperties>  2. When running the Javascript it gives an error on: ...
    Posted to Cute Editor for .NET (Forum) by marrik on August 5, 2005
  • Re: Question on Use - Ability to Easily add Many Contacts

    Muggzzi,   >>Is it possible to add people in bulk?   Yes.  >>2.  Is it possible to have people sign up for a room or group on their own.   When the user click the contact in the list to start a chat window,  a room is dynamically created. Once the chat session is closed, this room will be ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on July 3, 2005
  • Re: How to use Content Templates

      Ok, I'm using the sample file editHTML.aspx to edit a template that I created.  Basically, it's a 3x3 table where some cells have the attribute UNSELECTABLE=''ON'' and some do not.  This works well.    I am not able to block the user from editing the Body tag.  I put UNSELECTABLE=''ON'' on the body tag, ...
    Posted to Cute Editor for .NET (Forum) by BryanThrasher on November 10, 2004
  • Re: Force to use Flash mode

    dgburton,   Can you post your uploader code? It is very strange that the uploader forces you download the silverlight.   1. If Ajax Uploader detects SilverLight is installed on your PC, It will use the SilverLight solution.   2. If Ajax Uploader detects Flash is installed on your PC, It will use the Flash ...
    Posted to Ajax Uploader (Forum) by Adam on April 22, 2009
  • When I use Firefox (my browser of choice) I have two big problems.

    When I use Firefox (my browser of choice) I have two big problems.1.    It cuts off half of my text (in both IE and firefox)2.    Some times I can not use the backspace button.So I downloaded the latest version of “Cute Editor for .NET” from your site and installed it.  Now the problem is fixed in IE ...
    Posted to Cute Editor for .NET (Forum) by willv on March 22, 2006
  • Can't seem to select bits of text and use Outdent text etc.

    I can't seem to Oudent (or use Insert ordered list etc), on just a small piece of selected text.  please see below for an example.   http://test1.b2binternetsolutions.co.uk/cutetest.html   I can see that there is no problem with this forum editor.   Any ideas?   Thanks, Mike.
    Posted to Cute Editor for .NET (Forum) by mikeowen on June 10, 2004
  • Re: Use <img tag to allow linking to images, but not uploading.

    But then how do I let them add an image to their post?  Maybe we are talking in circles here...I want the user to not be able to upload anything, but to be able to display an image in their HTML content.I have disabled the ability to upload, but when they hit the Insert Image button it displays the dialog with the upload area grayed out, ...
    Posted to Cute Editor for .NET (Forum) by ckincincy on April 5, 2007
  • Re: How to use the Ajax Uploader in Grid

    Hi,   You need attach the FileUploaded event , use tag code <CuteWebUI:Uploader FileUploaded=''....'' /> , or in the grid Item Init event.   And then , in the Uploader_FileUploaded(object sender,..) event, you can get  the uploader by this way :   Uploader uploader=(Uploader)sender;   And then get the grid ...
    Posted to Ajax Uploader (Forum) by cutechat on August 2, 2010
« First ... < Previous 19 20 21 22 23 Next > ... Last »