Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[FIX] sap.m.Text: Normalisation and visualisation of line endings and…
… whitespace characters is now fixed - Visual and QUnit tests added - Property description is edited - About section is edited - Demokit and Testsuite samples are updated New lines: If you use JavaScript and you want to visualize new line you should use \n. If you want to visualize, for example, “C:\NewFolder” you should create it like “C:\NewFolder”. If you use XML views and you want to visualize new line you should use 
 Using ” \n” here will result in “\n” in the control. If you use binding of the data and there is \n in the string it will be visualized as new line. Tabs: If you use JavaScript and you want to visualize tab you should use \t. If you want to visualize, for example, “C:\TestFolder” you should create it like “C:\TestFolder”. If you use XML views and you want to visualize tab you should use 	 Using ” \t” here will result in “\t” in the control. If you use binding of the data and there is \t in the string it will be visualized as tab. BCP: 1870145637 BCP: 1870142134 Fixes: #1973 Change-Id: I6965ee0f58729291105ff7361c44b12d1a894458 CR-Id: 002075125900002138492018
- Loading branch information
1 parent
56d31e7
commit 991460d
Showing
6 changed files
with
133 additions
and
44 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
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
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