Sha256: cad0a0800a24e21dcbdbeccd00895a417f6da4b9f921734a6f55f228bbf877ad

Contents?: true

Size: 1.22 KB

Versions: 3

Compression:

Stored size: 1.22 KB

Contents

= netzke-core
Create Ext JS + Rails reusable components (widgets) with minimum effort.

This is the bare bones of the Netzke framework. Use it to build your own widgets from scratch. For pre-built widgets (like panels, grids, forms, trees, applications), see the netzke-basepack project.

The idea behind the Netzke framework is that it allows you write reusable client/server code. Create a widget, and then embed it (or load it dynamically) into your Ext-based applications or HTML pages. For more info, see the links below.

== Instalation
The gem is hosted on gemcutter. If you haven't yet enabled gemcutter, run the following:

    sudo gem install gemcutter && gem tumble

Install the gem 

    sudo gem install netzke-core
    
If you want to experiment with the most recent changes, install this as a plugin:

    script/plugin install git://github.com/skozlov/netzke-core.git
    
== Usage
Introduction to Netzke framework: http://github.com/skozlov/netzke/tree/master

Tutorials: http://blog.writelesscode.com

Live-demo: http://netzke-demo.writelesscode.com

The netzke-basepack project (pre-built full-featured widgets): http://github.com/skozlov/netzke-basepack/tree/master

Copyright (c) 2009 Sergei Kozlov, released under the MIT license

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
netzke-core-0.4.5.2 README.rdoc
netzke-core-0.4.5.1 README.rdoc
netzke-core-0.4.5 README.rdoc