Plugins - rwt

StarAdd to favorites


Rwt - Rails Web Toolkit

Rwt is a framework that encapsulates the ExtJS javascript library and enables a new kind of templates where you use plain ruby code to program your application's visual interface.

Below the views directory you can create ruby files with code like this:

window(:title=>'First Test') do |w|
    w << button(:text=>'Displays a message') do |b|
        b.on_click= message('Rwt will make your life easier!')
    end
    w << button(:text=>'Creates a new window') do |b|
        b.on_click= w.call_view('/test/window2')
    end
    w.show
end


Install the plugin in a newly created application and try it!

Installation:

$ cd my_app
$ ruby script/plugin install http://www.accesstecnologia.com.br/plugin/get/rwt

smbrant

http://rwt.accesstecnologia.com.br

http://www.accesstecnologia.com.br/plugin/get/rwt/

Rails' (MIT)

  • Currently 4.0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

View Extensions

Tags

Comments

Add a comment

Search Plugins

Query syntax

Plugins by Category

Sponsors

Rails Kits: Get Code. Get Moving.

Have a comment?