- 
                Notifications
    You must be signed in to change notification settings 
- Fork 135
Platform: Object Attribute Component V1.0 Technical Design
        kavya-b edited this page May 20, 2020 
        ·
        5 revisions
      
    This component displays normal or active text and fires a onclick event when the user chooses the active/clickable text.
<fdp-object-attribute [id]="id of the element'"
                      [clickable]="true|false'"
                      [title]="title"
                      (click)="onpress()">
                       attribute text</fdp-object-attribute>Defines Object Attribute text is selectable for the user. once value of the text property becomes active and acts like a link.
on text presence, active property will be set to true.
Event fired on click of attribute.
Link to general support for i18n: Supporting internationalization in ngx/platform
Special Usecase: No
- 
fdp-object-attributecan be supported as:
<fdp-object-attribute [id]="id of the element'"
                      i18n="@@content"
                      [clickable]="true|false'"
                      i18n-title="@@title"
                      title="title"
                      (click)="onpress()">
                       attribute text
</fdp-object-attribute>Redesign Required: No