Search

You searched for the word(s): Height
Showing page 200 of 208 (2,075 total posts) < 1 second(s)
  • Height attribute in controls

    The height attribute in a control, such as the textbox changes as you go to the HTML viewer and back again to Normal viewer.The height attribute is also written twice within the control.   take a look at this textbox in the HMTL and watch the height change.  I'm using IE6.
    Posted to Cute Editor for .NET (Forum) by squirrel on December 21, 2004
  • AutoConfigure Doesn't Work

    I have set AutoConfigure = None and still EVERYTHING displays!  The problem is I can't even use ConfigurationPath to set a new configuration file because all of the buttons have been previously added.  Here is my code; it displays everything: <CE:Editor runat=''server'' id=''Description''   FilesPath=''/lib/inc/cuteeditor'' ...
    Posted to Cute Editor for .NET (Forum) by rarenewspapers on December 20, 2004
  • Re: Problem editing galley- XML loses ID on resave

      Upon further investigation it seems that everything works -adding images ect-BUT when I delete the image I lose the above block of  XML (when the control resaves the XML.  All I am left with are the image blocks of xml:<image>Image data</image>SO then I upload a new photo now the Uploader resaves the new XML and ...
    Posted to ASP.Net Image Gallery (Forum) by Digitalmafia on December 12, 2004
  • Problem editing galley- XML loses ID on resave

    Whe I edit a gallery-upon removing an image, via the pop up image gallery editor, The xml is resaved and loses the schema block of ...
    Posted to ASP.Net Image Gallery (Forum) by Digitalmafia on December 12, 2004
  • Controlling size of cuteeditor control with no scroll bar

    We are using CuteEditor where limiting the size of the text area is important. We have set the width and height, but when you get to the bottom of the control, scroll bars automatically appear. How can I get rid of them! ThanksDAN
    Posted to Cute Editor for .NET (Forum) by dfort on December 8, 2004
  • Re: Custom Function question

    OK, Now I have 2 additional questions.  1) I have 1 style in the listbox called Heading (code highlighted in blue).         If a user selects some text say 123 and then selects Heading we end up getting:         <FONT ...
    Posted to Cute Editor for ASP (Forum) by demmett on December 7, 2004
  • Can I change the embed tag in the Insert_Media.asp script?

    I am just full of questions now.  :) We have a specific way we use media on our site.  Because we're running Windows 2003, we use Media 9 and the mms:// tag. Can I have the insert_media script use our format instead of the <embed> tag that's default?  I tried changing what I thought would be it but I got an ...
    Posted to Cute Editor for ASP (Forum) by Michael Mullis on December 6, 2004
  • Re: C# code behind not working?

    Terry,  Since dfort and I have the same problem I placed my examples here for you.  I am doing my coding in VB he is using C#.  Either way should work the same. Here you go.       Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ...
    Posted to Cute Editor for .NET (Forum) by Drone on December 3, 2004
  • Re: AutoConfigure and TemplateItemList in Codebehind Problems

    This is the answer I have received thus far: In the new version, you can change the order of tools by modify the configuration file. For example: Open the CuteSoft_Client/CuteEditor/Configuration/Autoconfigure/full.config And change the order. You can disable the ForeColor and BackColor by setting Visible attribute to false: <item ...
    Posted to Cute Editor for .NET (Forum) by Drone on December 1, 2004
  • AutoConfigure and TemplateItemList in Codebehind Problems

    In version 2.0 and 3.0 I was creating custom templates in the code behind and everything worked fine.   I am testing version 4.0 and I found that the Template method was changed to the TemplateItemList.  After accessing the new method from the code behind page the custom template no longer works. I also found that using the ...
    Posted to Cute Editor for .NET (Forum) by Drone on December 1, 2004