Search

You searched for the word(s): Height
Showing page 19 of 208 (2,075 total posts) < 1 second(s)
  • Re: Change background color of layer that is being edited

    To modify the default layer behaviour, please open CuteSoft_Client\CuteEditor\Scripts\Constant.js and modify the following code:editorconstant.layerdefaultstyle = ''position:absolute;width:104px; height: 104px''; Hope it helps. Keep me posted 
    Posted to Cute Editor for ASP (Forum) by Adam on November 9, 2011
  • Re: Any way to suppress the scroll bars in the Editor?

    Good question! I also am in need  of this solution. My users will be working in a predefined width and height and the scroll bars must not affect this working work area. I'm using Classic ASP... how can I disable the scrollbars?
    Posted to Cute Editor for .NET (Forum) by WilliamK on November 8, 2011
  • Re: PasteHTML issue

    Hi Ken   Thanks for your reply.  Actually on my end, I can easily reproduce the problem with the code you sent! If you press the ''Set Table'' button multiple times, the new tables start getting inserted inside the first ones after a couple of clicks.  I modified your example a little bit to insert the table I'm inserting, and ...
    Posted to Cute Editor for .NET (Forum) by syedrazi on November 8, 2011
  • Re: CuteEditor doesn't load in Firefox 5.0

    Hi ChristopherHoven, We are investigating this issue. Once issue is resolved, I will keep you posted. Sorry for your inconvenience. For now, please try style visibility, like below. <!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html> <head>     <title>ASP Editor ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on November 8, 2011
  • Re: Microsoft Outlook Formatting

    Unfortunately that did not work. I still get the same problem. Here is another example of a html email.   <head><style></style></head><body><STYLE type=text/css>        H1 {text-align:center; font-size:20px; font-family:Verdana,Helvetica, sans-serif; color:#000000; } td { ...
    Posted to Cute Editor for .NET (Forum) by syedrazi on November 7, 2011
  • Re: CuteWebUI_AjaxUploader_OnQueueUI event

    Hi Kenneth, I'm creating an MVC 3 web application so maybe there is a difference in firing events. I tried following:  function CuteWebUI_AjaxUploader_OnQueueUI(list) { if ($(''#uploaderTable'').length <= 0) {                    $('.AjaxUploaderQueueTable').wrap(function () ...
    Posted to Ajax Uploader (Forum) by Kemal on November 4, 2011
  • Re: Problem when publishing to production test server...

    The code   <asp:UpdatePanel ID=''UploadPanel'' class=''window'' ClientIDMode=''Static'' UpdateMode=''Conditional'' runat=''server'' style=''padding:25px; min-width:500px; width:auto; max-width:1000px; display:none; '' > <ContentTemplate>   <script type=''text/javascript''> function submitbutton_click() ...
    Posted to Ajax Uploader (Forum) by ScottDolan on November 1, 2011
  • Re: One of your samples doesn't work in FireFox 7.01

    Hi m2jim, Please change the code to below, it should work. <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#''%> <html> <head>     <title>ASP.NET WYSIWYG Editor - Use CuteEditor as a document selector</title>     ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 24, 2011
  • Re: File Upload - removing space in file name

    Hi rajmohanp,   1. Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertMedia.aspx'' and delete all the code in it   2. Use the code below (red code is what I added in it)     <%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' %> <%@ Register TagPrefix=''CE'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 20, 2011
  • Re: Question about table styles

    Hi gitarjake, The ''insert table'' function use to insert a table into the content. By default, it should has nothing in it. We add the  &nbsp;for firefox, because the empty <td> target will very difficult to edit in firefox. If you wan the table shows as what you posted, please set the width and height for the table ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 18, 2011
« First ... < Previous 17 18 19 20 21 Next > ... Last »