thomascube
2010-09-29 9d2a3a819a588f0fad2aaac0b330bafe594954ec
Focus search box or first edit field on page load

1 files modified
8 ■■■■ changed files
program/js/app.js 8 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -301,10 +301,14 @@
        if (this.env.cid)
          this.enable_command('show', 'edit', true);
        if ((this.env.action=='add' || this.env.action=='edit') && this.gui_objects.editform)
        if ((this.env.action=='add' || this.env.action=='edit') && this.gui_objects.editform) {
          this.enable_command('save', true);
        else
          $("input[type='text']").first().select();
        }
        else if (this.gui_objects.qsearchbox) {
          this.enable_command('search', 'reset-search', 'moveto', true);
          $(this.gui_objects.qsearchbox).select();
        }
        if (this.contact_list && this.contact_list.rowcount > 0)
          this.enable_command('export', true);