public
Description: Replaces <select> tags with a full-HTML, RESTful JavaScript record browser (Rails plugin)
Homepage: http://code.google.com/p/recordselect
Clone URL: git://github.com/cainlevy/recordselect.git
using default Element.Update (replace contents) instead of 
Insertion.Bottom when opening the dialog. closes issue #53.
cainlevy (author)
Wed Jul 23 16:18:07 -0700 2008
commit  f736ba1d036cd3d0593977f25584efe04b8b8e96
tree    8e565fa6c5329279336c0fa9f20fa212911ac5c7
parent  69d78db3781968b9000a120f7dbc9cbab8a9a8a9
...
72
73
74
75
76
77
78
...
72
73
74
 
75
76
77
0
@@ -72,7 +72,6 @@ Object.extend(RecordSelect.Abstract.prototype, {
0
       method: 'get',
0
       evalScripts: true,
0
       asynchronous: true,
0
- insertion: Insertion.Bottom,
0
       onComplete: function() {
0
         this.show();
0
         // needs to be mousedown so the event doesn't get canceled by other code (see issue #26)

Comments

    No one has commented yet.