Search

You searched for the word(s): table
Showing page 52 of 255 (2,541 total posts) < 1 second(s)
  • 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: Remove the "Go up one level" button?

    Yes, you need to make th following files in the CuteEditor_files folder:   insert_image.asp insert_document.asp insert_flash.asp   For example, in the insert_image.asp,  you will find the following code in about line 193:   <table border=''0'' cellspacing=''5'' cellpadding=''4'' width=''95%'' ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 6, 2004
  • 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
  • Re: What can go in the cutechat4_settings table?

    Hi JoeJoe, The canned message is store into file 'snippets.xml' which under the install root of the operator. It is not store into database. All operator settings are store into your local pc, you can not save that settings into the ctechat4.settings table. Regards, Ken 
    Posted to Cute Live Support (Forum) by Kenneth on July 25, 2012
  • Unable to delete selected text across multiple table cells

    1. Add a table using the CuteEditor that contains at least two cells 2. Insert some text into at least two cells in the table3. Using click-and-drag, select the text across at least two cells in the table4. Press the delete key5. Notice the text is not deletedNote: Using select all (ctrl-a) or selecting the text of individual cells, and then ...
    Posted to Cute Editor for .NET (Forum) by paulc on December 21, 2005
« First ... < Previous 50 51 52 53 54 Next > ... Last »