var textStuff = new sap.m.Text ({id:"text1", text : "Starting up Transdimensional Engines", height:"2px"});
textStuff.addStyleClass("slide1 roller");
var textStuff2 = new sap.m.Text ({id:"text2",text : "Making things Pretty", height:"2px"});
textStuff2.addStyleClass("slide2 roller");
var textStuff3 = new sap.m.Text ({id:"text3",text : "Exploring things from out of this world" });
textStuff3.addStyleClass("slide3 roller");
var VB =new sap.m.VBox({
alignItems: "Center",
items:[textStuff, textStuff2, textStuff3]});
VB.addStyleClass("roller sapUiLargeMarginTop");
var flexbox = new sap.m.VBox({
height:"235px",
items : [new sap.m.Image({src : "https://documents.wdf.sap.corp/share/proxy/alfresco/api/node/content/workspace/SpacesStore/e097e020-3588-4f25-924e-bfd1ecbd676d/D_F_logo-SolExp-lg.png", width:"100%"}), VB]
});
var form = new sap.ui.layout.form.SimpleForm({
content:[flexbox]
})
var dialog = new sap.m.Dialog({
content : [form],
showHeader: false,
contentHeight:"300px"
});
dialog.open();
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.