CHANGELOG generators/netzke_basepack/netzke_basepack_generator.rb generators/netzke_basepack/USAGE generators/netzke_form_panel/netzke_form_panel_generator.rb generators/netzke_form_panel/templates/create_netzke_form_panel_fields.rb generators/netzke_grid_panel/netzke_grid_panel_generator.rb generators/netzke_grid_panel/templates/create_netzke_grid_panel_columns.rb init.rb install.rb javascripts/basepack.js lib/app/models/netzke_form_panel_field.rb lib/app/models/netzke_grid_panel_column.rb lib/netzke/accordion_panel.rb lib/netzke/ar_ext.rb lib/netzke/basic_app.rb lib/netzke/border_layout_panel.rb lib/netzke/configuration_tool.rb lib/netzke/container.rb lib/netzke/db_fields.rb lib/netzke/fields_configurator.rb lib/netzke/form_panel.rb lib/netzke/form_panel_extras/interface.rb lib/netzke/form_panel_extras/javascripts/xcheckbox.js lib/netzke/form_panel_extras/javascripts/xdatetime.js lib/netzke/form_panel_extras/js_builder.rb lib/netzke/grid_panel.rb lib/netzke/grid_panel_extras/interface.rb lib/netzke/grid_panel_extras/javascripts/check-column.js lib/netzke/grid_panel_extras/javascripts/filters.js lib/netzke/grid_panel_extras/js_builder.rb lib/netzke/panel.rb lib/netzke/property_editor.rb lib/netzke/property_editor_extras/helper_model.rb lib/netzke/tab_panel.rb lib/netzke/table_editor.rb lib/netzke/tree_panel.rb lib/netzke/wrapper.rb lib/netzke-basepack.rb LICENSE Manifest netzke-basepack.gemspec Rakefile README.rdoc stylesheets/basepack.css tasks/netzke_basepack_tasks.rake test/app_root/app/controllers/application.rb test/app_root/app/models/book.rb test/app_root/app/models/category.rb test/app_root/app/models/city.rb test/app_root/app/models/continent.rb test/app_root/app/models/country.rb test/app_root/app/models/genre.rb test/app_root/config/boot.rb test/app_root/config/database.yml test/app_root/config/environment.rb test/app_root/config/environments/in_memory.rb test/app_root/config/environments/mysql.rb test/app_root/config/environments/postgresql.rb test/app_root/config/environments/sqlite.rb test/app_root/config/environments/sqlite3.rb test/app_root/config/routes.rb test/app_root/db/migrate/20081222033343_create_books.rb test/app_root/db/migrate/20081222033440_create_genres.rb test/app_root/db/migrate/20081222035855_create_netzke_preferences.rb test/app_root/db/migrate/20081223024935_create_categories.rb test/app_root/db/migrate/20081223025635_create_countries.rb test/app_root/db/migrate/20081223025653_create_continents.rb test/app_root/db/migrate/20081223025732_create_cities.rb test/app_root/db/migrate/20090102223630_create_netzke_layouts.rb test/app_root/db/migrate/20090102223811_create_netzke_grid_panel_columns.rb test/app_root/script/console test/app_root/vendor/plugins/acts_as_list/init.rb test/app_root/vendor/plugins/acts_as_list/lib/active_record/acts/list.rb test/app_root/vendor/plugins/acts_as_list/README test/ar_ext_test.rb test/border_layout_panel_test.rb test/console_with_fixtures.rb test/fixtures/books.yml test/fixtures/categories.yml test/fixtures/cities.yml test/fixtures/continents.yml test/fixtures/countries.yml test/fixtures/genres.yml test/grid_panel_test.rb test/netzke_basepack_test.rb test/schema.rb test/test_helper.rb TODO uninstall.rb