Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Web Component Framework
Toolkit
Merge requests
!5
Rename component to dbp-check-in-place-select (
#34
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Rename component to dbp-check-in-place-select (
#34
)
dbp-location-select-has-wrong-name
into
master
Overview
6
Commits
2
Pipelines
2
Changes
25
3 unresolved threads
Hide all comments
Merged
Tögl, Christina
requested to merge
dbp-location-select-has-wrong-name
into
master
4 years ago
Overview
6
Commits
2
Pipelines
2
Changes
1
3 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Compare
version 1
version 1
1e24e42b
4 years ago
master (base)
and
latest version
latest version
7c92f43f
2 commits,
4 years ago
version 1
1e24e42b
1 commit,
4 years ago
Show latest version
1 file
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
packages/check-in-place-select/README.md
+
6
−
6
Options
#
c
heck-in
-
place
S
elect
W
eb
C
omponent
#
C
heck-in
place
s
elect
w
eb
c
omponent
[
GitLab Repository
](
https://gitlab.tugraz.at/dbp/web-components/toolkit
)
@@ -14,16 +14,16 @@
-
example
`<dbp-check-in-place-select lang="de"></dbp-check-in-place-select>`
-
`entry-point-url`
(optional, default is the TU Graz entry point url): entry point url to access the api
-
example
`<dbp-check-in-place-select entry-point-url="http://127.0.0.1:8000"></dbp-check-in-place-select>`
-
`value`
(optional): api path of
check-in-
place to preload the selector with
-
`value`
(optional): api path of place to preload the selector with
-
example
`<dbp-check-in-place-select value="Besprechungsraum"></dbp-check-in-place-select>`
-
the
`value`
will also be set automatically when a
check-in-
place is chosen in the selector
-
`data-object`
(read-only): when a
check-in-
place is selected the
check-in-
place object will be set as json string
-
the
`value`
will also be set automatically when a place is chosen in the selector
-
`data-object`
(read-only): when a place is selected the place object will be set as json string
-
example
`<dbp-check-in-place-select data-object="{"@id":"id", "@type":"http://schema.org/Place", "identifier":"id", "name":"Besprechungsraum", "maximumPhysicalAttendeeCapacity":"50"}"></dbp-check-in-place-select>`
-
`show-capacity`
(optional): also shows the capacity of the
check-in-
places
-
`show-capacity`
(optional): also shows the capacity of the places
-
example
`<dbp-check-in-place-select show-capacity></dbp-check-in-place-select>`
-
`show-reload-button`
(optional): if set a reload button will be viewed next to the select box
-
the button triggers a
`change`
event on the web component
-
the button is disabled if no
check-in-
place is selected
-
the button is disabled if no place is selected
-
example
`<dbp-check-in-place-select show-reload-button></dbp-check-in-place-select>`
-
`reload-button-title`
(optional): sets a title text on the reload button
-
example
`<dbp-check-in-place-select show-reload-button reload-button-text="Reload result list"></dbp-check-in-place-select>`
Loading