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
4 replies
Subscribers
9 subscribers
Views
2073 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is there a way to format captions for mouse overs on icons, like carriage return
brandonc
over 9 years ago
Is there a way to format captions for mouse overs on icons, like carriage returns and line feeds?
OriginalPostID-180018
OriginalPostID-180018
Discussion posts and replies are publicly visible
Parents
0
Tim
Certified Lead Developer
over 9 years ago
You can use the char() function for this:
caption: "Line 1"&char(10)&char(10)&"Line 3"
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Tim
Certified Lead Developer
over 9 years ago
You can use the char() function for this:
caption: "Line 1"&char(10)&char(10)&"Line 3"
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data