Object actions:
1. Delete object - will remove object, values and all related to it information from the system(including
history).
2. Flush values - will remove all values from object and all related to it information from the
system(including history).
3. Update object - will update current object configuration.
4. Open mono - will show mono object's properties.
5. GoTo - link to the object in View tab.
6. Subscribe - un/subscribe to object's updates via WebSockets.
Value actions:
1. Delete value - will remove value and all related to it information from the system(including history).
2. Update value - will update value comment and, if input(under "arrow down icon") was changed,
value itself.
3. GoTo - link to the value in View tab.
4. Mass remove checkbox.
To create new object, follow these steps:
1. Push " Add new Object" button in left bottom corner.
2. Fill all requested fields
a. Object name - name that will be used in the system. ( Allowed symbols: a-zA-Z0-9_)(Max length 50
characters )
b. Object values type ( mysql field types - INT, BIGINT, FLOAT, TIMESTAMP, TEXT, VARCHAR,
LONGTEXT, BLOB, LONGBLOB)
c. Display type (How these object will be displayed in View interface as property):
- Simple Text (Small text fields)
- Password (hide content of fields when input, and possibility to generate md5 hash )
- Crypto_text (Crypt-ed text)
- CryptoBin_text (Crypt-ed binary data)
- Hidden (Hidden fields, for example to update values only troth API )
- Select ( Drop-down list)
- Text area (Large text field)
- Text area Highlight (Text field with Cmirror plugin highlighting)
- Multi-select (Multiply selection fields)- Dragndrop (assign&unassign values by DnD)
- Dragndrop Highlight (assign&unassign values by DnD with highlighting values that are not assigned
to any root value)
- Dragndrop Unique (assign&unassign values by DnD that are not assigned to any root value )
- Checkbox
- Checkbox OnOff
- Image ( Image field with possibility to load image)
- Document ( field with possibility to attach Document files)
- Datetime ( field with datetime plugin)
- SelectAdd ( Like multiselection filed, only with possibility to add values from list, after push add
button )
- InputAdd ( Like multiselection filed, only with possibility to add values inputed as text, after push
add button )