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

Document tooltip/popover methods #22188

Closed
Johann-S opened this issue Mar 14, 2017 · 3 comments
Closed

Document tooltip/popover methods #22188

Johann-S opened this issue Mar 14, 2017 · 3 comments

Comments

@Johann-S
Copy link
Member

Johann-S commented Mar 14, 2017

Due to my bad english I prefer to open an issue. For tooltip and popover we have a lack of documentation for enable(), disable() and toggleEnabled()

X-Ref : #22162 (comment)

For example (but maybe it's to light) :

.tooltip('enable')

Enable an element's tooltip.

$('#element').tooltip('enable')

.tooltip('disable')

Disable an element's tooltip.

$('#element').tooltip('disable')

.tooltip('toggleEnabled')

Allow to enable or disable an element's tooltip.

$('#element').tooltip('toggleEnabled')
@SidTheEngineer
Copy link
Contributor

This seems like a problem I might be able to tackle as a first contribution. Would that be okay?

@Johann-S
Copy link
Member Author

Sure @sidp0 go on 👍

@Johann-S
Copy link
Member Author

Closed by #22246

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

3 participants