User Manual

08.14.2024

MANUAL

Developer Function: Script: $p.responsive

## Overview This method gets the status of whether the responsive style is enabled. Use this to control script execution depending on the status of the responsive style. ## How To Use ##### JavaScript ``` $p.responsive() ``` ## Sample Code If responsive style is enabled, the import and export buttons will be hidden. Set the following sample code to the Pleasanter script and set the output destination to "「List」". ##### JavaScript ``` if ($p.responsive()) { $('#EditImportSettings').hide(); $('#OpenExportSelectorDialogCommand').hide(); } ```
code VS Codeで開発作業をもっとスマートに

スクリプト開発の効率を高めたい方に、Code Assistをご用意しています。

Code Assistの詳細はこちら →
account_tree 複雑な構成も、すっきり視覚化

サイト構成やデータのつながりを可視化し、把握しやすくします。

Site Visualizerの詳細はこちら →
TOP