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
Hi,
Whenever I try to assign a css class to a certain button it is not working.
buttons: [ {id: 0, label: 'Cancel', val: 'Y', btnClass: 'bs1'}, {id: 1, label: 'Confirm', val: 'N', btnClass: 'bs2'} ]
This is the code generated by messi.js
Any ideas?
The text was updated successfully, but these errors were encountered:
Took me a while to work this out but if you look at the script it is looking for _class (not btnClass)
so : {id: 0, label: 'Cancel', val: 'Y', _class: 'bs1'},
Sorry, something went wrong.
No branches or pull requests
Hi,
Whenever I try to assign a css class to a certain button it is not working.
buttons: [
{id: 0, label: 'Cancel', val: 'Y', btnClass: 'bs1'},
{id: 1, label: 'Confirm', val: 'N', btnClass: 'bs2'}
]
This is the code generated by messi.js
Any ideas?
The text was updated successfully, but these errors were encountered: