a!iconIndicator icons not displaying

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
    Certified Lead Developer
    @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
Reply
  • 0
    Certified Lead Developer
    @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
Children
No Data