workNet MiniApps
Current Sender ID:
Current Custom Parameters:
Please use the "targetMiniApp" parameter to indicate the desired miniApp.
Most of these accept a set of parameters. Parameters must be sent as a JSON object:
- QuickStartGuide
- The quickstart guide used on the workNet homepage. Requires no parameters.
- Programs
- The programs section used on the workNet homepage and Programs page. Pulls data from a list. Takes the following parameters:
-
- isCompact
- boolean (default: false) - indicates which view to show.
- true - show the first 8 items in compact view.
- false - show all available items in expanded view.
- pageName
- string (default: "") - matches list records via the "ShowOn" column
- Featured Employers
- Shows employers from the list_featuredemployers list. Takes the following parameter:
-
- pageName
- string (default: "") - matches list records via the "ShowOn" column
- ListSlider
- The slider used in several places in workNet. Note that all images need to have the same proportions (preferably the same dimensions) for this to look properly. Takes the following parameters:
-
- list
- string (default: "") - indicates which list of slides to show. These come from sharepoint's "miniapps_listslider" list.
- dots
- boolean (default: false) - indicates whether or not to show the dots/buttons at the bottom of the slider.
- frequency
- integer (default: 5) - indicates how many seconds to wait before moving to the next slide.
- pauseOnHover
- boolean (default: true) - indicates whether or not to prevent moving to the next slide while the mouse is over the slider.
- maxHeight
- integer (default: 500) - the maximum height of the slider. should match the height of the first image.
- YoutubePlaylist
- Displays the videos in a youtube playlist along with a video player for each one. Takes the following parameters:
-
- playlistID
- string (default: "") - Youtube's playlist ID. Do not include other parts of the URL.
- listOnSide
- boolean (default: false) - indicates whether or not to show the other playlist videos beside the player.
- showTitle
- boolean (default: true) - indicates whether or not to show the playlist title.
- showDescription
- boolean (default: true) - indicates whether or not to show the description for each video.
- sidePadding
- string (default: "") - any valid CSS value (e.g., "10px" or "5%" -- do not include quotes) indicating how much (if any) padding to add to either side of the player + playlist.
- ContactsList
- Displays contact info for groups of people:
-
- roles
- list of strings (default: [""]) - A list of strings indicating which roles (the Role field in the miniApps_contactslist List) to include. Must match exactly.
- WorkNetSearch
- Resource search for workNet library/collections
-
- libraryIDs
- list of integers (default: [100]) - A list of library IDs to limit searches to.
- collectionIDs
- list of integers (default: []) - a list of collection IDs to limit searches to.
- mainColor
- string (default: "") - The hexidecimal color value for the main color of this part of workNet.
Configure
- ColumnsList
- List of colorful columns
-
- list
- string (default: "") - The name of the list to show. Corresponds to the "listName" column in the miniApps_columns sharepoint list.
- minHeightColumns
- integer (default: 700) - Height for items in column layout
- minHeightGrid
- integer (default: 500) - Minimum height for items in grid layout
Configure
- InstructionGuide
- Instructions for various things
-
- pageName
- string (default: "") - matches list records via the "ShowOn" column
- tabName
- string (default: "") - the tab name to default to. Matches list records via the "TabName" column
Configure
Configure
isCompact
Configure
Configure
dots
pauseOnHover
Configure
listOnSide
showTitle
showDescription