About(解説)
A menu displays a variable selection of items and can have a separate action, text and icon defined for each item in the list.
https://tasker.joaoapps.com/userguide/en/element_menu.html
メニュー要素では選択可能な項目を表示します。個々の項目には個別にアクション、テキスト、アイコンを設定可能です。
Parameter: Source(パラメーター:情報取得元)
Items can either be filled manually or from a variable array. In the case of an array, the list shows all the items starting at the first index; %var(1) %var(2) etc.
In the case of manual specification, click on the Items tab in the element editor to specify the items.
https://tasker.joaoapps.com/userguide/en/element_menu.html
項目は手作業で入力するか変数配列によって設定します。変数配列を指定した場合、全ての項目がインデックス順に表示されます。例:%var(1) %var(2) など。
手作業で指定する場合は要素編集画面の項目タブから追加できます。
Parameter: Selection Mode(パラメーター:選択のモード)
There are three selection modes:
- single: tapping an item deselects any other item selected
- multi: several items can be selected at the same time
- none: tapping an item never selects it
Selected items are highlighted. There are two ways to find out the selected items:
https://tasker.joaoapps.com/userguide/en/element_menu.html
- assign a task under the Item Tap element event tab. Every time an item is tapped, the selected items are available in the local variable %select_indices
- query the selected items at any time using the action
Element Get Value
3つの選択モードがあります。
- 単一:項目を選択すると既に選択されている他の項目の選択が解除されます。
- 複数:同時に複数の項目の選択が可能です。
- 無し:項目を選択することができなくなります。
選択された項目はハイライト表示されます。選択された項目を取得する方法が2つあります。
- 要素編集画面のアイテムタップタブからタスクを設定します。項目がタップされる度に選択された項目がローカル変数%select_indicesに格納されます。
- 要素の値アクションからいつでも取得できます。
Parameter: Item Layout(パラメーター:項目の配置方法)
Specifies how each item within the list will be displayed. Each item has exactly the same layout. To change the layout, click on it. Each Menu element has it’s own unique item layout.
There are two pre-defined layouts you can choose from (click the magnifying glass icon). ‘Icon and Text’ is the default.
https://tasker.joaoapps.com/userguide/en/element_menu.html
リスト内の項目をどのように表示するかを指定します。各項目は全て同じ配置になっています。配置を換えるには設定項目をタップします。メニュー要素は各々個別の配置を指定できます。
既存の2種類の配置方法から(虫眼鏡のアイコンをタップして)選択することができます。アイコンと文字が標準です。
Events(イベント)
Related Actions(関連するアクション)
https://tasker.joaoapps.com/userguide/en/element_menu.html
- Menu
allows easy display of a dialog with a title and showing a single menu element.
When using the Menu action, items are configured in the action itself rather than in the Menu element.- Element Position
- Element Size
- Element Visibility
- Element Depth
- Test Element
- メニュー
1つのメニュー要素とタイトルを持つダイアログを簡易に表示します。メニューアクションで表示されるメニュー要素の項目はアクションの設定項目として指定されます。 - 要素の座標
- 要素のサイズ
- 要素の可視性
- 要素の重なり順
- 要素を調査