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
11 replies
Subscribers
7 subscribers
Views
5576 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Anyone may share how to add action icon/image on Appian form interface? So
heriz
over 9 years ago
Anyone may share how to add action icon/image on Appian form interface?
So the images are click-able, and will show data based on image that clicked by users.
Thanks in advance.
OriginalPostID-151672
OriginalPostID-151672
Discussion posts and replies are publicly visible
Parents
0
sikhivahans
over 9 years ago
Please try this example:
a!paragraphField(value:concat(char(9608)," some text goes here"), readOnly:true)
They have used a unicode for doing so. Also the content which you are referring to, is a paragraph component as per my knowledge.
Also one more thing to add is, two components can't be aligned side by side, at times we do overcome this by using two column layout + hidden label for second component + adjacent setting for field label of first component which almost gives user a look and feel that both are side by side.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sikhivahans
over 9 years ago
Please try this example:
a!paragraphField(value:concat(char(9608)," some text goes here"), readOnly:true)
They have used a unicode for doing so. Also the content which you are referring to, is a paragraph component as per my knowledge.
Also one more thing to add is, two components can't be aligned side by side, at times we do overcome this by using two column layout + hidden label for second component + adjacent setting for field label of first component which almost gives user a look and feel that both are side by side.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data