cncolder / TNKit

TNKit is a set of utility classes for Cappuccino. These classes have been extracted from the Archipel Project

Home Page:http://archipelproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TNKit

What is TNKit ?

TNKit is a general framework that contains different things

TNAttachedWindow

A property view acting like the one that pops up when you double click on a meeting in iCal

TNTableViewDataSource

A pretty cool ready to use datasource with filtering support for CPTableView

TNTextFieldStepper

A CPStepper with a textfield Note : CPStepper should be included in Capp soon. If still not, you can find the patch here

TNAlert

A simple wrapper of CPAlert to make alert quickly and not having to deal with delegates

Build

To build TNKit you can type

# jake debug ; jake release

Quick Start

Simply include the TNKit framework in your Frameworks directory and include TNKit.j

@import <TNKit/TNKit.j>

Demo application

You can see a demo application here: Demo

Documentation

To generate the documentation execute the following :

# jake docs

Help / Suggestion

You can reach us at irc://irc.freenode.net/#archipel

About

TNKit is a set of utility classes for Cappuccino. These classes have been extracted from the Archipel Project

http://archipelproject.org

License:GNU Lesser General Public License v3.0


Languages

Language:Objective-J 98.5%Language:JavaScript 1.5%