Double-click on a row in the pending patrons list in the staff client
loads the pending patron into the patron registration UI in a new tab,
same as clicking the existing Load button.
phasefx++ for implementation suggestions.
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
}
),
'retrieve_row' : retrieve_row,
- 'on_select' : handle_selection
+ 'on_select' : handle_selection,
+ 'on_dblclick' : function(ev) {
+ gen_event_handler('load')();
+ }
}
);