Daniel
Daniel
The `button` element is be available for you to modify directly at `ctlShareLink.button`, so something like the following should work for you: ctlShareLink = L.easyButton('fa-share-alt', function () { alert('Yahoo...') },...
Have you tried setting the value of the button? the title of the button? or perhaps some sort of hidden/zero-width span with content? I'm not familiar with the WAVE checker,...
thank you! I'll update the example above
My hunch is that this is more of general styling issue than an EasyButton issue. I'm happy to help with what I can though. I'd guess that this stems from...
This looks good. Can you update the patch so that it doesn't re-indent the entire file? I'll merge it right after!
I'll take a look at in the next day or so, but in the meantime, do you have any more info on how you were using it? Were you supplying...
This looks great so far! I'll take a proper look at it tomorrow morning and get back to you :+1:
Sorry, this issue slipped through the cracks. It's back on my radar.
yeah, the second argument to your button's function is the map, so you can interact as you see fit. Roughly, it would look like this: ``` L.easyButton( 'Swap Layers', function(controlArg,...
Could you post some images or a more detailed description of what you're seeing? Have you found out anything else since opening this issue?