Changes between Initial Version and Version 1 of Widgets/InvokeURL


Ignore:
Timestamp:
Apr 3, 2008, 3:05:31 AM (16 years ago)
Author:
jbirch
Comment:

Automated wiki documentation upload

Legend:

Unmodified
Added
Removed
Modified
  • Widgets/InvokeURL

    v1 v1  
     1[[PageOutline]]
     2[[BR]]
     3|| '''Automatically generated page, do not modify.  User Notes can be created at: [wiki:Widgets/InvokeURLUsageNotes]'''||
     4[[BR]]
     5
     6= Widget: InvokeURL =
     7
     8A widget to call up a URL into the TaskPane, a new window or HTML element. The map name and Session ID are automatically added to the URL, as well as any additional parameters specifed
     9
     10== Usage Notes ==
     11
     12See: [wiki:Widgets/InvokeURLUsageNotes]
     13
     14== Common Widget Properties ==
     15
     16 * '''Location''' :
     17 * '''Label''' : Invoke URL
     18 * '''Tooltip''' : Click to execute the URL
     19 * '''StatusText''' :
     20 * '''ImageUrl''' : images/icons/invoke-url.png
     21 * '''ImageClass''' :
     22 * '''StandardUi''' : true
     23 * '''ContainableBy''' : Any
     24
     25== Parameters ==
     26
     27=== Target ===
     28
     29 * '''Description''' : The frame, window, or TaskPane in which to display any UI for the widget. If empty, a new window is used
     30 * '''Type''' : String
     31 * '''Label''' : Target
     32 * '''DefaultValue''' : InvokeUrlWindow
     33 * '''IsMandatory''' : false
     34
     35=== Url ===
     36
     37 * '''Description''' : The URL to be opened in the target
     38 * '''Type''' : String
     39 * '''Label''' : URL
     40 * '''IsMandatory''' : true
     41
     42=== DisableIfSelectionEmpty ===
     43
     44 * '''Description''' : A flag to indicate if this widget should only be enabled if there is a selection available on the map
     45 * '''Type''' : boolean
     46 * '''Label''' : DisableIfSelectionEmpty
     47 * '''DefaultValue''' : false
     48 * '''IsMandatory''' : false
     49
     50=== AdditionalParameter ===
     51
     52 * '''Description''' : A list of key/value pairs that will be added to the URL
     53 * '''Type''' : XML
     54 * '''Label''' : Additional parameter
     55 * '''DefaultValue''' :
     56 * '''IsMandatory''' : false
     57