zoukankan      html  css  js  c++  java
  • CSS Friendly Control Adapters CSSFriendly.dll

    From: http://www.codeplex.com/cssfriendly 

    Project Description

    The CSS Friendly Control Adapters kit (for ASP.Net 2.0) provides pre-built control adapters that you can easily use to generate CSS-friendly markup from some of the more commonly used ASP.NET controls.

    News


    A new version of these adapters is in development! Head over to http://code.google.com/p/aspnetcontroladapters for more information and to preview what's been done so far.

    Goals

    The goal of the CSS Friendly project is to transform as many of the traditional ASP.Net web controls to provide CSS-friendly, browser-compatible markup. The project will be released as a single DLL which can be referenced in any web project for simple distribution.

    Implementation

    Users are expected to be familiar with referencing and using third-party assemblies into their existing ASP.Net projects.

    1. Downloading the current release. There are two ways you can do this:
    • Go to the Releases tab. You should see three prominent links to files. The zip file contains the source code, the CSSFriendly.dll file contains the compiled source code, and the the CSSFriendlyAdapters.browser file is a configuration file. You only need the dll and browser files.
    • Go to the Source Code tab. Download the latest change set (source code) by clicking the Download tab. This will include the source code, a test/sample web site, and the CSSFriendlyAdapters.browser configuration file. Open the source code project in Visual Studio, compile it to produce CSSFriendly.dll file. Note that the latest change set has many features and bug fixes over the latest release, but is not as well tested in production environments.

    2. Add a reference to CSSFriendly.dll. This is typically done by right-clicking your web project, choosing the Add References command, browsing for the CSSFriendly.dll file, and clicking OK.

    3. Add the CSSFriendlyAdapters.browser file to the AppBrowsers folder in the root of your web project. If the AppBrowsers folder doesn't exist, create it.

    Note: You can delete lines from the configuration file if you do not want to use the modified adapters for certain controls.

  • 相关阅读:
    “花田喜事” 婚庆网站策划
    discuz 模块模板标签说明 DIY模块模板语法详解
    discuz x2.5 广告位开发学习(第二步:制作)
    DiscuzX2.5完整目录结构【模板目录template】
    Webservice 安全性访问
    X2.5 怎么关闭个人空间
    心中有佛,看人即佛;心中有屎,看人即屎
    discuz x2.5 广告位开发学习(第一步:摸索)
    UVA 128 Software CRC
    UVA 10791 Minimum Sum LCM
  • 原文地址:https://www.cnblogs.com/emanlee/p/1324935.html
Copyright © 2011-2022 走看看