UNPKG
@cap-js-community/sap-afc-sdk
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.9.1
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
SAP Advanced Financial Closing SDK for CDS
cap.cloud.sap
cap-js-community/sap-afc-sdk
@cap-js-community/sap-afc-sdk
/
app
/
scheduling.monitoring.job
/
webapp
/
ext
/
fragment
/
data.fragment.xml
3 lines
•
288 B
text/xml
View Raw
1
2
3
<
core:FragmentDefinition
xmlns:core
=
"sap.ui.core"
xmlns
=
"sap.m"
>
<
Button
core:require
=
"{ handler: 'scheduling/monitoring/job/ext/fragment/data'}"
text
=
"{i18n>Download}"
visible
=
"{= %{type_code} === 'data'}"
icon
=
"sap-icon://download"
press
=
"handler.onPress"
/>
</
core:FragmentDefinition
>