Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
8 subscribers
Views
4513 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
CRLF to separate sections
eliav
over 8 years ago
Hi All,
is there some method | function useful to add some empty lines ?
I want to mark the separation between 2 areas
Elia
OriginalPostID-248917
Discussion posts and replies are publicly visible
0
monikar
over 8 years ago
If you are trying to seperate two sections, then an extra section with label as char(1) can give an empty line which differentiates two portions on the SAIL Form.
a!sectionLayout(
label: char(1)
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Poorna Guduri
A Score Level 1
over 8 years ago
If it is inside the same section, you can make use of the following:
a!textField(
readOnly:true
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
eliav
over 8 years ago
Ok ,thank you for your suggestions
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Thenmozhi Mohanakrishnan
Certified Senior Developer
over 6 years ago
a!milestoneField(
steps: {
"",
""
}
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
swarajd0001
over 6 years ago
a!textField(
label: "Test"&char(32)&"Test",
readOnly: true()
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel