What is difference between setReadOnly() and setDisabled() function?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2016 11:22 PM
Difference between setReadOnly() and setDisabled() function
Labels:
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2016 03:47 PM
My take on it: I think you should look at that from an HTML perspective (seeing that it makes use of an HTML front end) thus it might look and handle different on different browsers.
Generally Read Only you can still select the field and copy it's value etc, whereas disabled the field cannot be selected or tabed to that field (again depending on the browser).