Row Formatting

0
new user here...sorry for the bonehead question: When creating a data view using the List Default template, the resulting page formats correctly, provided I only use 4 elements, as shown here. But...when I add an additional element, the resulting display concatenates two fields (and which two fields seems somewhat random) as shown here.   I’m guessing this is due to Mendix trying to fit the additional elements into a finite number of lines in a data view, but I can’t seem to find anything that would configure the vertical size or number of elements I can use… → Is there a parameter setting that controls the vertical size of a data view and would that be the determining factor for how Mendix adjusts the display of each row of elements/ Thanks!      
asked
1 answers
0

For anyone else who might be running into this issue:

For text widgets on pages created from page templates:

- text widget class = card-detail spacing-outer-bottom d-block

For text widgets dragged from the toolbox:

- text widget class = NULL

It’s the latter text widget that causes the problem described above. So, as a follow-on question(s) to my own answer…

  1. Can anyone point me to the list of classes used in Mendix templates?
  2. Is there any way to update the toolbox widgets (such that they won’t get overwritten)?
  3. Is there a way to add custom widgets to the toolbox? 
answered