Difference between revisions of "HowTo:Change an Objects Presentation on Mobile Client"
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | The presentation of an object on the {{ | + | 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 {{ | + | # 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 | + | # 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]] | # 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 | # Save the changes with {{key press|Ctrl|S}} or the save command | ||
− | [[Category: | + | [[Category:How-To|Change an Objects Presentation on Mobile Client]] |
− | [[Category: | + | [[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
- Connect the according MetaClass to a Code Editor control
- Switch to the methods view style
- Edit the DisplayStrings or DisplayStringItem method
- Save the changes with Ctrl+S or the save command