-
Notifications
You must be signed in to change notification settings - Fork 37
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
Can you provide example of RawTag? #2
Comments
That seems to be bug at the moment, it's missing an implementation in the Renderer. For now, you'll have to subclass the Renderer and add a In the meantime, maybe sublcassing a |
FTR: Trying to add a button on navbar (login from popup, taken from bootstrap examples):
In your templates:
@mbr I understand that allow this Let me know if you consider to accept a PR related to that |
I've tried implementing a RawTag object, but can't figure it out by looking through the source code.
I've tried
RawTag("<img src='http://www.w3schools.com/images/colorpicker.gif'>")
RawTag('http://www.w3schools.com/images/colorpicker.gif', type='img')
but they don't work.
Can you provide an example in the README/demo?
thanks!
The text was updated successfully, but these errors were encountered: