Within XSLTForms 1.5, xsltforms.js is just interacting with HTML elements and attributes, not anymore with CSS classes.
So, xsltforms.css is just provided as a possible set of CSS rules for rendering. Yet, xsltforms.css is now in charge of essential behavior such as h
Brief followup Alain, please,
I located this in the xsltforms.css code file:
xforms-repeat[xf-bound]:not([xf-notrelevant]) > xforms-repeat-item {
display: table-row;
}
xforms-repeat-item > * {
display: inline-table !important;
}
This is a change to previous versions ?
If a chang
Hello Alain
Thank you for the release link for xsltforms1.5.zip
Interestingly, I am having to go through my [css] stylesheets and change a
few minor things to get form style to be similar to previous versions.
This has not been a problem to do, apart from xforms-repeat and
xforms-repeat-item