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 i do this in the xhtml
<b:container fluid="true"> <!-- header --> <b:row styleClass="show-grid header" > <b:column col-xs="12" col-sm="0" col-md="0" col-lg="0" style="text-align: center;" >
but when i rendered... i got this <div id="j_idt9" class="col-xs-12 hidden-sm hidden-lg " style="text-align: center;">
<div id="j_idt9" class="col-xs-12 hidden-sm hidden-lg " style="text-align: center;">
somewhere in the rendering process... the style "hidden-md" wasnt rendered.
i have to added manually with a styleclass later.
PD: awesome work in this project (not sarcasm)
The text was updated successfully, but these errors were encountered:
Fixed bug TheCoder4eu#321 (not rendering hidden-md), TheCoder4eu#326 …
b8270fc
…(disable attribute in datepicker) and TheCoder4eu#329 problem in CoreRenderer for EL expression in value attribute.
@asterd Do you want me to test your bug fix? Otherwise, feel free to close the bug.
Sorry, something went wrong.
asterd
No branches or pull requests
Hello
i do this in the xhtml
but when i rendered... i got this
<div id="j_idt9" class="col-xs-12 hidden-sm hidden-lg " style="text-align: center;">
somewhere in the rendering process... the style "hidden-md" wasnt rendered.
i have to added manually with a styleclass later.
PD: awesome work in this project (not sarcasm)
The text was updated successfully, but these errors were encountered: