Search

You searched for the word(s): table
Showing page 30 of 142 (1,420 total posts) < 1 second(s)
  • Re: Using CuteEditor as a FLASH selector

    Hi lanec,     You can try this way,It also valid for other file types.   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#'' %> <html> <head>     <title>ASP and ASP.NET WYSIWYG Editor - Use CuteEditor as a document ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 30, 2008
  • Re: Tying the Editor Control to an SQL Database Table/Record/Field

    Please check this example:   http://cutesoft.net/example/database-example.aspx   THe source code of this example can be found in the download package. Once you get this example works, convert it into SQL Server database.
    Posted to Cute Editor for .NET (Forum) by Adam on October 20, 2008
  • Re: Multiple instances single page

    Just answered my own question through experimenting. The following relates to a GridView control so the code behind is a bit more complex than would be the typical case. The code behind that I used for a simple ASP.NET Table control is listed toward the bottom of this post below the GridView code behind example.     aspx markup (two ...
    Posted to Cute Editor for .NET (Forum) by GDB on May 10, 2008
  • Re: DataGrid paging not working on the DataBase-Example

    Milton,   Here is the modified version of DataGrid example. This example allows paging. Please copy/paste to the existing file and test it first. Then compare with your modified version and find out the problems.   <%@ Page Language=''vb''%><%@ Import Namespace=''System.Data'' %><%@ Import ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 13, 2006
  • Re: Links open in a new window

    Skatematic,   Please open Tag_A.ascx and modify the inp_target dropdown list.     <table class=''normal''> <tr> <td style=''width:60px''>[[Target]]</td> <td><SELECT id=''inp_target'' NAME=''inp_target''> <OPTION value=''''>[[NotSet]]</OPTION> <OPTION ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 16, 2006
  • Re: How can i add CuteEditor to a DataGrid BoundColumn. Not to the editItemTemplateColumn

    It should not have any problems with a regular BoundColumn.   Please change the source code of this example (http://cutesoft.net/example/datagrid-example.aspx)   to:   <%@ Page Language=''C#''%><%@ Import Namespace=''System.Data'' %><%@ Import Namespace=''System.Data.OleDb'' %><%@ Register ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 23, 2006
  • Re: Table-problems

    Ylva, The version 5.0 is out. Please try this new version.   Demo: http://cutesoft.net/example/general.aspx   Download:   http://cutesoft.net/Downloads/default.aspx If you still have problems, please let me know.  
    Posted to Cute Editor for .NET (Forum) by Adam on September 12, 2005
  • Re: set default target to New Window in Tag_A.ascx?

    Ed,   Sorry for the late response.  Please try the following code:     <table class=''normal''> <tr> <td style=''width:60px''>[[Target]]</td> <td><SELECT id=''inp_target'' NAME=''inp_target''> <OPTION ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 11, 2005
  • Re: error in page in developer guide

    Rudolf, Thanks for pointing it out. We've fixed this description problem. When you set EnableContextMenuRelative property to true, there are some menu items which based on the current element and its parents will appear on the CuteEditor context menu.   For example , if the user right click a link, there would be an item ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 23, 2005
  • Re: default table width

    Benava, Please open the CuteEditorconstants.js file and paste the following code in it. // You can modify the following function to change the table default properties within the InsertTable dialog var _CreateEditingTableStyle = ''<table border='1' cellspacing='0' cellpadding='3' style='border-collapse:collapse;width:320'>'';
    Posted to Cute Editor for .NET (Forum) by Adam on April 3, 2009
« First ... < Previous 28 29 30 31 32 Next > ... Last »