CodeSmith Community
Your Code. Your Way. Faster!

Minor issue with textarea in default skin.

Latest post 12-21-2007 10:57 AM by iatek. 2 replies.
  • 08-20-2007 10:59 AM

    • peelay
    • Top 150 Contributor
    • Joined on 02-12-2006
    • Toronto, Ontario
    • Posts 31
    • Points 870

    Minor issue with textarea in default skin.

    Really minor but a bit of an annoyance since the simple fix gets replaced with every regen. The text area default skin is missing the closing quote on the cssclass attrib.

    This

    <asp:TextBox runat="Server" CssClass="textbox></asp:TextBox>

    needs to change to:

    <asp:TextBox runat="Server" CssClass="textbox"></asp:TextBox>

    Cheers,
    Phill

    Filed under:
    • Post Points: 35
  • 08-20-2007 11:12 AM In reply to

    • swin
    • Top 10 Contributor
    • Joined on 06-14-2006
    • London, UK
    • Posts 922
    • Points 34,710

    Re: Minor issue with textarea in default skin.

    ...every little helps!

    Fixed in SVN616.

    Thanks

    swin 

    ------------------------------------------------- Member of the .NetTiers team -------------------------------------------------
    • Post Points: 35
  • 12-21-2007 10:57 AM In reply to

    • iatek
    • Top 500 Contributor
    • Joined on 08-03-2007
    • Posts 18
    • Points 270

    Re: Minor issue with textarea in default skin.

    Thanks for posting this! Although it's a very small item, it was causing major problems when I was trying to set another CssClass on the textbox and couldn't figure out what it was.

    Skelly
    • Post Points: 5
Page 1 of 1 (3 items) | RSS
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems