Search

You searched for the word(s): font
Showing page 147 of 216 (2,157 total posts) < 1 second(s)
  • How can I update $uploader->UploadUrl="../php/cmds/PHPFileUploadCmd.php" after Page Load then after ajax resulthandler?

    Dear Expert, the code:        <?php             $uploader=new PhpUploader();                $uploader->Name=''myuploader'';             ...
    Posted to PHP File Uploader (Forum) by manpakhong on March 2, 2012
  • Re: What's going on here?

    Sorry.   Thanks for your interest.  Here's the code:   <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by bbaldrober on December 15, 2011
  • How to hide Default uploading table

    Hi, I'm having problems hiding the default uploading table, I'm creating a custom upload table based on your online examples, the javascript code is on prototype format and the handlers are correctly created and assigned (the component works as expected). The problem is that I just want my custom table to show but when I upload multiple files ...
    Posted to Ajax Uploader (Forum) by rosdra on October 4, 2011
  • Re: Customizing Queue Table

    Dear chrisluo,   You can create your own queue table, please refer to the following snippet: <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on May 3, 2011
  • Re: How to upload file at the same time as the rest of the form is submitted?

    Hi jerry2,   Please try the example below     <%@  language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Kenneth on December 16, 2010
  • MVC error

    I tried to use the ajax uploader control in my project, but when I open the page I get an script error. I use visual studio 2008 on my workstation with Windows 7. The project is in MVC 2.0   See listing below for error in cursive    <!-- input type='hidden' id='myuploader' name='myuploader' -->   <script ...
    Posted to Ajax Uploader (Forum) by hpkrekt on December 8, 2010
  • Re: Reg- Making Cute Editor content window read only

    Dear Eric,  Thanks for your reply. I have tried the code you given already, but it is disabling entire control including the buttons on the top like Insert image, font style etc. But i need to disable only the textarea in which we are typing the content. In other words i want my users to disable editing the content which is loaded by ...
    Posted to Cute Editor for .NET (Forum) by rajmohanp on August 12, 2010
  • FormatBlock block doesnt work for custom tags

    Has anyone got the FormatBlock drop down to work? I can not get the formatbock section to work via the config file or through code. No Matter what I do I cant get any custom tag to work!  i.e. <del>, <cite>, <address>, >strike>, etc ...  How can I get this working, I have this ...
    Posted to Cute Editor for .NET (Forum) by mreric on July 16, 2010
  • Problem while loading the RTF with table layout

    Hi,   I have an RTF with the table. when i try to load the the RTF i get the below   504b030414000600080000002100828abc13fa0000001c020000130000005b436f6e74656e745f54797065735d2e786d6cac91cb6ac3301045f785fe83d0b6d8 ...
    Posted to Cute Editor for .NET (Forum) by arsamyvel on June 25, 2010
  • Re: Strip Formating

    When you click button    , it will paste pure text.   the following is its code: <%    dim content    content = ''Type here''            Dim editor    Set editor = New CuteEditor    editor.ID = ...
    Posted to Cute Editor for ASP (Forum) by Eric on May 28, 2010