Search

You searched for the word(s):
Showing page 2 of 3 (21 total posts) < 1 second(s)
  • Re: Sizing and resizing bugs in the cuteeditor

    Thanks - still not working. Are you testing w/ firefox? The page you gave we loads the first time correctly filling the browser window - but subsequently resizing the browser does resize the editor.
    Posted to Cute Editor for .NET (Forum) by mikea on July 26, 2007
  • Re: Sizing and resizing bugs in the cuteeditor

    OK - I removed the containing div in the cell (since it didn't specify a height) and got a little farther - editor fills the table cell which fills the window - however - resizing the window does not resize the editor - on firefox - looks like the editor is sized by your load script and never re-adjusted on window resize?
    Posted to Cute Editor for .NET (Forum) by mikea on July 25, 2007
  • Re: Sizing and resizing bugs in the cuteeditor

    Thanks Adam. I tried that. Now replace hello world with this CE tag: &nbsp; &lt;ce:Editor ID=''ctlCuteEditor'' Height=''100%'' Width=''100%'' runat=''server'' &gt; &lt;FrameStyle BackColor=''White'' BorderColor=''#DDDDDD'' BorderStyle=''Solid'' BorderWidth=''1px'' Height=''100%'' ...
    Posted to Cute Editor for .NET (Forum) by mikea on July 25, 2007
  • Sizing and resizing bugs in the cuteeditor

    Create this simple page below and see how the cuteedit does not size itself correctly in either firefox or ie7. Then remove the doctype tag and see what happens... I've been trying for several&nbsp;long days now to get cuteedit to resize w/ the browser window when I came upon this issue which seems to be causing some of the root problem. ...
    Posted to Cute Editor for .NET (Forum) by mikea on July 25, 2007
  • CDATA in scripts

    Is there a way&nbsp;to disable the CDATA injection around my scripts? IE ignores script in CDATA sections. Our work around is to comment out the CDATA tags after they are injected - which makes IE happy - but our non-technical users confused... &nbsp; It happens when we toggle between HTML and Normal mode (client side) and when we postback and ...
    Posted to Cute Editor for .NET (Forum) by mikea on August 15, 2006
  • Re: style tag ignored by CE

    Any luck with this, Adam?
    Posted to Cute Editor for .NET (Forum) by mikea on July 26, 2006
  • Re: style tag ignored by CE

    Adam, &nbsp; We are having the same issue. CE is ignoring classes specified in &lt;style&gt; tags within the HTML of the content. They are not being applied in Normal or Preview mode. &nbsp; You can recreate the problem using the demo editor on&nbsp;the&nbsp;cutesoft&nbsp;site. &nbsp; This is a critical issue with our production ...
    Posted to Cute Editor for .NET (Forum) by mikea on July 19, 2006
  • What's new in 5.3?

    Where can I get a list of what's new or fixed in 5.3? &nbsp; Thanks
    Posted to Cute Editor for .NET (Forum) by mikea on May 23, 2006
  • Stylesheet from Database?

    Our CMS uses the database to store stylesheets. At page construction time, we use an asp.Net handler to cough up the sheets and link them to the associated pages using a Link tag with an URL something like this&nbsp;''style.css?id=23''. &nbsp; I want to be able to use these stylesheets in the editor, but it appears the implentation behind ...
    Posted to Cute Editor for .NET (Forum) by mikea on February 21, 2006
  • Re: Custom Function for Image Editing...

    Thanks for the quick repsonse,&nbsp;Adam. I found the&nbsp; js&nbsp;at the bottom of tag_image.ascx - I made my own copy of tag_image.ascx,&nbsp;hid your browse button, added my own,&nbsp;made sure to call FireUIChanged after returing from my browse dialog, and updated the tag.config file to use my version - everything worked great! Updating ...
    Posted to Cute Editor for .NET (Forum) by mikea on January 31, 2006