ComponentOne AutoComplete for ASP.NET Web Forms
Task-Based Help / Using Themes with C1AutoComplete / Adding a Custom Theme
In This Topic
    Adding a Custom Theme
    In This Topic

    Complete the following steps:

    1. Click the C1AutoComplete smart tag C1AutoCompleteto open the C1AutoComplete Tasks menu.
    2. In the Theme drop-down box, enter a URL to specify the theme; URLs can be found at http://blog.jqueryui.com/2012/06/jquery-ui-1-8-21/Error! Hyperlink reference not valid.. In this example, we'll use the le-frog theme: http://jquery-ui.googlecode.com/svn/tags/1.8.21/themes/le-frog/

      C1AutoComplete

      This theme setting is stored in the <appSettings> of the Web.config file. In the Solution Explorer, double-click the Web.config file. Notice the <appSettings> tag contains a WijmoTheme key and value; this is where the CDN URL you added is specified.

    3. Run the project and notice that the theme has been applied to the C1AutoComplete control.

      C1AutoComplete