Difference between revisions of "HowTo:Change an Objects Presentation on Mobile Client"
(Created page with "How To") |
|||
Line 1: | Line 1: | ||
− | [[Category:How To]] | + | The presentation of an object on the {{UBIKCLIENT}} is defined through the [[Code_Editor#Methods|DisplayStrings]] methods. Change the textual visualization by |
+ | # Connect the according [[MetaClass]] to a {{CE}} control | ||
+ | # Switch to the [[Code_Editor#Methods|methods]] view style | ||
+ | # Edit the DisplayStrings or DisplayStringItem method | ||
+ | [[File:UI_HowTo_DisplayStrings.png|220px|border|DisplayStrings and DisplayStringItem method]] | ||
+ | # Save the changes with {{key press|Ctrl|S}} or the save command | ||
+ | |||
+ | [[Category:How-To]] |
Revision as of 13:44, 3 February 2014
The presentation of an object on the UBIKCLIENT is defined through the DisplayStrings methods. Change the textual visualization by
- Connect the according MetaClass to a CE control
- Switch to the methods view style
- Edit the DisplayStrings or DisplayStringItem method
- Save the changes with Ctrl+S or the save command