glide list and read only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2008 12:59 PM
Is there a way to make a glide list (glide_list type) read only with a client script?
- Labels:
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2008 07:28 AM
does
g_form.setDisabled(, true)
not work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2008 07:49 AM
nope.
I guess all that really needs to be done is remove the Lock icon so you can't open it and make changes. Can that be done?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2015 05:00 AM
g_form.setReadonly(' ',true) should work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2015 06:01 AM
No code required, just add it in a ui policy action and select " read only = true"