开发者 |
gelform
kkoppenhaver |
---|---|
更新时间 | 2021年5月24日 22:52 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 4.9 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/kanban-shortcodes
directory, or install the plugin through the WordPress plugins screen directly.[kanban]
to any page where you would like the Kanban board to appear. An iframe is added to the page, displaying your board.[kanban css="..."]
Use this option to add your own css. If you do not include it, the default css will be used.
All boards have a class of .kanban-iframe
.
The default css is:
.kanban-iframe { border: 1px solid black; height: 400px; width: 100%; }
[kanban height="400px"]
Use this option to set the height of the iFrame. The default is 400px
. This will only be used if the "css" option is not used.
[kanban width="100%"]
Use this option to set the width of the iFrame. The default is 100%
. This will only be used if the "css" option is not used.
[kanban id="1"]
Use this option to specify which board to default to. This requires the Multiple Board paid add-on.