Here is a tidbit that will autoCreate an ExtJs BasicDialog populated by a partial returned from an AJAX call to a rails controller action. In your js function loadDialog(){ var cb = { success: showDialog, failure: displayError }; ...
Here is a tidbit that will autoCreate an ExtJs BasicDialog populated by a partial returned from an AJAX call to a rails controller action. In your js function loadDialog(){ var cb = { success: showDialog, failure: displayError }; ...
These are a few functions that I use in every rails project I do so I figured I would pass them along. Perhaps someone will find them useful. This first one is a function to get a page number for pagination based on start index and result set size. ...
August 8, 2007 | In: tutorials
Jack Slocum and the guys over at Ext JS labs have delivered in my humble opinion one of the best JavaScript UI libs I have ever had the pleasure to work with. They have a particularly nice tree widget that I've leveraged a few times using Json rendered...
Latest comments