Search

You searched for the word(s): table
Showing page 7 of 255 (2,541 total posts) < 1 second(s)
  • Table Problem

    i have a big problem with the editor integrated in Dnn 2.1.2 who make it unusable for me :(   When i use table in edit mode and valid all is ok but when i reedit the code, the editor break my table a remove some row and put all the content of the rows in the bottom of the table in list...   i always have to remake my ...
    Posted to Cute Editor for .NET (Forum) by djh3o on July 11, 2005
  • Re: table failure if you want to create a table with 1 column 4 (or more) row tested with IE8 on www.cutesoft.net

    Even worse, take a look at the source and you can see that the table terminator tag is missing...   I posted this a while ago, but they dont seem to manage to mend it. They have been working on it since 17/3-2011. http://cutesoft.net/forums/thread/66713.aspx
    Posted to Cute Editor for .NET (Forum) by Bloodcarver on May 2, 2011
  • Link in same window crashes Editor

    To reproduce this problem:   1. Go to http://cutesoft.net/example/general.aspx 2. Click into the editor body below the existing contents. 3. Click the InsertHyperlink icon. 4. In The editor, enter Url: www.CuteSoft.NET. 5. In Target: select Same window. 6. In Title, enter: CuteSoft 7. Click [OK] to close the link editor. 8. Back in ...
    Posted to Cute Editor for .NET (Forum) by fredd on May 9, 2007
  • Re: Multiple Issues with Table

    Hi piyushc ,   1. When I click on table icon of toolbar, sometimes it opens the wizard while some times it just shows a popup like window where I can highlight the number of columns and rows I want. The behavior is inconsistent.   when you double click on the table button it will open the wizard   2. I have a template with ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 25, 2009
  • Re: Serious issue with nested table's style in Mozilla & Safari

    Hi sanjay.joshi,   I can not reproduce this issue.   Here are my steps to test:   1.link tohttp://cutesoft.net/example/general.aspx   2.Click the New Document button to clean the code   3.Click HTML link to switch to THML view and enter the following code       <table width=''590'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 11, 2008
  • iFrame stripped out

    Hi. First I’d like to state that I’ve been demoing several WYSIWYG interfaces over the past few months, and this cute editor has tested well above the rest. I had a few issues storing HTML into my SQL database, but solved the issue by encoding it. I have one problem that I can’t seem to find an answer to. When I submit HTML ...
    Posted to Cute Editor for .NET (Forum) by StingRayYellow on July 4, 2008
  • Re: Change image in result table?

    Hi,   You can draw another table :   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Ajax Uploader (Forum) by cutechat on October 23, 2009
  • Re: Insert Table Bug

    wh1974: That's fine but when using Firefox I am able to select an entire column, click on the 'right justification' toolbar button. CuteEditor.NET then appears to set the alignment of individual cells in that column as you can see from the following html:   <table border=''1'' width=''419''>    <tbody> ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 8, 2007
  • Re: Hide the Cancel button that comes while uploading and rename 'CancelAll' button to 'Cancel'

    Hi MayurNarsale,   To achieve these requirements, you need to wirte your own queue table. The example below shows you how to achieve it.   For requirement 1, I used property "CancelButtonID" to define my own cancel button, so I can hide/show it in "CuteWebUI_AjaxUploader_OnSelect(files) " depends on the files ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 15, 2013
  • Re: CSS style and Cancel All Uploads button

    Hi,   If you just need to hide the cancel all button, please add the style code below into your page.   <style>  .AjaxUploaderCancelAllButton {   display: none !important;  }  </style>    If you need to custom the whole queue table style, then you ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 4, 2013
« First ... < Previous 5 6 7 8 9 Next > ... Last »