GitXplorerGitXplorer
g

TorchUI

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
3184a37f0c073f363c9838953366c027c03c3925

Adding the jQuery 1.4.2 and jQuery UI 1.8.2 to the resources with the newest custom theme.

ggeedew committed 15 years ago
Unverified
9bff571b1d34608e72c093fda51d812cf0a20dda

Getting a newer version of TorchUI out there before I start working on the 1.0.0 version.

committed 15 years ago
Unverified
be50a261c1c98b02451afe59b1c92cfd51ac4de9

Configuring for use with html5 use. Adding the special css to handle that.

committed 15 years ago
Unverified
64a2fe62e0e4ab8a46cde591a586d440caf690b8

Making the corrections needed for passing the options from the main html page, rather than editing the javascript. Also changed how the CSS is loaded, so that it is easier for a user to understand and use.

committed 15 years ago
Unverified
419eda714ea7ba055c719efe8767b4e3c09f52ba

Updated TorchUI for better usage.

ggeedew committed 15 years ago
Unverified
0eee1ab70550c23832c50823e84ba07f23990304

Removing README~ swap file that was committed

ggeedew committed 15 years ago

README

The README file for this repository.

** This code is majorly outdated an no longer considered 'ready for use' **

TorchUI README

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

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


--- 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