Search

You searched for the word(s): table
Showing page 59 of 142 (1,420 total posts) < 1 second(s)
  • Re: Setting in Config File to Resize Image without constraint proportion

    Yuvika,   Please use the following properties:   Editor.MaintainAspectRatioWhenDraggingImage Property If you do not want to preserve the aspect ratio when you drag and resize an image, you can set the MaintainAspectRatioWhenDraggingImage property to false. By default, MaintainAspectRatioWhenDraggingImage is set to true to ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 17, 2009
  • Web content in database -- Google and other search engines

    I have built a simple website using Visual Studio 2008. The content of each page is being put into a simple SQL 2005 table that has two fields: PageName and HTML.   When a page loads, it reads the the HTML from the database and places it into the ContentPlaceHolder.   Can Google and other search engines find the data and load it into ...
    Posted to Cute Editor for .NET (Forum) by jfeeney on March 10, 2009
  • Re: Drop-down menus display

    The problem seems to be this code in the stylesheet:   div.centered { text-align: center; } div.centered table { margin: 0 auto; text-align: left; }   The purpose of this code is to fix a problem with safari, where it does not center stuff correctly.  Any thoughts on how to get around this?   FYI, test ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on January 16, 2009
  • Inserted Image is misplaced

    Hi, i am evaluating cute editor for my web site requirements and i came up with this issue. i tried this with your online demo.  Cleared the document by pressing New Document button Pressed the Insert Templated button and selected template1.htm Placed the cursor just after PIPPO on the template header Pressed the Insert ...
    Posted to Cute Editor for .NET (Forum) by kosgia on December 14, 2008
  • ObjectDataSource -- loading CuteEditor from a SQL DataSource

    I am trying to follow an example that was created for fckEditor -- http://blog.evonet.com.au/post/2008/09/01/Creating-a-Content-Management-System-for-your-ASPNET-Web-Site.aspx   I have created a DAL (Data Access Layer) and a BLL (Business Logic Layer) for a very simple database that has 1 table called T_Pages. T_Pages has two columns - ...
    Posted to Cute Editor for .NET (Forum) by jfeeney on October 9, 2008
  • Re: RTF Bullets Not Being Exported / Loaded Correctly

    not true it is still doing the same thing... I'm tearing my hair out. How can I control the rtf output, why can't cute editor rtf what it can input, for instance I can paste a word table into an editor instance, but the rtf is rubbish, is there anyway I can reproduce what I see in the cute editor in an rtf.   thanks
    Posted to Cute Editor for .NET (Forum) by zaggle on July 3, 2008
  • Cannot validate editor in GridView or DetailsView

    I have no problem validating the editor when I incorporate it in a Table control but I can't make it work in a GridView. The result is the error: ''Unable to find control id 'CeName' referenced by the 'ControlToValidate' property of 'RequiredFieldValidator1'.'' I'm guessing I will have to do this with code behind.   Here's the relevant ...
    Posted to Cute Editor for .NET (Forum) by GDB on May 22, 2008
  • Failed to load Viewstate Error occurs when using Cute Editor

    I am trying out CuteEditor to see if I can use it on my websites. I first fill a gridview with data from a Sql Table. I then select a detailsview of the item I am interested in. But, when I when I click on the Edit button, it returns to the gridview instead of entering the edit mode of the detailsview. If I then click the select button on the ...
    Posted to Cute Editor for .NET (Forum) by tavogardo on May 2, 2008
  • Re: Cute Editor and SQL

    Hi there,   Assuming you are using .NET, and are able to get your SQL data from the table to a variable, the editor has a text property that you can set. So using default settings and editor name, you would want to add this to your PageLoad sub in the ASP.NET page:   sub PageLoad()    Editor1.text = ...
    Posted to Cute Editor for .NET (Forum) by Phideas on January 15, 2008
  • Editor missing text entry area + install error

    Hello,   I was having an issue with the Cute Editor truncating the text entered even though the MaxHTMLLength was increased (as well as my table column's length and the associated stored procedure).  After searching the forums here and the downloads page, I noticed that there was an update for the Cute Editor 6.0 for .NET.  So I ...
    Posted to Cute Editor for .NET (Forum) by cat4jan on December 23, 2007
« First ... < Previous 57 58 59 60 61 Next > ... Last »