Can client scripts be used for both lists and forms?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2019 01:24 AM
Can client scripts be used for both lists and forms?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2019 04:05 AM
Any update on this?
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2019 01:58 AM
Hi Rakesh,
Client scripts are shipped to the client (the browser) and run there instead of on the server.
- onLoad(): Runs when a form is loaded.
- onChange(): Runs when a particular field value changes.
- onSubmit(): Runs when a form is submitted.
- onCellEdit(): Runs when a cell on a list changes value. ( runs on list view )
Please mark Correct/Helpful.
Regards
Santosh Kshirsagar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2019 02:02 AM
All the client scripts cannot be used for both lists and forms , Oncell edit works only for lists while the rest ( onload , onchange and onsubmit) will work for forms
Hope that helps
Thanks,
Siva