LoginSignup
0
0

Pleasanter Tips: ダッシュボードのパーツを固定する

Posted at

はじめに

Pleasanterのダッシュボードは最近追加された機能で大変便利な機能です。
ダッシュボードのサイズや表示場所は画面で行うことができ、ダッシュボードの保管で保存されます。

設定

下記の内容をHTMLのBody Script Bottomで設定します。

<script>
$p.gridstackInstance.opts.disableDrag = true;
$p.gridstackInstance.movable(".grid-stack-item",false);
$p.gridstackInstance.opts.disableResize = true;
$p.gridstackInstance.resizable(".grid-stack-item",false);
$('button#UpdateDashboardPartLayouts').css('display','none');
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0