Search

You searched for the word(s):
Showing page 2 of 2 (19 total posts) < 1 second(s)
  • Re: Source Code: Setting the Font Size List

    Works for text but if an image is part of the selection then the image gets removed.
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 12, 2004
  • Re: Source Code: Setting the Font Size List

    Unfortunately the javascript seems to be broken. &nbsp; sel.length returns ''undefined'' so I never enter the for loop If I change ''sel.length'' with a number (say 1) then the javascript craps out on sel(i) (looks like I cant access it as an array) &nbsp; I can do... var str = sel.text for (i = 0; i &lt; str.length; i++) .... &nbsp; But ...
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 12, 2004
  • Re: Setting the Font Size List

    Thanks for the reply Bruce but unless I missed something, that didn't solve my problem. &nbsp; When I add styles to a block of text using that code snippet I get something like this... &lt;FONT class=Heading&gt;testing&lt;/FONT&gt; &nbsp; But what I want is &lt;FONT style=''somestyle''&gt;testing&lt;/FONT&gt; &nbsp; That's what I mean by ...
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 12, 2004
  • Re: Setting the Font Size List

    Hello &nbsp; Does anyone know where I can find some sample code for creating a custom DropDownList (or perhaps extending the existing Style or Size DropDownList).&nbsp; I'm trying to use the style attribute rather than the class attribute as shown in the post above this.&nbsp; Is this even possible (all I can find are examples of adding custom ...
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 12, 2004
  • Re: Font css Styles

    Has this issue been looked at yet? &nbsp; It appears that even the ''Code Cleaner'' tool has difficulties handling this problem.
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 12, 2004
  • Re: Setting the Font Size List

    &nbsp;Adam wrote:&nbsp; If you do want to set the right size, you approach it is to make use of the Style menu and add a bunch of style items to it called ''10pt'', ''12pt'', etc, and then add styles to the stylesheet&nbsp; so they are set to the right size. &nbsp; Hmm well you did point out that I was approaching this problem the wrong ...
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 8, 2004
  • Re: Setting the Font Size List

    Sorry, that should be ''px'' rather than ''pt'' &nbsp; Even if I write &nbsp;&nbsp;&nbsp; &lt;font size=''5px''&gt;Foo&lt;/font&gt; in the HTML side of the CuteEditor it automatically changes it to &nbsp;&nbsp;&nbsp; &lt;font size=5&gt;Foo&lt;/font&gt; when you switch back and forth from Normal and HTML &nbsp; Any way&nbsp;to turn that ...
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 8, 2004
  • Setting the Font Size List

    Hello, &nbsp; I'm trying to get the dropdownlist to contain ''1pt'', ''2pt'', etc rather than ''1'', ''2'', ..... &nbsp; I tried using the FontSizesList which does display them properly in the dropdownlist but when I try to use them nothing happens.&nbsp; &nbsp; It looks like&nbsp;the strings from this list are being converted to integers ...
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 8, 2004
  • Re: When using font in body style, selecting the same font in CE has no effect.

    Has this problem been solved?&nbsp; I'm running into the same problem myself and I bet that this post... http://www.cutesoft.net/Forums/ShowPost.aspx?PostID=552 is having the same problem.
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 8, 2004