Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

This button type provide you with modal box containing multiple items. It can display text variables and executed several http methods after submiting.

Image Modified


Endpoint - Defines URL that will be called after successfully submitting modal window

Method - All typical HTTP methods like POST, GET etc. are available. Make sure, that your application server supports them. Atypical methods like OPTIONS etc. are usually disabled by default.

Request Body - Some methods like POST requires you provide with data otherwise your request is incomplete. If you do not have any data to provide for your endpoint, you can use empty JSON.

Title - Text displayed in header of dialogue window

Text - Main text in dialogue windows. This text can contain formula, here is an example: 

Code Block
Do you want to delete {formula}L__1_FIRSTVALUE{formula}? 

Close label - Text that will be displayed on cancel button

OK label - Text that will be displayed on submit button.

Appearance via formula - Using formula, that will return true/false, you can deside, if button will be visible for user.

Post-action redirect - After submitting dialogue windows, windows will be redirected to set destination.



Sv translation
languageja

複数の項目を含むモーダルボックスを提供するボタンタイプです。テキスト変数を表示したり、送信後に複数のhttpメソッドを実行することができます。

Image Added


エンドポイント - モーダルウィンドウが正常に送信された後に呼び出される URL を定義します。

メソッド - POST、GETなど、一般的なHTTPメソッドがすべて利用可能です。アプリケーションサーバーがこれらをサポートしていることを確認してください。OPTIONSなどの非定型メソッドは、通常、デフォルトで無効になっています。

リクエストボディ - POSTなどの一部のメソッドでは、データを提供する必要があり、そうでない場合はリクエストが不完全になります。エンドポイントに提供するデータがない場合、空のJSONを使用することができます。

タイトル - ダイアログウィンドウのヘッダーに表示されるテキスト

テキスト- ダイアログウィンドウのメインテキストです。このテキストは数式を含むことができ、その例を以下に示します。

Code Block
Do you want to delete {formula}L_1_FIRSTVALUE{formula}? 

Close label - キャンセルボタンに表示されるテキストです。

OKラベル - 送信ボタンに表示されるテキストです。

数式による表示 - true/falseを返す数式を使用して、ボタンがユーザーに表示されるかどうかを決定できます。

ポストアクションのリダイレクト - ダイアログウィンドウを送信した後、ウィンドウは設定された宛先にリダイレクトされます。