Search

You searched for the word(s): td style
Showing page 161 of 221 (2,209 total posts) < 1 second(s)
  • Re: Border not working in DIV tag

    Hi Eric,   I think we are not on the same page. Create a div and add some text using the toolbar option, then dbl click the layer to open the div dialog pallette. Inside the pallette,  go to Style Builder tab and click Border on the left navigation. Now choose some color and border size...   The funny thing here is that the ...
    Posted to Cute Editor for .NET (Forum) by maximus392 on August 24, 2009
  • Re: getHTML() doesn't work when Cute Editor is in a hidden div

    Hello, Kenneth,   My problem is not with static editors like in your example.  I cannot get the getHTML() method to word on editor controls that are dynamically generated at runtime if they are in a DIV where ''style.display='none''' unless the div is made visible at least once.  Depending on the nature of the document that is ...
    Posted to Cute Editor for .NET (Forum) by BruceWMorgan on August 19, 2009
  • Re: Custom Button Questions

    Thanks Adam,   That helped a lot.  Now I need to be able to paste back in to the main editor, but keep the <script> tags in place.  I'm using the code from the example:   function button_click() { var editor=Window_GetDialogArguments(window); var ...
    Posted to Cute Editor for .NET (Forum) by Aaron Edwards on April 9, 2008
  • Re: Add custom items to tag context menu

    Hi Adam, Thanks for your prompt reply. Actually my requirement was different, and I achieved that by a popup window.  I have another doubt. Is it possible to remove some of the context menuitems from the <special type=''tags''/>. I don't want the menuitems under tag menu like font color, style, highlights ...
    Posted to Cute Editor for .NET (Forum) by prasanthr on August 9, 2010
  • Re: Setting the Font Size List

    Hello   Does anyone know where I can find some sample code for creating a custom DropDownList (or perhaps extending the existing Style or Size DropDownList).  I'm trying to use the style attribute rather than the class attribute as shown in the post above this.  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: EditorWysiwygModeCss not an option

    The style sheet that I would like to link it to exists...But I can't set EditorWysiwygModeCss equal to anything in the code behind bacause EditorWysiwygModeCss is not in the properties.  .Net is not recognizing EditorWysiwygModeCss as a property of the editor.  Sorry I confused you the first time :)
    Posted to Cute Editor for .NET (Forum) by auxe on February 3, 2005
  • Re: EnableStripStyleTagsCodeInjection stripping safe styles too

    well, it doesn't do what it says in two ways:   1) it strips style tags that have nothing that could be malicious and 2) it strips the tag but leaves the content - which looks like garbage text to most users   In my opinion this is a defect
    Posted to Cute Editor for .NET (Forum) by manciaux on November 5, 2010
  • Re: Issues with EditorWysiwygModeCss

    HI,   Does it works on other browser? And does the online demo http://cutesoft.net/example/Using-External-Style-Sheets.aspx  gets the same issue on your browser too?  Regards,   Ken 
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 7, 2016
  • Re: Drop-down menus display

    I guess this issue is caused by the style sheet you are using. That's why I want you create an example showing the problems.   Now you can remove the code from the style sheet step by step untill youl find the ine of the offending code.
    Posted to Cute Editor for .NET (Forum) by Adam on January 16, 2009
  • Re: default size

    Please check the EditorWysiwygModeCss property.  Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss=''example.css,~/portal.css,/default.css''   Then add the following code into your css ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 14, 2010