-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
extendShinyjs(script = htmlDependency(...), functions = ...)
support
#254
Comments
I haven't thought of this before, so it's not supported. The only reason it's not supported is because this function was written many years ago before I understood how |
@mmuurr This should now be supported, you can use the Note to self: before closing the issue, update documentation anywhere that addResourcePath is used or where extendShinyjs is used |
I assume that's a typo and it actually should be, "This should now be supported"; correct? (It's a shame that two dramatically different meanings are separable by only one character :-)) |
I should not be writing messages (or even worse, coding) at 4:50am... yet here we are. Hopefully the code was better than the message. Can you please verify that this works for you? |
Yup, this seems to be working for me now; thanks! (I still always struggle with the various options of |
Oh I also do! Every single time I need to use |
I'm wondering if there's a simple way to specify the script file holding {shinyjs} 'extension' functions as an {htmltools}
htmlDependency
object, using then the absolute file resolution codepath of that dependency.I realize
addResourcePath()
does something similar already, but as I write some standardized wrappers I was just curious ifhtmlDependency()
had ever been considered :-)Cheers and thanks!
The text was updated successfully, but these errors were encountered: