Ext JS - Learning Center

Extension:SlateTheme

From Learn About the Ext JavaScript Library

Revision as of 19:11, 1 February 2008 by JC-3697 (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Summary: Slate theme for Ext 2.0.
Author: J.C. Bize
Published: Oct 23, 2007
Version: 005 (Jan 31, 2008)
Ext Version: 2.0 / 2.0.1
License: Creative Commons Attribution-Share Alike 3.0
Demo Link: View Demo
Forum Post: View Post

Screenshots

Download

xtheme-slate.zip

Installation

  1. Download xtheme-slate.zip.
  2. Drop the contents of the zip file into your extjs/resources folder
  3. In your HTML page, add a link to xtheme-slate.css after ext-all.css:
<link rel="stylesheet" type="text/css" href="resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="resources/css/xtheme-slate.css" />