qcovery/help-tooltips
最新稳定版本:1.0
Composer 安装命令:
composer require qcovery/help-tooltips
包简介
Add configurable help tooltips to VuFind.
README 文档
README
Template snippets
Include the following snippets in your templates:
Menu entry
<!--Module HelpTooltips-->
<?=$this->render('helptooltips/menu.phtml', []) ?>
<!--Module HelpTooltips-->
Generate HTML for tooltips
<!--Module HelpTooltips-->
<?=$this->render('helptooltips/helptooltips.phtml', ['context' => 'result list']) ?>
<!--Module HelpTooltips-->
The value of "context" selects the tooltips from HelpTooltips.ini with the same value. Use 'all' to display all tooltips.
CSS
Overwrite the following classes to match our design:
.helpTooltipLink {
/* margin-top: ...px; - overwrite in library theme */
}
#btn-help:hover {
/* color: #...; - overwrite in library theme */
}
Help tooltips
Define your help tooltips in HelpTooltips.ini in the VuFind config directory. See examples in /module/HelpTooltips/files/HelpTooltips.ini
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-09-15