Search

You searched for the word(s): table
Showing page 50 of 255 (2,541 total posts) < 1 second(s)
  • Re: focus form problem

    Dear christianm,   I tested the issue in the following snippet, it works fine and cannot reproduce your issue: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <html> <head> <title>Example</title> </head> <body> <form name=''theForm'' ...
    Posted to PHP File Uploader (Forum) by Eric on February 3, 2011
  • Re: How to Show the progress bar for each rows, like in http://workspace.office.live.com

    Hi,   You need customize the queue ui at first : http://ajaxuploader.com/document/scr/create-custom-queue-table.htm   and you also need use the OnProgress event to get the progress information , by declare this function   function ...
    Posted to Ajax Uploader (Forum) by cutechat on October 20, 2010
  • Re: Getting client path of uploaded files serversided

    Hi,   We are not able to provide the path of the file, because Flash/Silverlight and some browser's <input> do not provide that information.   For client data, you can check this demo :     <%@ Page Language=''C#'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by cutechat on October 19, 2010
  • Re: referencing cutesoft Editor from pageName.aspx.cs

    Dear Yazar,   Please refer to the following code:   PutCodeDifferentFile.aspx: <%@ Page Language=''C#'' AutoEventWireup=''true'' CodeFile=''PutCodeDifferentFile.aspx.cs'' Inherits=''PutCodeDifferentFile'' %> <%@ Register assembly=''CuteEditor'' namespace=''CuteEditor'' tagprefix=''CE'' %> <!DOCTYPE html PUBLIC ...
    Posted to Cute Editor for .NET (Forum) by Eric on October 15, 2010
  • Re: paste command issue.

    Hi gurpreet,   Can you explain your issue on detail?   Can you show me the steps to reproduce this issue?   Please try the example below   <%@ Page Language=''C#'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 23, 2010
  • Re: Disable Median Browser

    Please update ''\cuteeditor_files\Dialogs\InsertImage.php'', change it to:   <table border=''0'' cellspacing=''0'' cellpadding=''0'' width=''100%''>     <tr>      <td valign=''top'' style=''width:0px;height:240px;''>       <iframe ...
    Posted to Cute Editor for PHP (Forum) by Eric on July 19, 2010
  • Re: queue list

    Hi Troyan,   Please try the example below   <%@ Page Language=''VB'' %>     <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> ...
    Posted to Ajax Uploader (Forum) by Kenneth on July 13, 2010
  • Re: Inserting tables in Safari 5

    Hi jonathanexact,   1st issue: When I insert a new table in Safari 5, the cells are automatically populated with the word 'cell'.   On safari, if in tag <td> not content, it will display very small. It will lead to table that can not be edited, so we add the default text for the <td> tag.   2nd issue: ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 14, 2010
  • Re: width and height of an image

    The following is a full code,   <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>   protected override void OnInit(EventArgs e)     ...
    Posted to Ajax Uploader (Forum) by Eric on May 7, 2010
  • Re: How to capture an UNLOAD event?

    spencet:    In the File Selector example, we would like to trigger an ASP.NET function after the Upload and Insert buttons are pressed and the CE window is closed but having trouble grabbing the CE.Unload event. Anyone have an example of how to do this or a better way to accomplish our goal?   Thanks Hi ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 18, 2010
« First ... < Previous 48 49 50 51 52 Next > ... Last »