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
Commits
7c92f43f
Commit
7c92f43f
authored
4 years ago
by
Tögl, Christina
Browse files
Options
Downloads
Patches
Plain Diff
Change text in README (
#34
)
parent
1e24e42b
No related branches found
No related tags found
1 merge request
!5
Rename component to dbp-check-in-place-select (#34)
Pipeline
#14020
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/check-in-place-select/README.md
+6
-6
6 additions, 6 deletions
packages/check-in-place-select/README.md
with
6 additions
and
6 deletions
packages/check-in-place-select/README.md
+
6
−
6
View file @
7c92f43f
#
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
)
[
GitLab Repository
](
https://gitlab.tugraz.at/dbp/web-components/toolkit
)
...
@@ -14,16 +14,16 @@
...
@@ -14,16 +14,16 @@
-
example
`<dbp-check-in-place-select lang="de"></dbp-check-in-place-select>`
-
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
-
`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>`
-
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>`
-
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
-
the
`value`
will also be set automatically when a 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
-
`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>`
-
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>`
-
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
-
`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 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>`
-
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
-
`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>`
-
example
`<dbp-check-in-place-select show-reload-button reload-button-text="Reload result list"></dbp-check-in-place-select>`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment