Search

You searched for the word(s): Height
Showing page 195 of 208 (2,075 total posts) < 1 second(s)
  • getting ould not load type CuteEditor.Editor from assembly???

       Hi There, I changed the filespath and now when i try to use cuteeditor it gives me the following error: Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error ...
    Posted to Cute Editor for .NET (Forum) by jack.net on March 30, 2005
  • Re: batch gallery index build

     gallery1.ShowBatchBuild = false; Or <CE:Gallery     id=''gallery1''     runat=''server''     Height=''500''     Width=''600''     Column = ''8''     BackColor=''#ffffff''     HomeUrl = ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on March 30, 2005
  • HTML is changed after it is pasted in cute soft editor

    when i use following code to paste the html , when the drop down is selected - foreach(FileSystemInfo info in fsi) {sFilePath = sFileLoc + info.Name;string sText = this.GetFileText(sFilePath); dropdown.Items.Add(info.Name,sText.ToString());} dropdown.Attributes[''onchange'']=''[CuteEditor_DropDownCommand(this,'PasteHTML')]''; I want ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on March 29, 2005
  • Redefinition of a skin's

    That fact, that files of a skin are born in separate folders, speaks about that that change of standard styles on the is supported. There is not clear a contents of a file layout.jsWhether that is necessary that to redefine in this file?Whether there is a documentation on the coded functions? Layout.jsvar ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by NetProgrammer on March 29, 2005
  • CuteEditor Display issue: very Urgent

    We have a serious problem with the display of content in Cuteeditor.We are using the licensed version of cuteEditor 4.0.0.5. I have pasted the html source below. when I preview the content in the editor window the display is fine. But when I save the same content (Submit), cuteeditor looses the table formatting and the ...
    Posted to Cute Editor for .NET (Forum) by praveen on March 28, 2005
  • Re: Can't disable Right Click

    Hi Adam, Again thanks for a speedy response.  Setting EnableContextMenu=''false'' did not work for me. I forgot to mention in my first email why I wanted to do this.  I don't mind people pasting text into the editor, I just don't like it when it brings all of Words rubbish with it.  I have stopped people pasting images into ...
    Posted to Cute Editor for .NET (Forum) by ingej on March 26, 2005
  • Re: ampersand

    i downloaded the latest trial version last night and the UseHTMLEntities property doesn't seem to do anything. i've tried setting it in code, Editor.UseHTMLEntities=false and in the designer: <CE:Editor EditorWysiwygModeCss=''/cute/example.css,/cute/empty.css'' id=''CuteEditor'' ShowPreviewMode=''False'' Height=''600'' Width=''100%'' ...
    Posted to Cute Editor for .NET (Forum) by RodneyLai on March 26, 2005
  • Re: retain html formatting

    my issuse isn't with the XHTML formatting, but the human readable formatting. i just gave a simple example, if you go to the online demo at: http://www.cutesoft.net/example/general.aspx in IE, I switch to HTML mode and I get nicely formatted HTML: <table cellSpacing=''4'' cellPadding=''4'' bgColor=''#ffffff'' border=''0''>    ...
    Posted to Cute Editor for .NET (Forum) by RodneyLai on March 26, 2005
  • Re: Custom colors in the font/background color dialog ?

     Demo: colorpickerexample.htm Source code: <html><script> function CallColorDlg() { var sColor = document.dlgHelper.ChooseColorDlg(); alert(sColor); } </script> <body> <Button onclick=''CallColorDlg()''>Click Me</Button> <object id = ''dlgHelper'' classid = ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 18, 2005
  • Re: CuteEditor table problem

    Following on from Chris's post above, the following code illustrates the problem encountered. To replicate the problem, paste the following code in to the HTML view on the ASP version of the CuteEditor, switch to the Normal view, and double-click on the table that has 2 columns and 4 rows. The Table Properties window displays, but does not display ...
    Posted to Cute Editor for ASP (Forum) by dj_gallo on March 17, 2005