page://url
{"url":"https://your-url","scroll":true}
For url of youtube
Directly enter the Youtube url of your video into the App field.
NOTE:
Use the standard address bar url, e.g. https://www.youtube.com/watch?v=VIDEOID.
Other formats sych as the video sharing link https://youtu.be/VIDEOID, or playlist links will not work in panel-frames.
Leave the parameter field blank
Alternative way to add multiple Youtube videos: create a TV channel on Dock Builder
page://image
{"url":"https://your-image-url"}
By default, if the actual image size is larger than its panel size, the image will be resized to fit the panel, potentially having an additional border around the image.
If your image is smaller than the panel, the border around it may end up quite large (depends on panel size).
To make your image scale automatically to fill the panel (stretch and take up as much space as possible, disregarding aspect ratio), add ,"fullwidth":1
into the Params field.
{"json":["https://your-image-url","https://your-image-url",..."https://your-image-url"]}
page://tg
page://chart (maitaining)
Available Chart types: bar, hbar, line, linearea, pie and circle.
Data Field:
{"chart":{"type":"line","title":"Sample Chart","data":{"columns":[{"type":"x","field":"field name","name":"Course name"},{"type":"y","field":"numerical weight","name":"measured aspect"}],"rows":[{"numerical weight":450,"field name":"A"},{"numerical weight":350,"field name":"B"},{"numerical weight":300,"field name":"C"},{"numerical weight":370,"field name":"D"},{"numerical weight":400,"field name":"E"}]}}}
Replace ”type”,“numerical_weight”, “field_name” and other content to customise your chart.
https://git.page/jj/board?qname=chart for charts demo. In jBuilder, search in the Public board list for chart
. Select the board with the qname chart
and qcode 1604544476104
.
Other Samples:
page://url (bricks) (unavailable)
Params field: {"url":"https://your-brick-url"}
See the jboard with the QName jbrick and go to https://git.page/jj/board?qname=jbrick for bricks demo.
page://room or page://panel (Cloud Room Display)
{"tag":"TAG"}
, replace TAG
with your own room/panel flow tagpage://view(log)
{"tag":"<your-view-name>"}
page://header
{"title":"<title-you-want>","logo":"https://your-logo-url"}
page://kanban
{"tag":"<your-kanban-name>"}
guide
jBuilder User Guide
Allen, Shin, Eugene