Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

d-list mouse over selection #540

Open
martinfitzg opened this issue Mar 30, 2015 · 0 comments
Open

d-list mouse over selection #540

martinfitzg opened this issue Mar 30, 2015 · 0 comments

Comments

@martinfitzg
Copy link

Hello,
I believe this would come under enhancement, the binding for the selection in a d-list is done in file deliteful/list/List.js line 306

this._selectionClickHandle = this.on("click", this.handleSelection.bind(this));

I'm looking for a way to all so do selection with a mouse over on the Renderer. The cleanest way I can see that to be done is to add the following line

this._selectionClickHandle = this.on("mouseover", this.handleSelection.bind(this));

to line 307, below the first line of code. Would I be correct in thinking this, or is there another way of doing this that I'm missing? Goes without saying not dealing with optionally adding this, or externally exposing the binding etc

Regards,
Martin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants