Vincent Morneau
Chips
Chips can be used to represent small blocks of information. They are most commonly used either for contacts or for tags.
Example
Vincent 1
Vincent 2
Vincent 3
Vincent 4
Template Options
Template Options
Component Name: Template Options
Template: Standard
Template OptionValue(s)Comments
Use DefaultYes
Substitution Strings
  • Substitution Strings

  • #IMAGE# Image source for the chip (optional)
  • #TEXT# Text for the chip content
  • #IND_CLOSABLE# Adds a close icon to the chip. Can be any value (not null)
Sample Query
select '<img src="https://raw.githubusercontent.com/vincentmorneau/material-apex/master/docs/img/profile-picture.jpeg">' image
      , 'Vincent 1' text
      , 1 ind_closable
from dual