You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/z2ui5_cl_demo_app_000.clas.abap
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -85,9 +85,11 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
85
85
)->content( 'layout' ).
86
86
87
87
page->formatted_text(
88
-
`<p><strong>Explore and copy code samples!</strong> All samples are abap2UI5 implementations of the <a href="https://sapui5.hana.ondemand.com/#/controls" style="color:blue; font-weight:600;">SAP UI5 sample page.</a> If you miss a control or find a b`&&
88
+
`<p><strong>Explore and copy code samples!</strong> All samples are abap2UI5 implementations of the <a href="https://sapui5.`&&
89
+
`hana.ondemand.com/#/controls" style="color:blue; font-weight:600;">SAP UI5 sample page.</a> If you miss a control or find a b`&&
89
90
`ug please create an `&&
90
-
`<a href="https://github.com/abap2UI5/abap2UI5/issues" style="color:blue; font-weight:600;">issue</a> or send a <a href="https://github.com/abap2UI5/abap2UI5-samples/pulls" style="color:blue; font-weight:600;">PR</a>`&&
91
+
`<a href="https://github.com/abap2UI5/abap2UI5/issues" style="color:blue; font-weight:600;">issue</a> or send a <a href="https`&&
Copy file name to clipboardExpand all lines: src/z2ui5_cl_demo_app_035.clas.locals_imp.abap
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -153,13 +153,19 @@ CLASS lcl_file_api IMPLEMENTATION.
153
153
`Remark:`&&|\n|&&
154
154
|\n|&&
155
155
`Example content:`&&|\n|&&
156
-
`The names "John Doe" for males, "Jane Doe" or "Jane Roe" for females, or "Jonnie Doe" and "Janie Doe" for children, or just "Doe" non-gender-specifically are used as placeholder names for a party whose true identity is unknown or mus`&&
157
-
`t be withheld in a legal action, case, or discussion. The names are also used to refer to acorpse or hospital patient whose identity is unknown. This practice is widely used in the United States and Canada, but is rarely used in other English-speak`&&
158
-
`ing countries including the United Kingdom itself, from where the use of "John Doe" in a legal context originates. The names Joe Bloggs or John Smith are used in the UK instead, as well as in Australia and New Zealand.`&&|\n|&&
156
+
`The names "John Doe" for males, "Jane Doe" or "Jane Roe" for females, or "Jonnie Doe" and "Janie Doe" for children, or just `&&
157
+
` "Doe" non-gender-specifically are used as placeholder names for a party whose true identity is unknown or must `&&
158
+
`be withheld in a legal action, case, or discussion. The names are also used to refer to acorpse or hospital patient whose `&&
159
+
`identity is unknown. This practice is widely used in the United States and Canada, but is rarely used in other `&&
160
+
`English-speaking countries including the United Kingdom itself, from where the use of "John Doe" in a legal context `&&
161
+
`originates. The names Joe Bloggs or John Smith are used in the UK instead, as well as in Australia and New Zealand.`&&
159
162
|\n|&&
160
-
`John Doe is sometimes used to refer to a typical male in other contexts as well, in a similar manner to John Q. Public, known in Great Britain as Joe Public, John Smith or Joe Bloggs. For example, the first name listed on a form is o`&&
161
-
`ften John Doe, along with a fictional address or other fictional information to provide an example of how to fill in the form. The name is also used frequently in popular culture, for example in the Frank Capra film Meet John Doe. John Doe was also`&&
162
-
` the name of a 2002 American television series.`.
163
+
|\n|&&
164
+
`John Doe is sometimes used to refer to a typical male in other contexts as well, in a similar manner to John Q. Public,`&&
165
+
` known in Great Britain as Joe Public, John Smith or Joe Bloggs. For example, the first name listed on a form is often `&&
166
+
`John Doe, along with a fictional address or other fictional information to provide an example of how to fill in the form`&&
167
+
`. The name is also used frequently in popular culture, for example in the Frank Capra film Meet John Doe. John Doe was `&&
168
+
`also the name of a 2002 American television series.`.
0 commit comments