-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added everything for Step 8: Binding Paths: Accessing Properties in H…
…ierarchically Structured Models
- Loading branch information
Showing
5 changed files
with
47 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
title=UI5-Data-Binding | ||
appTitle=UI5-Data-Binding | ||
appDescription=UI5 Data Binding Walkthrough | ||
|
||
# Field labels | ||
firstName=First Name | ||
lastName=Last Name | ||
enabled=Enabled | ||
address=Address | ||
|
||
|
||
# Screen titles | ||
panel1HeaderText=Data Binding Basics | ||
panel2HeaderText=Address Details |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
title=UI5-Data-Binding | ||
appTitle=UI5-Data-Binding | ||
appDescription=UI5 Data Binding Walkthrough | ||
|
||
# Field labels | ||
firstName=Vorname | ||
lastName=Nachname | ||
enabled=Aktiviert | ||
|
||
# Screen titles | ||
panelHeaderText=Data Binding Grundlagen | ||
panel1HeaderText=Data Binding Grundlagen | ||
panel2HeaderText=Adressdetails |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
title=UI5-Data-Binding | ||
appTitle=UI5-Data-Binding | ||
appDescription=UI5 Data Binding Walkthrough | ||
|
||
# Field labels | ||
firstName=First Name | ||
lastName=Last Name | ||
enabled=Enabled | ||
address=Address | ||
|
||
|
||
# Screen titles | ||
panel1HeaderText=Data Binding Basics | ||
panel2HeaderText=Address Details |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters