Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+1
person also asked this
people also asked this
Replies
12 replies
Answers
2 answers
Subscribers
10 subscribers
Views
10841 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
a!iconIndicator icons not displaying
surendrab
over 7 years ago
Hi ,
our icons are not displaying where a!iconIndicator is being used? Any pointers would be greatly appreciated
OriginalPostID-273151
Discussion posts and replies are publicly visible
Parents
0
aloks0189
Certified Lead Developer
over 7 years ago
@surendrab as i can see in above attached screen, you are trying to show the image in a gridField,
So why don't you go for a!gridImagecolumn() instead of using a!richTextDisplayField(), is there any specific reason?
You can simply use the following, which can work for you.
============================================================
a!gridImageColumn(
size: "ICON",
data: a!documentImage(document:a!iconIndicator("ADD"))
)
============================================================
Please let me know, if your requirement is something different
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
aloks0189
Certified Lead Developer
over 7 years ago
@surendrab as i can see in above attached screen, you are trying to show the image in a gridField,
So why don't you go for a!gridImagecolumn() instead of using a!richTextDisplayField(), is there any specific reason?
You can simply use the following, which can work for you.
============================================================
a!gridImageColumn(
size: "ICON",
data: a!documentImage(document:a!iconIndicator("ADD"))
)
============================================================
Please let me know, if your requirement is something different
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data