├── Auto Populate Column based on another Column ├── Auto Populate Column based on another Column on Text Change using JSOM in SharePoint.js ├── List Templates │ ├── Departments.stp │ ├── Lookup List.stp │ └── Main Populate List.stp └── README.md ├── Auto Populate Field Values based on Lookup Selection ├── Auto Populate Field Values based on Lookup Selection In SharePoint Forms.JS ├── Get List Item by ID in SharePoint Using JSOM.JS ├── List Templates │ ├── Departments.stp │ ├── Lookup List.stp │ └── Main List.stp └── README.md ├── Auto Serial Number in SharePoint New Form ├── Auto Incremental Field in New Form └── README.md ├── Conditional Formatting SharePoint List Display Form ├── Highlight field cell.js ├── Highlight full row.js └── ReadME.MD ├── Disable Share in Document Library ├── Full CSS Code └── Readme.MD ├── Disable and Hide drag files here ├── README.md └── Remove Drag Files Here SharePoint Document Library.js ├── Hide Multiple Line of Text Column in SharePoint Form ├── Hide Multi Line Text Box Column In SharePoint Edit Form Using JQuery └── README.MD ├── Hide Share in SharePoint List ├── 1. disable Shared With button from the SharePoint List Ribbon.css ├── 2. hide Shared With button from the SharePoint List Ribbon.css ├── 3. disable Shared With button from SharePoint List Items Ribbon.css ├── 4. hide Shared With button from SharePoint List Items Ribbon.css ├── 5. disable Share menu item from SharePoint List.css ├── 6. hide Share menu item from SharePoint List.css ├── 7. disable Shared With menu item form SharePoint List.css ├── 8. hide Shared With menu item form SharePoint List.css ├── 9. disable Shared With menu item from SharePoint 2016-2013.css ├── 9.1 hide Shared With menu item from SharePoint 2016-2013.css ├── 9.2 disable Shared With button from SharePoint List Display Form Ribbon.css ├── 9.3 hide Shared With button from SharePoint List Display Form Ribbon.css └── ReadMe.MD ├── LICENSE ├── Open Modal Dialog for one time per user in SharePoint ├── README.md └── Show Popup dialog per user session ├── Open URL in SharePoint Modal Popup Dialog ├── Call SP.UI.ModalDialog.showModalDialog.html ├── Close event in SharePoint Modal Dialog.js ├── Open URL in SharePoint Modal Popup Dialog.js ├── README.md └── Show SharePoint Modal Popup Once Per Session.js ├── README.md ├── Remove time from date field in PDP ├── Create Only Date in PDP.JS └── Readme.MD ├── Retrieve unique folder permissions ├── Gel All Unique Permissions for a folder.JS ├── Get only all assigned groups for a folder.JS ├── Get only all assigned users for a folder.JS └── Readme.md ├── Show Hide fields based on dropdown selection using SPUtility ├── README.md ├── SharePoint Display Form ├── SharePoint Edit Form └── SharePoint New Form ├── Show and Hide fields based on choice field selection ├── README.md ├── SharePoint Display Form ├── SharePoint Edit Form └── SharePoint New Form └── disable multi lines textbox in SharePoint Form ├── README.md └── Set Multiline Text box as Read-Only in SharePoint Edit Form Using JQuery /Auto Populate Column based on another Column/Auto Populate Column based on another Column on Text Change using JSOM in SharePoint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Auto Populate Column based on another Column/Auto Populate Column based on another Column on Text Change using JSOM in SharePoint.js -------------------------------------------------------------------------------- /Auto Populate Column based on another Column/List Templates/Departments.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Auto Populate Column based on another Column/List Templates/Departments.stp -------------------------------------------------------------------------------- /Auto Populate Column based on another Column/List Templates/Lookup List.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Auto Populate Column based on another Column/List Templates/Lookup List.stp -------------------------------------------------------------------------------- /Auto Populate Column based on another Column/List Templates/Main Populate List.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Auto Populate Column based on another Column/List Templates/Main Populate List.stp -------------------------------------------------------------------------------- /Auto Populate Column based on another Column/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Auto Populate Column based on another Column/README.md -------------------------------------------------------------------------------- /Auto Populate Field Values based on Lookup Selection/Auto Populate Field Values based on Lookup Selection In SharePoint Forms.JS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Auto Populate Field Values based on Lookup Selection/Auto Populate Field Values based on Lookup Selection In SharePoint Forms.JS -------------------------------------------------------------------------------- /Auto Populate Field Values based on Lookup Selection/Get List Item by ID in SharePoint Using JSOM.JS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Auto Populate Field Values based on Lookup Selection/Get List Item by ID in SharePoint Using JSOM.JS -------------------------------------------------------------------------------- /Auto Populate Field Values based on Lookup Selection/List Templates/Departments.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Auto Populate Field Values based on Lookup Selection/List Templates/Departments.stp -------------------------------------------------------------------------------- /Auto Populate Field Values based on Lookup Selection/List Templates/Lookup List.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Auto Populate Field Values based on Lookup Selection/List Templates/Lookup List.stp -------------------------------------------------------------------------------- /Auto Populate Field Values based on Lookup Selection/List Templates/Main List.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Auto Populate Field Values based on Lookup Selection/List Templates/Main List.stp -------------------------------------------------------------------------------- /Auto Populate Field Values based on Lookup Selection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Auto Populate Field Values based on Lookup Selection/README.md -------------------------------------------------------------------------------- /Auto Serial Number in SharePoint New Form/Auto Incremental Field in New Form: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Auto Serial Number in SharePoint New Form/Auto Incremental Field in New Form -------------------------------------------------------------------------------- /Auto Serial Number in SharePoint New Form/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Auto Serial Number in SharePoint New Form/README.md -------------------------------------------------------------------------------- /Conditional Formatting SharePoint List Display Form/Highlight field cell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Conditional Formatting SharePoint List Display Form/Highlight field cell.js -------------------------------------------------------------------------------- /Conditional Formatting SharePoint List Display Form/Highlight full row.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Conditional Formatting SharePoint List Display Form/Highlight full row.js -------------------------------------------------------------------------------- /Conditional Formatting SharePoint List Display Form/ReadME.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Conditional Formatting SharePoint List Display Form/ReadME.MD -------------------------------------------------------------------------------- /Disable Share in Document Library/Full CSS Code: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Disable Share in Document Library/Full CSS Code -------------------------------------------------------------------------------- /Disable Share in Document Library/Readme.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Disable Share in Document Library/Readme.MD -------------------------------------------------------------------------------- /Disable and Hide drag files here/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Disable and Hide drag files here/README.md -------------------------------------------------------------------------------- /Disable and Hide drag files here/Remove Drag Files Here SharePoint Document Library.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Disable and Hide drag files here/Remove Drag Files Here SharePoint Document Library.js -------------------------------------------------------------------------------- /Hide Multiple Line of Text Column in SharePoint Form/Hide Multi Line Text Box Column In SharePoint Edit Form Using JQuery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Multiple Line of Text Column in SharePoint Form/Hide Multi Line Text Box Column In SharePoint Edit Form Using JQuery -------------------------------------------------------------------------------- /Hide Multiple Line of Text Column in SharePoint Form/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Multiple Line of Text Column in SharePoint Form/README.MD -------------------------------------------------------------------------------- /Hide Share in SharePoint List/1. disable Shared With button from the SharePoint List Ribbon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Share in SharePoint List/1. disable Shared With button from the SharePoint List Ribbon.css -------------------------------------------------------------------------------- /Hide Share in SharePoint List/2. hide Shared With button from the SharePoint List Ribbon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Share in SharePoint List/2. hide Shared With button from the SharePoint List Ribbon.css -------------------------------------------------------------------------------- /Hide Share in SharePoint List/3. disable Shared With button from SharePoint List Items Ribbon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Share in SharePoint List/3. disable Shared With button from SharePoint List Items Ribbon.css -------------------------------------------------------------------------------- /Hide Share in SharePoint List/4. hide Shared With button from SharePoint List Items Ribbon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Share in SharePoint List/4. hide Shared With button from SharePoint List Items Ribbon.css -------------------------------------------------------------------------------- /Hide Share in SharePoint List/5. disable Share menu item from SharePoint List.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Share in SharePoint List/5. disable Share menu item from SharePoint List.css -------------------------------------------------------------------------------- /Hide Share in SharePoint List/6. hide Share menu item from SharePoint List.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Share in SharePoint List/6. hide Share menu item from SharePoint List.css -------------------------------------------------------------------------------- /Hide Share in SharePoint List/7. disable Shared With menu item form SharePoint List.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Share in SharePoint List/7. disable Shared With menu item form SharePoint List.css -------------------------------------------------------------------------------- /Hide Share in SharePoint List/8. hide Shared With menu item form SharePoint List.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Share in SharePoint List/8. hide Shared With menu item form SharePoint List.css -------------------------------------------------------------------------------- /Hide Share in SharePoint List/9. disable Shared With menu item from SharePoint 2016-2013.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Share in SharePoint List/9. disable Shared With menu item from SharePoint 2016-2013.css -------------------------------------------------------------------------------- /Hide Share in SharePoint List/9.1 hide Shared With menu item from SharePoint 2016-2013.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Share in SharePoint List/9.1 hide Shared With menu item from SharePoint 2016-2013.css -------------------------------------------------------------------------------- /Hide Share in SharePoint List/9.2 disable Shared With button from SharePoint List Display Form Ribbon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Share in SharePoint List/9.2 disable Shared With button from SharePoint List Display Form Ribbon.css -------------------------------------------------------------------------------- /Hide Share in SharePoint List/9.3 hide Shared With button from SharePoint List Display Form Ribbon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Share in SharePoint List/9.3 hide Shared With button from SharePoint List Display Form Ribbon.css -------------------------------------------------------------------------------- /Hide Share in SharePoint List/ReadMe.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Hide Share in SharePoint List/ReadMe.MD -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/LICENSE -------------------------------------------------------------------------------- /Open Modal Dialog for one time per user in SharePoint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Open Modal Dialog for one time per user in SharePoint/README.md -------------------------------------------------------------------------------- /Open Modal Dialog for one time per user in SharePoint/Show Popup dialog per user session: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Open Modal Dialog for one time per user in SharePoint/Show Popup dialog per user session -------------------------------------------------------------------------------- /Open URL in SharePoint Modal Popup Dialog/Call SP.UI.ModalDialog.showModalDialog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Open URL in SharePoint Modal Popup Dialog/Call SP.UI.ModalDialog.showModalDialog.html -------------------------------------------------------------------------------- /Open URL in SharePoint Modal Popup Dialog/Close event in SharePoint Modal Dialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Open URL in SharePoint Modal Popup Dialog/Close event in SharePoint Modal Dialog.js -------------------------------------------------------------------------------- /Open URL in SharePoint Modal Popup Dialog/Open URL in SharePoint Modal Popup Dialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Open URL in SharePoint Modal Popup Dialog/Open URL in SharePoint Modal Popup Dialog.js -------------------------------------------------------------------------------- /Open URL in SharePoint Modal Popup Dialog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Open URL in SharePoint Modal Popup Dialog/README.md -------------------------------------------------------------------------------- /Open URL in SharePoint Modal Popup Dialog/Show SharePoint Modal Popup Once Per Session.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Open URL in SharePoint Modal Popup Dialog/Show SharePoint Modal Popup Once Per Session.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/README.md -------------------------------------------------------------------------------- /Remove time from date field in PDP/Create Only Date in PDP.JS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Remove time from date field in PDP/Create Only Date in PDP.JS -------------------------------------------------------------------------------- /Remove time from date field in PDP/Readme.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Remove time from date field in PDP/Readme.MD -------------------------------------------------------------------------------- /Retrieve unique folder permissions/Gel All Unique Permissions for a folder.JS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Retrieve unique folder permissions/Gel All Unique Permissions for a folder.JS -------------------------------------------------------------------------------- /Retrieve unique folder permissions/Get only all assigned groups for a folder.JS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Retrieve unique folder permissions/Get only all assigned groups for a folder.JS -------------------------------------------------------------------------------- /Retrieve unique folder permissions/Get only all assigned users for a folder.JS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Retrieve unique folder permissions/Get only all assigned users for a folder.JS -------------------------------------------------------------------------------- /Retrieve unique folder permissions/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Retrieve unique folder permissions/Readme.md -------------------------------------------------------------------------------- /Show Hide fields based on dropdown selection using SPUtility/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Show Hide fields based on dropdown selection using SPUtility/README.md -------------------------------------------------------------------------------- /Show Hide fields based on dropdown selection using SPUtility/SharePoint Display Form: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Show Hide fields based on dropdown selection using SPUtility/SharePoint Display Form -------------------------------------------------------------------------------- /Show Hide fields based on dropdown selection using SPUtility/SharePoint Edit Form: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Show Hide fields based on dropdown selection using SPUtility/SharePoint Edit Form -------------------------------------------------------------------------------- /Show Hide fields based on dropdown selection using SPUtility/SharePoint New Form: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Show Hide fields based on dropdown selection using SPUtility/SharePoint New Form -------------------------------------------------------------------------------- /Show and Hide fields based on choice field selection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Show and Hide fields based on choice field selection/README.md -------------------------------------------------------------------------------- /Show and Hide fields based on choice field selection/SharePoint Display Form: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Show and Hide fields based on choice field selection/SharePoint Display Form -------------------------------------------------------------------------------- /Show and Hide fields based on choice field selection/SharePoint Edit Form: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Show and Hide fields based on choice field selection/SharePoint Edit Form -------------------------------------------------------------------------------- /Show and Hide fields based on choice field selection/SharePoint New Form: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/Show and Hide fields based on choice field selection/SharePoint New Form -------------------------------------------------------------------------------- /disable multi lines textbox in SharePoint Form/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/disable multi lines textbox in SharePoint Form/README.md -------------------------------------------------------------------------------- /disable multi lines textbox in SharePoint Form/Set Multiline Text box as Read-Only in SharePoint Edit Form Using JQuery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqassas/SharePoint-Customization/HEAD/disable multi lines textbox in SharePoint Form/Set Multiline Text box as Read-Only in SharePoint Edit Form Using JQuery --------------------------------------------------------------------------------