[CLOSED] ASP Controls and Coolite Themes

  1. #1

    [CLOSED] ASP Controls and Coolite Themes

    Is there a way to use the selected coolite theme/css within the current asp control ie. The Login control and the CreateUser control?

    These control already have the functionality built in to work with the membership provider so it would be a bit of a waste having to rewrite them just to get the coolite look.


      <asp:Login ID="Login1" runat="server">
      </asp:Login>
        
      <asp:CreateUserWizard ID="CreateUserWizard1" runat="server">
        <WizardSteps>
          <asp:CreateUserWizardStep ID="CreateUserWizardStep1" runat="server">
          </asp:CreateUserWizardStep>
          <asp:CompleteWizardStep ID="CompleteWizardStep1" runat="server">
          </asp:CompleteWizardStep>
        </WizardSteps>
      </asp:CreateUserWizard>
  2. #2

    RE: [CLOSED] ASP Controls and Coolite Themes

    Hi CMA,

    All the style of the coolite/extjs controls are managed with css classes. To style any existing html element, you just need to apply to the correct extjs css class.


    For example, the following two css classes are applied to the <input> field of the <ext:TextField> controls.


    Example


    class="x-form-text x-form-field"

    Probably the easiest way to discover which css classes (or styles) are applied to each element is to use Firefox with Firebug installed and use the "Inspect" feature.


    Hope this helps.


    Geoffrey McGill
    Founder

Similar Threads

  1. asp.net themes for controls inside a partial view
    By rsaldanhabr in forum 1.x Help
    Replies: 1
    Last Post: Aug 10, 2011, 8:05 AM
  2. [CLOSED] coolite controls
    By Vasudhaika in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 21, 2011, 7:26 AM
  3. [CLOSED] switching themes on controls
    By LeeTheGreek in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 17, 2009, 5:12 AM
  4. Too Many Coolite Controls?
    By josmar52789 in forum 1.x Help
    Replies: 1
    Last Post: Jul 29, 2009, 9:59 PM

Posting Permissions