Changes between Initial Version and Version 1 of Widgets/ViewSize


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

Automated wiki documentation upload

Legend:

Unmodified
Added
Removed
Modified
  • Widgets/ViewSize

    v1 v1  
     1[[PageOutline]]
     2[[BR]]
     3|| '''Automatically generated page, do not modify.  User Notes can be created at: [wiki:Widgets/ViewSizeUsageNotes]'''||
     4[[BR]]
     5
     6= Widget: ViewSize =
     7
     8Display the size of the current view in user-definable units
     9
     10== Usage Notes ==
     11
     12See: [wiki:Widgets/ViewSizeUsageNotes]
     13
     14== Common Widget Properties ==
     15
     16 * '''Location''' :
     17 * '''Label''' : ViewSize
     18 * '''Tooltip''' : The size of the map
     19 * '''StatusText''' :
     20 * '''ImageUrl''' :
     21 * '''ImageClass''' :
     22 * '''StandardUi''' : false
     23 * '''ContainableBy''' : Splitterbar
     24
     25== Parameters ==
     26
     27=== Units ===
     28
     29 * '''Description''' : the units to display the size in
     30 * '''Type''' : String
     31 * '''Label''' : Units
     32  * '''Meters''' ''(Label: Meters)''
     33  * '''Kilometers''' ''(Label: Kilometers)''
     34  * '''Feet''' ''(Label: Feet)''
     35  * '''Yards''' ''(Label: Yards)''
     36  * '''Miles''' ''(Label: Miles)''
     37  * '''Degrees''' ''(Label: Degrees)''
     38  * '''Pixels''' ''(Label: Pixels)''
     39 * '''DefaultValue''' : Meters
     40 * '''IsMandatory''' : false
     41
     42=== Precision ===
     43
     44 * '''Description''' : Precision of the size displayed
     45 * '''Type''' : integer
     46 * '''Label''' : DistancePrecision
     47 * '''Min''' : -1
     48 * '''Max''' : 6
     49 * '''DefaultValue''' : 2
     50 * '''IsMandatory''' : false
     51
     52=== Template ===
     53
     54 * '''Description''' : A template string to display the size. Values in {} will be replaced by actual values
     55 * '''Type''' : String
     56 * '''Label''' : Template
     57 * '''DefaultValue''' : {w} x {h} {units}
     58 * '''IsMandatory''' : false
     59