May 18 2016
SAP HTML5 Open UI5 Fiori row repeater image link event press function
<html> <head> <meta http-equiv=”X-UA-Compatible” content=”IE=edge” /> <meta http-equiv=”Content-Type” content=”text/html;charset=UTF-8″/> <script src=”https://sapui5.hana.ondemand.com/resources/sap-ui-core.js” id=”sap-ui-bootstrap” data-sap-ui-libs=”sap.m,sap.ui.layout,sap.ui.commons” data-sap-ui-theme=”sap_bluecrystal” type=”text/javascript”> </script> </head> <body class=”sapUiBody”> <div id=”uiArea″></div> </body> </html> <script> var aData = [ {name: “Test one”,surname:”11111″}, {name: “Another test”,surname:”2222″}, {name: “test”,surname:”333333333″}, {name: “fourth”,surname:”444444″}, {name: “fifth”,surname:”5555″}, ]; var oTable = new sap.ui.table.Table({ editable: false, columns: [ new sap.ui.table.Column({ template: new […]
May 23 2016
SAP open UI5 Fiori sap.ui.ux3 pop up image OverlayContainer
<!DOCTYPE html> <html><head> <meta http-equiv=’X-UA-Compatible’ content=’IE=edge’ /> <meta http-equiv=’Content-Type’ content=’text/html;charset=UTF-8’/> <title>İmage popup</title> <script id=’sap-ui-bootstrap’ type=’text/javascript’ src=’https://sapui5.netweaver.ondemand.com/resources/sap-ui-core.js’ data-sap-ui-theme=’sap_goldreflection’ data-sap-ui-libs=’sap.ui.commons,sap.ui.ux3′> </script> <script> var PoPImage = new sap.ui.commons.Image(); PoPImage.setSrc(“http://www.sap.com/global/images/SAPLogo.gif”); PoPImage.setAlt(“alternative image text for image”); //PoPImage.placeAt(“images1”); var overlay = new sap.ui.ux3.OverlayContainer({ openButtonVisible: false, }); overlay.addContent(PoPImage); /* var oOverlayContainerButton = new sap.ui.commons.Button({ text : “Open OverlayContainer” }).placeAt(“content”); oOverlayContainerButton.attachPress(function(oControlEvent) […]
Devamı
By Burhan KARADERE • Genel • 0 • Tags: Abap, bsp, fiori, image, open, OverlayContainer, SAP, sap.ui.ux3 pop up, ui5