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
6 replies
Subscribers
7 subscribers
Views
2231 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
We are on Appian 7.7 , while adding instructions to SAIL components like a!dropd
manojj
over 9 years ago
We are on Appian 7.7 , while adding instructions to SAIL components like a!dropdownfield(), how can we have multiple lines separated by new line?
e.g. : a!dropdownField(....instructions: "a. Use option one to do abc b. Use option two to do xyz"
On UI the instructions a. and b. should appear in multiple lines one below the other.
I tried using the CHAR function to add new line, but did not seem to be working.
OriginalPostID-171560
OriginalPostID-171560
Discussion posts and replies are publicly visible
Parents
0
Amitkumar
over 9 years ago
I have tried this in the past and it did not work for me either. It seems that char(10) or char(13) do not work in the instructions property. However, when these functions are combined with Rich text display functions, they work as expected. Eventually, I displayed entire instruction text in a single line and that was acceptable to some extent.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Amitkumar
over 9 years ago
I have tried this in the past and it did not work for me either. It seems that char(10) or char(13) do not work in the instructions property. However, when these functions are combined with Rich text display functions, they work as expected. Eventually, I displayed entire instruction text in a single line and that was acceptable to some extent.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data