comboBox generates a table instead of span in readmode web

后端 未结 4 572
遇见更好的自我
遇见更好的自我 2020-12-19 10:24

When viewing a Xpage on the web containing a table with a comboBox in a column the html generated by Domino creates a table for the combobox but a span for other components

4条回答
  •  难免孤独
    2020-12-19 10:52

    3 possible actions (in depending complexity) :

    • write your own drop down component
    • add a text field. Use the visible property to show/hide only one based on read/edit mode
    • use css and padding (can take negative values) to move one pixel

提交回复
热议问题