We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello All,
When I try to use the following:
<b:button icon="comment" onmouseout="$('.outputView_#{answer.id}').hide()" onmouseover="$('.outputView_#{answer.id}').show()" />
The generated code is:
<button id="form:j_idt44:0:j_idt46" name="form:j_idt44:0:j_idt46" type="button" class="btn btn-default"> <span> <i class="glyphicon glyphicon-comment"></i> </span> </button>
I didn't test without table.
Best Regards, Mihaly
The text was updated successfully, but these errors were encountered:
#810 render the JavaScript callback methods. Removed the non-existing…
4271f80
… JavaScript callback "onselect".
TheCoder4eu/BootsFaces-OSP#810 removed the non-existing JavaScript ca…
f0742d3
…llback "onselect"
I've fixed the bug. BTW, it didn't have anything to do with the table.
Sorry, something went wrong.
I've uploaded a developer snapshot, so you can test the bug fix. See #369 on how to get it.
stephanrauh
No branches or pull requests
Hello All,
When I try to use the following:
The generated code is:
I didn't test without table.
Best Regards,
Mihaly
The text was updated successfully, but these errors were encountered: