Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
a_f:a:display_url [2022/09/01 01:23] – ↷ Page moved from a_f:3100_actions:display_url to a_f:a:display_url administratora_f:a:display_url [2024/02/02 18:13] (current) – ↷ Links adapted because of a move operation 172.71.170.164
Line 1: Line 1:
-{{tag>Actions Action_List Process UI URL}}+{{tag>Index Action Action_List Process UI URL}}
 ====== DISPLAY URL ====== ====== DISPLAY URL ======
  
Line 6: Line 6:
 ===== 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). 
Line 12: Line 12:
 ===== Example ===== ===== Example =====
  
-<code aim>DISPLAY URL 'http://www.awareim.com'</code>+<code aim>DISPLAY URL 'http://www.awareim.com' </code>
  
 ''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).
  
  • Last modified: 2022/09/13 18:11