- spk hld init
- spk infra generate
- spk infra scaffold
- spk project create-variable-group
- spk project init
- spk project install-lifecycle-pipeline
- spk service create
Using any
or object
types resulted in no type checking. Typescipt is used because we want type checking :-).
Whenever we copy and paste some code snippet, it is a signal to us that we need helper function. Example
if (value1 === undefined || value1 === null || value1 === "") {
console.error("value is missing");
}
You will get an confirmation email. Go to the website
<!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_belize" data-sap-ui-libs="sap.ui.commons,sap.ui.table,sap.m"></script> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> | |
<script> |
Whether you're trying to give back to the open source community or collaborating on your own projects, knowing how to properly fork and generate pull requests is essential. Unfortunately, it's quite easy to make mistakes or not know what you should do when you're initially learning the process. I know that I certainly had considerable initial trouble with it, and I found a lot of the information on GitHub and around the internet to be rather piecemeal and incomplete - part of the process described here, another there, common hangups in a different place, and so on.
In an attempt to coallate this information for myself and others, this short tutorial is what I've found to be fairly standard procedure for creating a fork, doing your work, issuing a pull request, and merging that pull request back into the original project.
Just head over to the GitHub page and click the "Fork" button. It's just that simple. Once you've done that, you can use your favorite git client to clone your repo or j
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>SAPUI5 Flip Toggle Button</title> | |
<style> | |
.toggleFlipButton { | |
padding: 0px; | |
padding-left: 0px; | |
padding-right: 0px; |
<!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> | |
.horizontal { | |
border: 1px dotted #999; |
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<script id="sap-ui-bootstrap" | |
type="text/javascript" | |
data-sap-ui-libs="sap.ui.table,sap.ui.commons,sap.m" | |
data-sap-ui-theme="sap_bluecrystal" |
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<script id="sap-ui-bootstrap" | |
type="text/javascript" | |
data-sap-ui-libs="sap.ui.table,sap.ui.commons,sap.m" | |
data-sap-ui-theme="sap_bluecrystal" |