List of helpful shortcuts for faster coding
If you have any other helpful shortcuts, feel free to add in the comments of this gist :)
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="OpenUI5 BIN Starting template" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <meta charset="utf-8"> | |
| <!-- Here I used the absolute OpenUI link to sap-ui-core.js, adapt to your need --> | |
| <script src="https://openui5.hana.ondemand.com/resources/sap-ui-core.js" | |
| id="sap-ui-bootstrap" | |
| data-sap-ui-theme="sap_bluecrystal" |
| <html> | |
| <head> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <title>OData Date Table Multiple Sorters</title> | |
| <link rel="stylesheet" type="text/css" href=""> | |
| <script id="sap-ui-bootstrap" src="https://openui5.hana.ondemand.com/resources/sap-ui-core.js" type="text/javascript" data-sap-ui-libs="sap.ui.core,sap.ui.commons,sap.ui.table" data-sap-ui-theme="sap_goldreflection"> | |
| </script> |
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <meta name="description" content="object list with long text" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/> | |
| <title>Mobile App with data-bound List</title> | |
| <script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js" |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="https://openui5.hana.ondemand.com/resources/sap-ui-core.js" id="sap-ui-bootstrap" data-sap-ui-theme="sap_bluecrystal" data-sap-ui-libs="sap.m,sap.ui.commons"></script> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| <style id="jsbin-css"> | |
| .checkedItem { | |
| background-color: purple !important; | |
| color: white; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| <script | |
| src="https://openui5.hana.ondemand.com/resources/sap-ui-core.js" | |
| id="sap-ui-bootstrap" | |
| data-sap-ui-theme="sap_bluecrystal" | |
| data-sap-ui-xx-bindingSyntax="complex" |
| <!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>MultiComboBox with JSON</title> | |
| <!-- 1.) Load SAPUI5 (from a remote server), select theme and control library --> | |
| <script id="sap-ui-bootstrap" | |
| src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js" |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="table with combobox and buttons using json model" /> | |
| <script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js" id="sap-ui-bootstrap" data-sap-ui-theme="sap_bluecrystal" data-sap-ui-libs="sap.m,sap.ui.core" | |
| type='text/javascript' | |
| ></script> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| </head> |
| <!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>Mobile App with data-bound List</title> | |
| <script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js" | |
| id="sap-ui-bootstrap" |