Open rysi3k opened 9 years ago
Hello, With XSLTForms, XForms controls are driven by data types which can be defined by a schema or binds. This allows a versatile approach where the same input can be rendered very differently depending on current data type.
Orbeon has its own extensions which can be set using the xxforms namespace. I'm afraid that allowing formatting attributes directly at control level is a pragmatic approach but not a restrictive one...
Hello, I trying parsing forms generated in other software but I have some problems with some custom attributes. I have that code:
or
and namespace:
And attributes with xxforms:size xxforms:cols or xxforms:rows are not parsed, so fields havent proper size. How to do it right way? Currently i have removed "xxforms" namespaces so in textarea case it works like a charm, but for input[type=text] attribue "size" was removed by JavaScript. There are lines
Why do you remove that attributes? Why not only set size/maxlength when necessary?
Greetings