2,236 bytes added,
16:50, 11 March 2013 ==Purpose==
The Object Editor is designed to display and edit the [[BaseProperty|properties]] of a single {{UBIK}} object.
==Basics==
===Appearance===
====Property controls====
The control reads the property definition from the current context object and displays an editing control according to the respective data type of the [[MetaProperty]]:
{| class="wikitable" | width = "50%"
|-
! Data type!! Editing control!! Comment
|- align="left"
| [[Bool]] || Picture || True or false
|- align="left"
| [[ByteStream]]|| Picture ||Internal type, will not result in an editing control
|- align="left"
| [[DateTime]] || Picture ||
|- align="left"
| [[Double]] || Picture ||
|- align="left"
| [[FileReference]]|| Picture ||
|- align="left"
| [[GeoData]] || Picture ||
|- align="left"
| [[Guid]]|| Picture ||
|- align="left"
| [[Int]]|| Picture ||
|- align="left"
| [[String]]|| Picture ||
|- align="left"
| [[Undefined]]|| Picture ||Internal type, will not result in an editing control
|- align="left"
| [[XML]]|| Picture ||
|}
====Descriptions====
====Tooltips====
However, as this is something that can be customized, the controls might display something different.
===Drag & Drop===
The Object Editor control is a target for Drag&Drop operations, any object can be dragged to the value fields if the dragged object matches the data type of the respective property.
* In Classification view mode, other MetaClasses can be dropped on the root node
==Toolbar==
{| class="wikitable" | width = "50%"
|-
! Control !! Purpose
|- align="left"
| View Style || Indicates or changes the [[#View Style|View Style]] of the control; changing it will result in reloading of the control
|- align="left"
| Navigate to context object || Attempts to [[Navigation|navigate]] to the current context MetaClass.
|- align="left"
| Save || Saves the [[Relation Data|relation data]] object.
|}
==Context menu==
==View Styles==
The Class Details control has four different View Styles, each of them providing different views and functionality.
===List===
The control will display the properties in a list, sorted according to the property ''ORDERID''
===Layouted===
No functionality yet-
==Other functionality==
[[Category:UBIK Studio Controls]]