ignatov

Untitled

May 23rd, 2020
870
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.48 KB | None | 0 0
  1. <Dialog contentHeight="100px" contentWidth="250px" xmlns="sap.m" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:core="sap.ui.core">
  2.     <buttons>
  3.         <Button id="closeBtn" text="Close"></Button>
  4.     </buttons>
  5.     <html:div style="color: #007cc0; font-size: 25px; padding-bottom: 15px; border-bottom: solid #cdcdcd 4px; font-family: Georgia, serif; ">What's New here?</html:div>
  6.     <html:p style="color: #666; font-family: Georgia, serif;">Description of what's going on here...</html:p>
  7. </Dialog>
Add Comment
Please, Sign In to add comment