Jump to: navigation, search

Difference between revisions of "HowTo:Change an Objects Presentation on Mobile Client"


(Created page with "How To")
 
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:How To]]
+
The presentation of an object on the {{UBIK Client}} is defined through the [[Code_Editor#Methods|DisplayStrings]] methods. Change the textual visualization by
 +
# Connect the according [[MetaClass]] to a {{Code_Editor}} control<br/>[[File:Code Editor.PNG|330 px|border]]
 +
# Switch to the [[Code_Editor#Methods|methods]] view style<br/>[[File:Methods Code Editor.PNG|220 px|border]]
 +
# Edit the '''DisplayStrings''' or '''DisplayStringItem''' method<br/>[[File:UI_HowTo_DisplayStrings.png|500px|border|DisplayStrings and DisplayStringItem method]]
 +
# Save the changes with {{key press|Ctrl|S}} or the save command
 +
 
 +
[[Category:How-To|Change an Objects Presentation on Mobile Client]]
 +
[[Category:Publishing|Change an Objects Presentation on Mobile Client]]

Latest revision as of 09:10, 9 January 2020

The presentation of an object on the UBIK® Client is defined through the DisplayStrings methods. Change the textual visualization by

  1. Connect the according MetaClass to a Code Editor control
    Code Editor.PNG
  2. Switch to the methods view style
    Methods Code Editor.PNG
  3. Edit the DisplayStrings or DisplayStringItem method
    DisplayStrings and DisplayStringItem method
  4. Save the changes with Ctrl+S or the save command