mmm, my problem is other, (my english is bad, so i going to use a example)

i have a table with this users:

cod   user
1       tom
2       jerry
3       shrek
4       pluto

and i have a TextField and a submit button, so i want to put in the
TextField the word "shrek" and when i execute the submit button i want
setFocus to the row 3 (shrek).
with your example i need to now the cod of the row, but i want to
search a word in the table and then i want the setFocus.

Grettins
insulae

2007/10/19, Tobias Koller (GERMO GmbH) <[EMAIL PROTECTED]>:
> Hi,
>
> and then you could use
> myTable.focus() to see the "active"-selection.
>
> Tobias
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Tobias Koller 
> (GERMO GmbH)
> Gesendet: Freitag, 19. Oktober 2007 08:41
> An: qooxdoo Development
> Betreff: Re: [qooxdoo-devel] Select a specific row in a table
>
> Hi,
>
> maybe you can use this:
>
> var selectFrom = 1;
> var selectTo = 1;
> myTable.getSelectionModel().setSelectionInterval( selectFrom, selectTo);
>
>
>
> Tobias
>
>
> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Juan Matias 
> Granda
> Gesendet: Freitag, 19. Oktober 2007 00:12
> An: qooxdoo Development
> Betreff: Re: [qooxdoo-devel] Select a specific row in a table
>
> i have the same question, Christian If you have been able to solve
> your "problem", please tell me as you solved
>
> Grettings
> insulae
>
> 2007/10/5, Kolodziej Christian <[EMAIL PROTECTED]>:
> >
> >
> > Hello everybody (the 1st time),
> >
> > currently I'm trying to select one specific row of a table. The row has a
> > column that contains an unique identifier. No the issue: how can I select
> > this row when I have the identfier?
> >
> > Best regards, Christian
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > _______________________________________________
> > qooxdoo-devel mailing list
> > qooxdoo-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >
> >
>
>
> --
> Juan Matias Granda
> http://www.insulae.com.ar
> GPG FINGERPRINT:459C 4A2D 330C CB8C 0C44 0C3A 572C CBCA 5457 508B
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>


-- 
Juan Matias Granda
http://www.insulae.com.ar
GPG FINGERPRINT:459C 4A2D 330C CB8C 0C44 0C3A 572C CBCA 5457 508B

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to