Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Visual Style Builder > SPELL.xxx.css not included in StyleBuilder

Not answered SPELL.xxx.css not included in StyleBuilder

Feed from this thread
  • William Mace avatar

    Posted on Dec 15, 2011 (permalink)

    I just tried creating a skin with the Style Builder and it is not including the SPELL.xxx.css file needed. Can we get the Spelling component added?   

    The DIALOG css contains an import for the Spell.xxx.css

    Reply

  • Bozhidar Bozhidar admin's avatar

    Posted on Dec 19, 2011 (permalink)

    Hi William,

    Each of the controls included in the RadControls for ASP.NET AJAX suite is styled with two CSS files that are loaded in a certain order. The first one - ControlName.css, also called base stylesheet contains CSS properties and values that are common for all skins, i.e it is layout-specific, not skin-specific.

    Unlike the rest of the controls, RadSpell, however uses only one CSS file – Spell.css. This is so because RadSpell consists of two controls from Telerik AJAX Web UI Suite: RadFormDecorator and RadWidnow. Each one of these controls is styled with two CSS files that are loaded in a certain order.

    So, if you want to create a custom spell skin, you should create custom skins for FormDecorator and Window, and that will be enough to have a new custom Spell skin based on the skins specifications applied for the mentioned controls.

    In Creating RadSpell Custom Skin tutorial you could find which parts of the Spell controls are skinned by FormDecorator and which by RadWindow.

    Kind regards,
    Bozhidar
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Visual Style Builder > SPELL.xxx.css not included in StyleBuilder