Add a decorator for the non reference field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2015 11:46 AM
I have below requirement which is just killing my time.
Create a decorator to the right of each field that when clicked will display the respective definitions.
I tried options field decoration (field_decorations) and addDecoration but its not giving me what is required. The definition have more then 600 characters so they are not fitting in addDecoration.
Please let me know if you have any other approach.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2015 12:24 PM
Unless there is a place that the data is maintained. If the description is in a table somewhere, and they can query that data, then it would work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2015 12:27 PM
That's what I was referring to in the "complicated and all fancy'n stuff"... Seams to me that the out of box ability to make a field label a link to a KB would allow a simpler solution that an end user could maintain with out having to do the work of adding a table and ACL's and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2015 12:46 PM
Hi Mike,
The filed is not a reference filed its just a text field.
Can I use ref_contribution.on non reference filed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2015 12:50 PM
I guess it would be field_decorations tied to a UI Macro.