-
Notifications
You must be signed in to change notification settings - Fork 0
TorchUI is a JavaScript library utilizing jQuery and associated plugins in an all inclusive User Interface
geedew/TorchUI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
** This code is majorly outdated an no longer considered 'ready for use' ** TorchUI README * Andrew Wilson * http://www.geedew.com * [email protected] Last Updated - 06.10.2010 Version - 1.0 Description : TorchUI is a combination of jQuery plugins that provide a stable functional User Interface for Websites and applications. It's more than just JavaScript however. It also formats the Browsers with special CSS files that will create a less hostile development platform. Including a Grid Framework for proper professional Designs. Table of Contents : 1. Installing 2. Configuring 3. Basic API 4. Plugins Utilized 5. Licenses 6. Changelog -------------------- --- INSTALLING -------------------- Currently, the most simple way to explain how to install is to drop the files into your root path of a website, and then include them like this, <link rel="stylesheet" href="torchui-site.css" type="text/css" /> <script src="torchui-1.0.js" type="text/javascript"></script> between the <head></head> tags of the html document. Notice, you CAN pass the options for torchui within the script tags as long as it is in the object form shown. jQuery is NOT required to be seperate, it's best to treat TorchUI as your jQuery installation. -------------------- --- CONFIGURING -------------------- Configuring can be found at the top of the TorchUI.js file... It's all there and very easy to follow in the comments. -------------------- --- BASIC API -------------------- -------------------- --- PLUGINS UTILIZED -------------------- * jQuery 1.4.2- DO NOT INSTALL SEPARATE, SIMPLY TREAT TORCHUI AS YOUR JQUERY, EVERYTHING WILL WORK FINE. * jQuery 1.8.2 * Firebug Lite -http://svn.jasonkarns.com/jquery/firebug/trunk/ * CMXForms * MaskedInput * ValidateJS * MetaData * jQueryUI -------------------- --- LICENSES -------------------- /*! * jQuery JavaScript Library v1.4.2 * http://jquery.com/ * * Copyright 2010, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2010, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. * * Date: Sat Feb 13 22:33:48 2010 -0500 */ Sizzle CSS /* * Sizzle CSS Selector Engine - v0.9.3 * Copyright 2009, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. * More information: http://sizzlejs.com/ */ Firebug Lite /**http://svn.jasonkarns.com/jquery/firebug/trunk/**/ https://getfirebug.com/firebug-lite.js -------------------- --- CHANGELOG -------------------- V1.0 - * Removed the $.notify functions (lack of support) * Removed the $.language functions (never completed) * Upgraded to jQuery 1.4.2 and jQuery-UI 1.8.2 * Removed SlickAnchors (never completed) * Removed the Degrading Script Tags * Fixed support for torchui-site.css * Now using Firebug Lite directly from the getfirebug site * Added the jQuery UI Dialog Button theming support
About
TorchUI is a JavaScript library utilizing jQuery and associated plugins in an all inclusive User Interface
Resources
Stars
Watchers
Forks
Packages 0
No packages published