-
Notifications
You must be signed in to change notification settings - Fork 1
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
Way to trigger the popover from the controller or component #23
Comments
Hey @karjac14, |
Hey @karjac14, Anyway, I have another idea that uses closures. I'll start working on it this afternoon. It will require a code change and new release of the Cheers. |
Hey @nadnoslen, Thanks for the response. For now, I used a jQuery hack too. I think my use-case is pretty unusual, and popOvers should show up based where (positionally) user had clicked. Though the If you come up with something elegant, I'm following this thread and I will know. Thanks in advance. This library package is great. |
I like the closure idea too. I was thinking that we could add another param to the main handlebars code where a user could specify a class or id, and then use that selector in the javascript to manipulate the popover. IDs would be good in the case of using multiple popovers on the same page. Just a thought. |
Thanks for the positive feedback. I'm drowning on another project at the moment but I will put together a plan for a closure routine and get the add-on upgraded as soon as possible. Cheers. |
Is there a way to trigger hide/show the popover from the controller's or component's action, instead of from click, hover and focus.
Thanks.
The text was updated successfully, but these errors were encountered: