XF 2.1 How to combine style properties?

Matt C.

Well-known member
Licensed customer
How do I combine two style properties to appear on the same line?

199387

Thank you.
 
Proper solution is to create complex style property that is stored as array and custom template to render it. For example of implementation see messageUserElements property. Its list of checkboxes that are rendered using custom template, but instead of checkboxes you can use text inputs.

Another solution is to add JavaScript to that page and move input boxes for those two properties.
 
Back
Top Bottom