Jump to: navigation, search

Difference between revisions of "HowTo:Make a Property editable on Mobile Client"


(Created page with " == See also == * Create a new MetaClassScope")
 
Line 1: Line 1:
 +
A [[MetaProperty]] must be made editable,not only to get them displayed on the client but also be able to edit.
  
 
+
# Navigate to the [[MetaClass]] [[APPLICATION]] in the ''[[Class Browser]]''<br/>[[File:UI_Property_editable_01.PNG|330 px|border|alt=Property editable|Property editable]]
 
+
# Put the ''APPLICATION'' via dragging and dropping in the ''[[Relation Editor]]''and navigate to the ''MetaProperty''<br/>[[File:UI_Property_editable_02.PNG|330 px|border|alt=Property editable|Property editable]]
 +
# By clicking on the right ''MetaProperty'', on the right side the [[Object Editor]] window shows each propertie of the ''MetaProperty'' <br/>[[File:UI_Property_editable_03.PNG|330 px|border|alt=Property editable|Property editable]]
 +
# The property '''Write enabled''' can only be changed in [[UBIK_Studio_Basics#Admin_mode|Admin mode]]:
 +
:* The current user will be shown in the down bar  <br/>[[File:UI_Property_editable_04.PNG|220 px|border|alt=Property editable|Property editable]]
 +
:* For changing the [[UBIK_Studio_Basics#User_rights|User rights]] click with the right mouse button on the user <br/>[[File:UI_Property_editable_05.PNG|220 px|border|alt=Property editable|Property editable]]
 +
# Save the changes with {{key press|Ctrl|S}} or the save command
  
 
== See also ==
 
== See also ==
 
* [[Create a new MetaClassScope]]
 
* [[Create a new MetaClassScope]]

Revision as of 13:35, 27 November 2013

A MetaProperty must be made editable,not only to get them displayed on the client but also be able to edit.

  1. Navigate to the MetaClass APPLICATION in the Class Browser
    Property editable
  2. Put the APPLICATION via dragging and dropping in the Relation Editorand navigate to the MetaProperty
    Property editable
  3. By clicking on the right MetaProperty, on the right side the Object Editor window shows each propertie of the MetaProperty
    Property editable
  4. The property Write enabled can only be changed in Admin mode:
  • The current user will be shown in the down bar
    Property editable
  • For changing the User rights click with the right mouse button on the user
    Property editable
  1. Save the changes with Ctrl+S or the save command

See also