Why ComboBox object becomes “table” when you are in Read Mode ? It looks like this.

Add this CSS properties and It looks good 🙂

display: inline -> Life Save in XPages :))

lotusFormTable is a parent form table class name. (custom class name)

table.lotusFormTable td table {
	display: inline;
}

table.lotusFormTable td table tbody tr td {
	display: inline;
	margin: 0px;
	padding: 0px;
}

 

 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.