Class: EditorAttributes

Kekule.PropertyEditor. EditorAttributes

new EditorAttributes()

Enumeration of attributes of property editor. Different value can be combinated by OR operation.
Source:

Members

(static) CUSTOMEDIT

Show a custom widget to edit property value.
Source:

(static) DROP_EDIT

Edit widget will be created as a drop down one after clicking a drop down button inside object inspector row.
Source:

(static) INLINE_EDIT

Edit widget can be created inside object inspector row.
Source:

(static) MULTIOBJS

Property can be edit when multiple objects is selected in object inspector.
Source:
Edit widget will be created as a popup dialog after clicking a ellipse button inside object inspector row.
Source:

(static) READONLY

Property value is read only and can not be edited.
Source:

(static) SIMPLEVALUE

Property value is simple and can be edited by a text box.
Source:

(static) SUBPROPS

Property can be expand to multiple rows in object inspector (such as when property type is ObjectEx).
Source:

(static) VALUELIST

Show a drop down list and value can only be set from it.
Source: