Search

You searched for the word(s): table
Showing page 41 of 255 (2,541 total posts) < 1 second(s)
  • Re: How to Disable Resize option for table

    Hello,   Based on the below link,   http://cutesoft.net/example/templates.aspx   <div contenteditable=''false'' style=''border-right: #ff0000 0px dotted; border-top: #ff0000 0px dotted; border-left: #ff0000 0px dotted; border-bottom: #ff0000 0px dotted; height: 20px'' unselectable=''ON''><font size=''5''>This ...
    Posted to Cute Editor for .NET (Forum) by Anamikha on February 13, 2009
  • Re: Tab in table should move to next cell

    fredd: Adam,   It's standard that pressing tab in tables moves to the next cell. Pressing Shift/Tab moves to the previous cell. Please keep the right arrow/left arrow functionality as well, but implement the tab functionality.   CE doesn't do a true tab anyway. All it does is pad a bunch of blank chars, so it's better to implement ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 5, 2007
  • Re: Default Table Border size

    Try the following setting:         <CE:Editor id=''Editor1'' runat=''server'' BorderWidth=''0'' BackColor=''White'' AutoConfigure=''None'' ShowHtmlMode=''False'' ShowPreviewMode=''False'' EnableContextMenu=''false'' ShowGroupMenuImage=''False'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 31, 2006
  • Re: bug: border on tables

    I finally managed to reproduce the bug in a minimal example. The bug only occurs if I use a LinkButton to grab the content. Here is my ASP.NET code: <asp:LinkButton ID=''Button1'' runat=''server'' OnClick=''Button1_Click'' Text=''LinkButton'' />         <asp:Literal ID=''Literal1'' ...
    Posted to Cute Editor for .NET (Forum) by eldorsen on May 3, 2007
  • Adding rows or columns in the middle of a table

    Hello,   I am wondering if it is possible to add rows and/or columns to the middle of a table via the table wizard?   Currently any rows or columns that I add are added to the bottom or the right of the table.   Thank you and regards,     George Gomez
    Posted to Cute Editor for .NET (Forum) by ElMatador on August 24, 2007
  • Re: AjaxUploader: Prevent Hiding of Custom Queue Table

    I just realized that the page is doing a postback after the files are finished uploading, which is most likely why the table (that is built in javascript) is disappearing.  So the next question is now, can I prevent the control from doing a postback when it is done uploading all of the files?  - John
    Posted to Ajax Uploader (Forum) by jcaruso on February 22, 2010
  • Re: setting default style to Table

    Hi, Sitecore uses version 4.0.0.7 and modifying the CuteEditor.htc.aspx.txt file has no effect and there is no CuteEditorconstants.js file to edit.  Is it simply a limitation that you cannot modify the default HTML generated for an inserted table with this version of CE or is there yet another way of achieving the same thing? Kind ...
    Posted to Cute Editor for .NET (Forum) by Andy65 on September 14, 2005
  • Re: Table Name for storing Images and Files should be Configurable

    Hi Ken, If we are using SQL Server or MS Access for Image and File storage, the table name is hard coded to ''fsitems''. I was suggesting that it will be good to have this table name as configurable at a single place.  Thanks,Ajay
    Posted to Cute Editor for .NET (Forum) by ajay555 on April 28, 2009
  • Re: Load Balancing Configuration

    yes, It works after turning on identity. it is safe to turning on the identity on StateLogId because single server don't use this table. only web farm model will use this table to save sessions in this table.   Detailed step: Step 1: Turn on identity You can manually add identity to StateLogId column  If you use SQL ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by sinacode on November 21, 2007
  • br tag or &nbsp; inserted into table cell from HTML to Normal Mode

    Hello everyone and thank you for your time. I really hope I can get this resolved. It's rather brutal. This issue doesn't happen in IE, only FireFox. When I either insert a table from the Toolbar or simply paste table code into the HTML tab AND THEN switch back to Normal Mode AND THEN back into HTML Mode I see that Cute has added ...
    Posted to Cute Editor for ASP (Forum) by synergy on August 13, 2009
« First ... < Previous 39 40 41 42 43 Next > ... Last »