Jim Hunter schrieb:
> Anyone? I am needing to find this soon, I have a Friday deadline to
> change this behavior.
>
The relevant code is in Table.js line 1212:
case "Enter":
this.stopEditing();
var oldFocusedRow = this.__focusedRow;
this.moveFocusedCell(0, 1);
if (this.__focusedRow != oldFocusedRow) {
consumed = this.startEditing();
}
break;
This behavior look hard wired to me. It could be tricky to change this.
Best Fabian
>
> On Tue, Apr 28, 2009 at 10:31 PM, Jim Hunter <[email protected]> wrote:
>
>> I am trying to find in the code where it is determined where the
>> cursor will go after you edit a cell in a table then hit the Enter
>> key. Currently it goes down to the next row and I have to change that
>> to go to the right to the next cell and stay on the same row. So if
>> someone that knows this answer would point me in the right direction I
>> can make the changes (I hope).
>>
>> Thanks,
>> Jim
>>
>>
>
> ------------------------------------------------------------------------------
> Register Now & Save for Velocity, the Web Performance & Operations
> Conference from O'Reilly Media. Velocity features a full day of
> expert-led, hands-on workshops and two days of sessions from industry
> leaders in dedicated Performance & Operations tracks. Use code vel09scf
> and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>
--
Fabian Jakobs
JavaScript Framework Developer
1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
Telefon: +49 721 91374-6784
[email protected]
Amtsgericht Montabaur / HRB 6484
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver
Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel