Jump to: navigation, search

Changes


Bulk Editor

12 bytes removed, 11:12, 24 April 2013
! Data type!! Example !! Comment
|- align="left"
| [[Bool]] || [[File:UI_BulkEditor_Bool.png|300px]] || True or false to be read/set via a Checkbox
|- align="left"
| [[ByteStream]]|| - ||Internal type, will not result in a column
|- align="left"
| [[DateTime]] || [[File:UI_BulkEditor_DateTime.png|300px]] || Date and time in a combined value; format according to regional settings; a double click opens a dialog to pick a date from a calendar
|- align="left"
| [[Double]] || - || [http://en.wikipedia.org/wiki/Double-precision_floating-point_format Double-precision floating-point format], optionally with [[Unit|unit of measurement]]
|- align="left"
| FileReference|| [[FileReferenceFile:UI_BulkEditor_File.png|300px]]|| - || A path to a physical file in [http://en.wikipedia.org/wiki/Path_(computing)#MS-DOS.2FMicrosoft_Windows_style DOS/Windows]- or [http://en.wikipedia.org/wiki/Path_(computing)#Uniform_Naming_Convention UNC] notation; a double click opens a dialog to pick a file from the file system
|- align="left"
| [[GeoData]] || [[File:UI_BulkEditor_GEO.png|300px]] || Absolute geographic position combined of [http://en.wikipedia.org/wiki/Longitude Longitude], [http://en.wikipedia.org/wiki/Latitude Latitude] and [http://en.wikipedia.org/wiki/Altitude Altitude] in [http://en.wikipedia.org/wiki/World_Geodetic_System WGS84] format; a double click opens a dialog to enter the values separately
|- align="left"
| [[Guid]]|| [[File:UI_BulkEditor_GUID.png|300px]] || Pointer to another object, represented with the [http://en.wikipedia.org/wiki/Globally_unique_identifier GUID] of the target object
|- align="left"
| [[Reference]]|| [[File:UI_BulkEditor_Reference.png|300px]] || Pointer to another object via a reference; a double click opens a picker to select the target object
|- align="left"
| [[Int]]|| - || An [http://en.wikipedia.org/wiki/Integer_(computer_science) integer] number
|- align="left"
| [[String]]|| - || A [http://en.wikipedia.org/wiki/String_(computer_science) string] value
|- align="left"
| [[Undefined]]|| - ||Internal type, will not result in a column
|- align="left"
| [[XML]]|| - || Markup text in [http://en.wikipedia.org/wiki/Xml XML] format; currently displayed as raw string by this control
|}