Skip to main content

Vacancy List

The Vacancy List Web Component shows a list of available vacancies.

Usage

<mk-vacancy-list
customer-id="your-customer-id"
language="en-US"
></mk-vacancy-list>

HTML Attributes

Basic

Parameters marked with * are required.

ParameterDefaultDescription
customer-id*Your MindKey assigned customer id (GUID).
language*The language to request.
cultureThe culture to use. See Language & Culture for more information
details-href-prefix''The prefix added to links for the Vacancy Details page.
form-href-prefix''The prefix added to links for the Application Form page.
link-targetnullThe target for all links (e.g., "_blank"). If set to null or undefined, no target attribute will be applied.

Display / Order

Default Site Parameters

Some attributes use the Site Parameters (Documentation, MindKey) as their default. The Site Parameters can be set by an HR person and helps them to customize the look of the Vacancy List Web Component without a developer assistance.

You only need to set any attribute with a Site Parameter default if you want to overwrite it. This is most likely for some special recruiting pages that should look different than any other page.

ParameterDefaultDescription
show-start-dateBy Site Parameterstrue shows the vacancy's start date, false hides it.
show-end-dateBy Site Parameterstrue shows the vacancy's end date, false hides it.
show-long-dateBy Site ParametersIf true will show the long date format. If false shows the short date format. Formats are documented here.
show-teaser-textBy Site Parameterstrue shows the teaser text, false hides it.
show-locationsBy Site Parameterstrue shows the locations, false hides them.
show-regionsBy Site Parameterstrue shows the regions, false hides them.
show-apply-linktruetrue shows the apply link, false hides it.
show-filtersBy Site Parameterstrue shows the filters, false hides them.
show-areas-filterfalsetrue shows the area filter, false hides it.
show-vacancy-types-filtertruetrue shows the vacancy types filter, false hides it.
show-locations-filtertruetrue shows the locations filter, false hides it.
show-regions-filtertruetrue shows the regions filter, false hides it.
show-fields-of-work-filtertruetrue shows the fields of work filter, false hides it.
show-searchfalsetrue shows a input box to let candidates search for a text in the title or teaser text, false hides it.
show-empty-messagetruetrue shows a message when no result was found at all or after filtering. false hides it.
sort-fieldBy Site ParametersSpecifies a field for sorting the vacancies. Possible values: description, startDate, endDate, priority.
sort-decendingBy Site Parameterstrue to sort descending, false to sort ascending.
show-imagesfalsetrue to show vacancy list images, false to hide them.
use-banner-image-fallbackfalsetrue to use the banner image if no list image has been set.
show-social-sharefalsetrue to enable the social share feature. Please also set at least one of the following share-* attributes to true to enable sharing to a specific platform.
share-via-emailfalsetrue to enable sharing via email.
share-via-linked-infalsetrue to enable sharing via LinkedIn.
share-via-facebookfalsetrue to enable sharing via Facebook.
share-via-whats-appfalsetrue to enable sharing via WhatsApp.

Filter

The filters can also be set via a search parameter (e.g. #unsolicited=hide). Setting multiple filters at once will be joined via AND.

Default Site Parameters

Some attributes use the Site Parameters (Documentation, MindKey) as their default. The Site Parameters can be set by an HR person and helps them to customize the look of the Vacancy List Web Component without a developer assistance.

You only need to set any attribute with a Site Parameter default if you want to overwrite it. This is most likely for some special recruiting pages that should look different than any other page.

ParameterDefaultDescription
unsolicitedBy Site ParametersPossible values:
  • hide: Dont show unsolicited applications
  • only: Show unsolicited applications only.
  • bottom: Show unsolicited at the end of the list.
  • top: Show unsolicited at the start of the list.
per-datenullFilter per date. Format yyyy-mm-dd
accessexternalSpecifies the access type of the vacancies. Possible values:
  • external: Show external vacancies only
  • internal: Show internal vacancies only
  • all: Show internal and external vacancies
vacancy-type-idnullOnly shows vacancies for a specific type id.
region-namenullOnly shows vacancies for a specific region id.
location-idnullOnly shows vacancies for a specific location id.
vacancy-area-namenullOnly shows vacancies for a specific area id.

Configurator

Basic
Display
Filter
Social Sharing
Stylesheets
Enter a customer-id and select a language to see a live preview.