-
Notifications
You must be signed in to change notification settings - Fork 108
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
Allow usage of custom tags defined in native js libraries #43
Comments
I don't like tricks like this. |
Ok, but how do i get Binding.Scala to emit |
Something like |
Yes, but how to i implement onsPage? It somehow has to produce Binding.Scala compatible tags of the kind |
Let your |
@sb-minimal see my https://github.com/sadhen/Binding-SemanticUI for example |
@sadhen , I guess @sb-minimal means custom HTML tags, which is not what you are talking about. |
guess I am getting something completely wrong.
getting
Is |
You can use NodeSeqMountPoint at the moment. See https://scalafiddle.io/sf/gII6UlB/0 |
However, I guess it would be good if we have a special syntax to disable tag name checking, like the |
Fixed in #110 |
I read through the issues of custom tags but must admit, that i did not fully understand if it is possible to extend Binding.scala with custom tags.
Say OnsenUI defines a custom tag
<ons-page>
, how can i use this in Binding.scala?I tried the following wrapper
and use it as follows
getting
The text was updated successfully, but these errors were encountered: