Databind labels in ViewModels
(Automatically adding template at the end of the page.)
(Replacing message template with parser tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
Labels are normally static presentation texts. These texts can be translated by following the strategy described [[Localization|here.]]
Labels are normally static presentation texts. These texts can be translated by following the strategy described [[Localization|here.]]



Latest revision as of 07:41, 17 June 2024

Labels are normally static presentation texts. These texts can be translated by following the strategy described here.

From time to time, however, you may want to use data instead of static texts.

Column Headers in Grids

Expression for Labels - if Grid - are found on the level of Grid root column taking the name of "GridRootColumnName"_"GridColumnName"_Label

Labels for Widgets and Buttons

Expression for Labels on simple widgets are found on the same level, taking the name of "ColumnName"_Label

x

And for MVC and AngularJS:

2022-03-18 16h41 21.gif
This page was edited 95 days ago on 06/17/2024. What links here