Scene Element: TextEdit(文字編集)

About(解説)

A standard Android box for text entry.

TextEdit elements cannot appear in Overlay scenes.

https://tasker.joaoapps.com/userguide/en/element_textedit.html

Android標準の文字入力欄です。

オーバーレイタイプのシーンではテキスト編集要素は使用できません。

Parameter: Text(パラメーター:文字)

This is the initial text to show in the element, with any variables replaced.

Note that if Text contains a variable, any changes in the variable value once the element have been shown will not be reflected in the visible contents of the text box. The reason for this limitation is that the user can change the text box contents by typing at any time so it is not possible to track where the variable contents should be, or even if they are still there at all.

https://tasker.joaoapps.com/userguide/en/element_textedit.html

これは初期状態の要素に表示される文字です。様々な変数で置き換えできます。

文字パラメーターに変数が含まれる場合、要素の表示中に変数が変化しても表示内容は更新されません。これは常にユーザーによって文字編集要素の内容が書き換えられる可能性があるため、どこに変数が埋め込まれているのかを把握できないからです。

Parameter: Position(パラメーター:座標)

Where to place the text within its box

https://tasker.joaoapps.com/userguide/en/element_textedit.html

文字が表示領域内のどこに表示されるかです。

Parameter: Text Width Scale(文字のサイズの倍率)

Horizontal scaling factor to squash up (negative values) or stretch (positive values) the text.

https://tasker.joaoapps.com/userguide/en/element_textedit.html

文字を横方向にどの程度広げる(正の値で指定)か狭める(負の値で指定)かを倍率で指定します。

Events(イベント)

Related Actions(関連するアクション)

See Also(こちらもご覧下さい)