On 7/27/07, dperez <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I would like to implement a new selection mode for table and treevirtual.
>
> ...
>
> The new mode I would like to add is:
>
>     /**
>      * When the user clicks an item, its selection state is toggled.
>      * MULTIPLE_INTERVAL_SELECTION allows to select several items, but is
> focused primarily
>      * to select just one.  This mode emphasizes the multiple selection to
> the end user.
>      */
>     MULTIPLE_INTERVAL_SELECTION_TOGGLE : 5
>
> Do the table and treevirtual gurus like this new mode?
> If so, I will implement it.

Hi David,

Since this is an addition which is selected by the user, I don't have
a problem with this in theory.  The issue I see is that this mode is
selected, the behavior of selections is entirely different than any
normal selection usage that one would see elsewhere.  I would think it
would be a poor idea to use that mode anyplace that looked like it
would behave in the traditional fashion.

I haven't looked at the code to see how one would do it but why don't
you look into adding this new mode as a mixin.

Cheers,

Derrell

-------------------------------------------------------------------------
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