- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2018 01:37 AM
Hi all,
When a reference field is set to read only it does not show the 'i' icon. I've seen on here that this is controlled by the property 'glide.ui.reference.readonly.clickthrough'
This will then make all reference fields that are marked read only to have the 'i' icon visible. Is there anyway to have this only for selected fields?
Thanks
Sam
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2018 01:51 AM
make this property to false: 'glide.ui.reference.readonly.clickthrough'
Add this in attributes field of the dictionary index, if want to make it clickable:
readonly_clickthrough=true

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2018 01:52 AM