0


I am new to using Ext Js GUI Designer. I have gone through some components. Are there any good tutorials or demos to understand the functionality of the same, and which can be implemented in Ruby On Rails?

Ref # http://www.projectspace.nl/

Thanks in advance! :)

Rashmi
  • 629
  • 1
  • 11
  • 35

1 Answers1

0

ExtJS is client-site JavaScript framework - it DOES NOT depend on server-side scripting language -> RoR is not a case

EDIT:

ExtJS Designer produce JavaScript code which need to be included in your pages...

bensiu
  • 24,660
  • 56
  • 77
  • 117
  • Ok... so how to proceed with using the UI designer? Any references from where I can start as a beginner ? – Rashmi Mar 25 '11 at 04:35