Search

You searched for the word(s):
Showing page 1 of 2 (12 total posts) < 1 second(s)
  • Re: Mis-matching styles being applied to Editor

    I had changed my site over to some wacky colors just to make sure eveything was styling correctly, most of the time the background for the page will be white... but I should still get this to work properly. The following setup results in black on black, I'm not sure what I'm ...
    Posted to Cute Editor for .NET (Forum) by Kyrus on September 14, 2009
  • Re: Mis-matching styles being applied to Editor

    Here is the situation, BODY background-color: black. The style that sets the area where text is displayed is .Content with a background-color: #FFFF00.&nbsp;The style that sets the text color is .Normal with a color: black. &nbsp; The Normal tab of the editor shows black on black, I have to physically change the color of the text to white, even ...
    Posted to Cute Editor for .NET (Forum) by Kyrus on September 14, 2009
  • Mis-matching styles being applied to Editor

    The Normal tab of the editor is using BODY for the background color, and the CSSStyle for the text color. &nbsp; I dont think the BODY tag should be applied at all to the editor as what is specified in BODY does not apply to the editor. Just because I set a BGColor in the BODY tag does not mean that is going to be the background color for where ...
    Posted to Cute Editor for .NET (Forum) by Kyrus on September 14, 2009
  • Re: Eval javascipt loaded for every button, slowing down page load.

    IE, Firefox, Chrome... &nbsp; Sorry its not Eval(), its&nbsp;anonymous()...&nbsp; heres what I see&nbsp;run my site and load a cute editor (theres ALOT more of this anonymouse code running) &nbsp; function anonymous() { CuteEditor_ButtonCommandOver(this) } &nbsp;
    Posted to Cute Editor for .NET (Forum) by Kyrus on September 2, 2009
  • Eval javascipt loaded for every button, slowing down page load.

    I noticed, especially when debugging, that javascipt eval statements are loading for each button (not sure if its for each button, or something else). This is causing the cute editor to take upwards of 4-5 seconds to load. When deployed the delay is only about half that. But the delay while loading is noticable. Is there a way to optimize the ...
    Posted to Cute Editor for .NET (Forum) by Kyrus on September 1, 2009
  • Re: AutoParseClasses causes textarea to not work

    in the act of posting this I noticed the first line, I pulled it out and the editor started working... Apperently the drop down parses tag specific styles...
    Posted to Cute Editor for .NET (Forum) by Kyrus on September 1, 2009
  • Re: AutoParseClasses causes textarea to not work

    html,&nbsp;body&nbsp;{&nbsp;height:&nbsp;100%;&nbsp;position:&nbsp;relative&nbsp;} &nbsp;&nbsp;.HeadBg &nbsp;&nbsp;{ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;COLOR:&nbsp;#FFFFFF; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BACKGROUND-COLOR:&nbsp;#2072a4&nbsp;&nbsp;} &nbsp;&nbsp;BODY &nbsp;&nbsp;{ ...
    Posted to Cute Editor for .NET (Forum) by Kyrus on September 1, 2009
  • AutoParseClasses causes textarea to not work

    Are there any style properties we should avoid using in a stylesheet assigned to the EditorWysiwygModeCss property? &nbsp; I'm asking because it seems a style added to the stylesheet we were using for this property has cause the textarea of the editor to stop working. We have quite a few styles in this sheet, so I am unsure which one is causing ...
    Posted to Cute Editor for .NET (Forum) by Kyrus on August 31, 2009
  • Re: Issue with Image Map button

    alright, the 2nd issue was my fault, I didnt realize we had 2 editors on the page and was only setting 1 path. &nbsp; The first issue I figgured out. It has to do with paths. For some reason the preview view and normal views display an image correctly that has a path of ''data/components/616/'' which is what our old code was doing, but the ...
    Posted to Cute Editor for .NET (Forum) by Kyrus on January 15, 2009
  • Re: Issue with Image Map button

    Here is more info that may/may not be important &nbsp; We have a custom control that inherits from CuteEditor.Editor. In places where we use this control we have to set a unique ID that then sets the path to the images directory that it is suppose to use. IE. ID 616 Would use Folder ~/Data/Components/616/ for all its images. when the ID is set, ...
    Posted to Cute Editor for .NET (Forum) by Kyrus on January 14, 2009
1 2 Next >