Changes between Initial Version and Version 1 of Widgets/Maptip


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

Automated wiki documentation upload

Legend:

Unmodified
Added
Removed
Modified
  • Widgets/Maptip

    v1 v1  
     1[[PageOutline]]
     2[[BR]]
     3|| '''Automatically generated page, do not modify.  User Notes can be created at: [wiki:Widgets/MaptipUsageNotes]'''||
     4[[BR]]
     5
     6= Widget: Maptip =
     7
     8A widget to display information about features under the mouse as it hovers over the map
     9
     10== Usage Notes ==
     11
     12See: [wiki:Widgets/MaptipUsageNotes]
     13
     14== Common Widget Properties ==
     15
     16 * '''Location''' :
     17 * '''Label''' : Map tip
     18 * '''Tooltip''' :
     19 * '''StatusText''' :
     20 * '''ImageUrl''' :
     21 * '''ImageClass''' :
     22 * '''StandardUi''' : false
     23 * '''ContainableBy''' :
     24
     25== Parameters ==
     26
     27=== Delay ===
     28
     29 * '''Description''' : The delay in milliseconds before showing a map tip
     30 * '''Type''' : integer
     31 * '''Label''' : Delay
     32 * '''Min''' : 0
     33 * '''Max''' : 10000
     34 * '''DefaultValue''' : 350
     35 * '''IsMandatory''' : false
     36
     37=== Layer ===
     38
     39 * '''Description''' : The layers to display information about
     40 * '''Type''' : String
     41 * '''Label''' : Layers
     42 * '''IsMandatory''' : false
     43
     44=== Tolerance ===
     45
     46 * '''Description''' : The number of screen pixels around the cursor to query
     47 * '''Type''' : integer
     48 * '''Label''' : Tolerance
     49 * '''Min''' : 0
     50 * '''Max''' : 10
     51 * '''DefaultValue''' : 2
     52 * '''IsMandatory''' : false
     53
     54=== Target ===
     55
     56 * '''Label''' : Target
     57 * '''Type''' : String
     58 * '''Description''' : The frame, window, or TaskPane in which to open hyperlinks. If empty, a new window is used
     59 * '''IsMandatory''' : false
     60 * '''DefaultValue''' : MaptipWindow
     61
     62=== WinFeatures ===
     63
     64 * '''Label''' : Window Features
     65 * '''Type''' : String
     66 * '''Description''' : Options for opening hyperlinks new window, if used
     67 * '''IsMandatory''' : false
     68 * '''DefaultValue''' : menubar=no,location=no,resizable=no,status=no
     69