This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| a_f:a:display_url [2022/09/01 06:27] – [Example] administrator | a_f:a:display_url [2024/02/02 18:13] (current) – ↷ Links adapted because of a move operation 172.71.170.164 |
|---|
| {{tag>Actions Action_List Process UI URL}} | {{tag>Index Action Action_List Process UI URL}} |
| ====== DISPLAY URL ====== | ====== DISPLAY URL ====== |
| |
| ===== Syntax ===== | ===== Syntax ===== |
| |
| ''DISPLAY URL'' ArithmeticOperation() [ ''IN NEW'' | ''IN MAIN'' | ''FULL SCREEN''] | ''DISPLAY URL'' ArithmeticOperation() [''USING'' StringLiteral() ] [ ''IN NEW'' | ''IN MAIN'' | ''FULL SCREEN''] |
| |
| where ArithmeticOperation is an operation that produces a string (usually just a string literal). | where ArithmeticOperation is an operation that produces a string (usually just a string literal). |
| |
| ''IN NEW WINDOW'', ''IN MAIN WINDOW'', ''IN CURRENT TAB'', ''NEW TAB'' and ''FULL SCREEN'' options allow to display the URL in a new window, in the main window, in the current tab, in the new tab, or in the same window full screen respectively. | ''IN NEW WINDOW'', ''IN MAIN WINDOW'', ''IN CURRENT TAB'', ''NEW TAB'' and ''FULL SCREEN'' options allow to display the URL in a new window, in the main window, in the current tab, in the new tab, or in the same window full screen respectively. |
| | |
| | The ''USING'' keyword can be used to specify the fully qualified name of the plugin that can perform some actions before the URL is displayed. Currently this is mainly used for integration with Stripe payments (see this [[docs:5000_videos:720_integration_with_stripe_multiparty_payments|video tutorial]] for details). |
| |