Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2015 08:52 AM
Bobby, just wanted to let you know that I was able to set that icon as not visible by using the following statement:
g_form.getReference('access_description', function(ref) {
g_form.removeDecoration('access_description', 'icon-info');
});
I put that code in a Client Script on change of the access_description variable.
Thank you very much for your time!