Insert blank line between stacked fields
In a standard Salesforce page layout you can drag in a blank line on the page layout to separate groups of fields in a section. We need this for total fields separated from the calculation fields above to stand out. Secondarily, I would like to increase font on those total fields slightly to stand out more.
Does Skuid have a method of separating stacked fields into sections or groups in the field editor?
I found this community article, but it did not provide the answer specifically. https://community.skuidify.com/skuid/topics/insert_a_blank_space_onto_page
Does Skuid have a method of separating stacked fields into sections or groups in the field editor?
I found this community article, but it did not provide the answer specifically. https://community.skuidify.com/skuid/topics/insert_a_blank_space_onto_page
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
A template field in this new section can be used to set the styling within the HTML for the calculated fields you want.
It was almost declarative and seems like an easy solution for a standard or custom component called "Blank Line"
http://www.w3schools.com/tags/tag_hr.asp
Look, you magically turned one solution into two.