Skip to content

Commit 199cb7a

Browse files
switch camera to main repo (#5)
Co-authored-by: [email protected] <[email protected]>
1 parent 5ff286f commit 199cb7a

6 files changed

+7
-287
lines changed

src/01/z2ui5_cl_cc_sample_picture.clas.abap

Lines changed: 0 additions & 120 deletions
This file was deleted.

src/01/z2ui5_cl_cc_sample_picture.clas.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/package.devc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
44
<asx:values>
55
<DEVC>
6-
<CTEXT>abap2UI5 - ui extenions</CTEXT>
6+
<CTEXT>abap2UI5 - ui extensions</CTEXT>
77
</DEVC>
88
</asx:values>
99
</asx:abap>

src/z2ui5_cl_cc_camera_pic.clas.abap

Lines changed: 0 additions & 128 deletions
This file was deleted.

src/z2ui5_cl_cc_camera_pic.clas.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/z2ui5_cl_cc_spreadsheet.clas.abap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ CLASS Z2UI5_CL_CC_SPREADSHEET IMPLEMENTATION.
9191
|\n| &&
9292
` var oBinding, oSettings, oSheet, vTableId, vViewPrefix,vPrefixTableId;` && |\n| &&
9393
` vTableId = oControl.getProperty("tableId")` && |\n| &&
94-
` vPrefixTableId = sap.z2ui5.oView.createId( vTableId );` && |\n| &&
94+
` vPrefixTableId = z2ui5.oView.createId( vTableId );` && |\n| &&
9595
` var oTable;` && |\n| &&
96-
` if (!oTable) { oTable = sap.z2ui5.oView.byId(vTableId); };` && |\n| &&
97-
` if (!oTable) { oTable = sap.z2ui5.oViewNest.byId(vTableId); };` && |\n| &&
98-
` if (!oTable) { oTable = sap.z2ui5.oViewNest2.byId(vTableId); };` && |\n| &&
99-
` if (!oTable) { oTable = sap.z2ui5.oViewPopup.Fragment.byId('popupId',vTableId); };` && |\n| &&
100-
` if (!oTable) { oTable = sap.z2ui5.oViewPopover.byId(vTableId); };` && |\n| &&
96+
` if (!oTable) { oTable = z2ui5.oView.byId(vTableId); };` && |\n| &&
97+
` if (!oTable) { oTable = z2ui5.oViewNest.byId(vTableId); };` && |\n| &&
98+
` if (!oTable) { oTable = z2ui5.oViewNest2.byId(vTableId); };` && |\n| &&
99+
` if (!oTable) { oTable = z2ui5.oViewPopup.Fragment.byId('popupId',vTableId); };` && |\n| &&
100+
` if (!oTable) { oTable = z2ui5.oViewPopover.byId(vTableId); };` && |\n| &&
101101
` oBinding = oTable.getBinding("rows");` && |\n| &&
102102
` if (oBinding == null) {` && |\n| &&
103103
` oBinding = oTable.getBinding("items");` && |\n| &&

0 commit comments

Comments
 (0)