orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
514 stars 221 forks source link

Allow controlling cell vertical alignment #6293

Open ebruchez opened 5 months ago

ebruchez commented 5 months ago

Like in Excel or other tools, allowing alignment of the control to the top, middle or bottom, of the cell should be possible.

CSS grids allow doing this easily with an attribute: self-align: start | center | end. Doing this in the PDF, which doesn't support CSS grids, needs to use something else.

This is more useful for controls like buttons, and, possibly, links (#2037).