SharepointPlus v3.14
Change Log v3.14 (March 6, 2017)
- Add a sanitize filter for the filename in
$SP().createFile()
because Sharepoint doesn't like some special characters - Fix a bug with "Content Type" field in
SP().formfields()
- Fix a bug with
SP().formfields().elem()
when mixed fieldtypes where used - Handle
callback
even whenshowClose:false
in$SP().showModalDialog()
- Add more documentation for
$SP().showModalDialog()
- Add option
id
for$SP().showModalDialog()
- Add option
onload
for$SP().showModalDialog()
- Add function
$SP().getModalDialog()
- Add function
$SP().resizeModalDialog()
- Improve
$SP().parse()
for theIN
operator - Review the code for
join
andouterjoin
options within$SP().list().get()
- Add new option
join.onLookup
for$SP().list().get()