-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
Header of kanban boards - adding a button #175
Comments
If you include bootstrap (or font-awesome) script AFTER your loading code. It should work. Remember, jKanban is a vanilla javascript plugin, so in order to make it work with another plugins (such as Font Awesome) you have to manage another plugin functions manually. |
Yes i know, i have loaded font awesome plugin. But it shows me the HTML like |
Hi @Brecht272727, Marcos The JKanban Option : content: '+', appears to treat everything like text. At least it has for us. So adding HTML there might come out as text. Depending on what version of the library you have. You may need to do this outside of the library. Just a heads up. Using the library as a base. |
Hi @WriterStat I have the latest version and it comes out as text. Thanks for the reply. |
That's I was trying to say. I had to develop every "custom" feature and used jKanban only as a main lib. |
Hi, is it possible to add something to the header with the title inside?
I want to add an edit button so we can change the title of the board via ajax.
I know it is possible to use this:
But this way i can't add an data-id attribute for knowing the board id.
I am also trying to use
<i class="fa fa-edit"></i>
as content item, but it gives me the html instead of an icon.The text was updated successfully, but these errors were encountered: