Tag Archives: json

using extjs in rails part 2

creating a simple logon window First, we need a simple view for our index defined in part 1 index.rhtml in views/login <script type=”text/javascript” src=”/javascripts/login.js”></script> <p>Here comes the Content which will be used after the user logged on.</p> This is just … Continue reading

Posted in extjs, ruby on rails | Tagged , , , , | 1 Comment