Add a decorator for the non reference field

Raj Muppavarapu
Giga Contributor

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.

8 REPLIES 8

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.


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....


Hi Mike,


The filed is not a reference filed its just a text field.



Can I use ref_contribution.on non reference filed.


I guess it would be field_decorations tied to a UI Macro.