[CLOSED] Setting the background color of html editor

  1. #1

    [CLOSED] Setting the background color of html editor

    Hi,

    i am setting the background color of html editor using the syntax below. when the window renders the backgriound color shows for just a second and disappears.

    // css
    .highlight
            {
                background: #ffffcc !important;
            }
    
    <ext:HtmlEditor ID="HtmlEditorNewGuidelineNameNewResultSet" runat="server" Height="245" FieldBodyCls="highlight"
                        AutoScroll="true" EnableLists="true" EnableColors="true" EnableFormat="true"
                        EnableTheming="true" EnableSourceEdit="false" EnableFontSize="false" AnchorHorizontal="100%"
                        FieldLabel="step">
                        <Listeners>                       
                        </Listeners>
                    </ext:HtmlEditor>

    Also from javascript I am setting the class using the following code. it behaves also as the code above just flashes for a second and the background goes back to white.
     App.htmlEditorid.inputEl.addCls("highlight");
    how can the background be set both ways (declarative and from javascript)
    Last edited by Daniil; Sep 18, 2012 at 12:47 PM. Reason: [CLOSED]
  2. #2
    Hi,

    This works for Ext.NET v2 as well.
    http://forums.ext.net/showthread.php...ll=1#post72820

Similar Threads

  1. panel background color
    By unaltro2 in forum 1.x Help
    Replies: 2
    Last Post: Jan 10, 2011, 2:30 PM
  2. html editor highlight and text color buttons
    By [WP]joju in forum 1.x Help
    Replies: 5
    Last Post: May 06, 2010, 8:38 AM
  3. Html Editor font color
    By speedstepmem2 in forum 1.x Help
    Replies: 5
    Last Post: Sep 29, 2009, 9:59 AM
  4. [CLOSED] Html Editor Default Color
    By speedstepmem2 in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Apr 06, 2009, 1:59 AM
  5. Change Tab background color or background image
    By georgelanes in forum 1.x Help
    Replies: 0
    Last Post: Nov 06, 2008, 3:55 PM

Posting Permissions