YUI.NET Project

SourceForge.net Logo
This is a SourceForge.Net open source project, hosted by Open Bracket LLC.

Getting Started

Download the latest binary or download the latest source code.

How to get started

Use the links at the top of this page to download YuiNet.dll and reference it in your web project.

1. Add the following code to your web.config file after the 'configuration' tag:

<configSections>
    <sectionGroup name="system.web">
        <section name="yuiConfig" type="YuiNet.UI.YuiConfigSectionHandler,YuiNet" />
    </sectionGroup>
</configSections>

2. Add the following code to the 'system.web' section of your web.config.

<system.web>
    <yuiConfig yuiBuildPath="http://yui.yahooapis.com/2.5.2" />
        
    <httpModules>
        <add name="YuiModule" type="YuiNet.UI.YuiModule, YuiNet"/>
    </httpModules>
</system.web>

3. Annotate the 'body' tag of your pages with the YUI CSS class.

<body class="yui-skin-sam">

YUI.NET | Lead developer: colin@splashtone.com

YUI.NET is maintained by Open Bracket LLC