Difference between revisions of "IAdeUICallbacks::OpenURL"

(Created page with "<< Back to IAdeUICallbacks = void IAdeUICallbacks::OpenURL([in] string url, [in] string window, [in] string specs) = Called when the OpenURL() fu...")
 
(Marked this version for translation)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[IAdeUICallbacks|<< Back to IAdeUICallbacks]]
+
[[Category:ADE User Guide]]
 
+
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[IAdeUICallbacks]]
= void [[IAdeUICallbacks]]::OpenURL([in] string url, [in] string window, [in] string specs) =
+
<languages />
 +
<translate>
 +
= void [[IAdeUICallbacks]]::OpenURL([in] string url, [in] string window, [in] string specs) = <!--T:1-->
  
 +
<!--T:2-->
 
Called when the [[OpenURL]]() function is evaluated.  You implement this message to take your user to the requested URL when the function is evaluated. If you don't implement this function, then the [[OpenURL]]() function will have no effect when evaluated in your [[ADE]]-based application.
 
Called when the [[OpenURL]]() function is evaluated.  You implement this message to take your user to the requested URL when the function is evaluated. If you don't implement this function, then the [[OpenURL]]() function will have no effect when evaluated in your [[ADE]]-based application.
  
== Parameters ==
+
== Parameters == <!--T:3-->
  
 +
<!--T:4-->
 
The parameters are the same as the parameters passed to the [[OpenURL]]() function by the model.
 
The parameters are the same as the parameters passed to the [[OpenURL]]() function by the model.
  
 +
<!--T:5-->
 
«url» is the requested URL.
 
«url» is the requested URL.
  
 +
<!--T:6-->
 
The «window» and «specs» parameters are optional and hidden in the [[OpenURL]]() function. They have no effect in desktop Analytica, but could be used to specify which window the browser should open to in a browser-based application, and other style specifications for the window.
 
The «window» and «specs» parameters are optional and hidden in the [[OpenURL]]() function. They have no effect in desktop Analytica, but could be used to specify which window the browser should open to in a browser-based application, and other style specifications for the window.
  
== Return value ==
+
== Return value == <!--T:7-->
  
 +
<!--T:8-->
 
None
 
None
  
= Examples =
+
= Examples = <!--T:9-->
  
= See Also =
+
= See Also = <!--T:10-->
  
 +
<!--T:11-->
 
* [[OpenURL]]() function
 
* [[OpenURL]]() function
 +
</translate>

Latest revision as of 01:41, 16 June 2015

ADE User Guide > ADE Server Class Reference > IAdeUICallbacks

Other languages:
English • ‎中文

void IAdeUICallbacks::OpenURL([in] string url, [in] string window, [in] string specs)

Called when the OpenURL() function is evaluated. You implement this message to take your user to the requested URL when the function is evaluated. If you don't implement this function, then the OpenURL() function will have no effect when evaluated in your ADE-based application.

Parameters

The parameters are the same as the parameters passed to the OpenURL() function by the model.

«url» is the requested URL.

The «window» and «specs» parameters are optional and hidden in the OpenURL() function. They have no effect in desktop Analytica, but could be used to specify which window the browser should open to in a browser-based application, and other style specifications for the window.

Return value

None

Examples

See Also

Comments


You are not allowed to post comments.