Changes between Initial Version and Version 1 of Widgets/CursorPosition


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

Automated wiki documentation upload

Legend:

Unmodified
Added
Removed
Modified
  • Widgets/CursorPosition

    v1 v1  
     1[[PageOutline]]
     2[[BR]]
     3|| '''Automatically generated page, do not modify.  User Notes can be created at: [wiki:Widgets/CursorPositionUsageNotes]'''||
     4[[BR]]
     5
     6= Widget: CursorPosition =
     7
     8Provides dynamic cursor tracking as it moves over the map
     9
     10== Usage Notes ==
     11
     12See: [wiki:Widgets/CursorPositionUsageNotes]
     13
     14== Common Widget Properties ==
     15
     16 * '''Label''' : CursorPosition
     17 * '''Tooltip''' : this will display the cursor position
     18 * '''StandardUi''' : false
     19 * '''ContainableBy''' : Splitterbar
     20
     21== Parameters ==
     22
     23=== Template ===
     24
     25 * '''Type''' : string
     26 * '''Label''' : Template
     27 * '''Description''' : The template string to use to generate the displayed text
     28 * '''DefaultValue''' : x: {x}, y: {y}
     29 * '''IsMandatory''' : 1
     30
     31=== Precision ===
     32
     33 * '''Type''' : integer
     34 * '''Label''' : Precision
     35 * '''Description''' : The precision to display for the coordinates
     36 * '''DefaultValue''' : 4
     37 * '''Min''' : 0
     38 * '''Max''' : 15
     39 * '''IsMandatory''' : 0
     40
     41=== Units ===
     42
     43 * '''Type''' : string
     44 * '''Label''' : Units
     45 * '''Description''' : The coordinate units
     46 * '''DefaultValue''' : dd
     47 * '''IsMandatory''' : 1
     48