#Reveal.js Markdown starter (for 10)
Getting started with Reveal.js with an external markdown file
###Grocery List
- Goat
| .gitconfig aliases - works across all gits (gitbash / github posh / linux terminal) | |
| [alias] | |
| s = status | |
| a = add | |
| co = checkout | |
| c = commit -a -m | |
| b = branch | |
| mt = mergetool | |
| mg = merge | |
| p = push |
| oList.bindItems({path: listPath, parameters: { custom: { search: searchString }}, template: oTemplate }); | |
| // equivalent to passing ?search=searchString on the uri |
| 0000100016 BC | |
| 0000100002 GW | |
| 0000100003 CRM | |
| 0000100009 PI | |
| TR0000200007SEGW Gateway Service Builder | |
| TR0000300015ZBP_SELECTOR |
| for (var i = 0, m = array.length; i < m; i++){ /// ... } | |
| /// this pattern reduces the cost of counting the array or other object more than once | |
| // get data from the Model for a event (sim for a control) | |
| var path = oEvent.getSource().getBindingContextPath(), | |
| data = this.getView().getModel().getProperty( path ); |
| function(oError) { | |
| this.setBusy(false); | |
| // var msg = $(oError.response.body).find('message').first().text(); | |
| try { | |
| var msg = JSON.parse( oError.response.body).error.message.value; | |
| msg = msg.split("|")[1]; | |
| } finally { | |
| msg = "An error occurred on requesting access."; | |
| } | |
| jQuery.sap.require("sap.m.MessageBox"); |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Using reveal.js with external markdown</title> | |
| <meta name="apple-mobile-web-app-capable" content="yes" /> | |
| <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
| <link rel="stylesheet" href="/js/reveal.js/css/reveal.css"/> | |
| <style type="text/css">code{white-space: pre;}</style> |
#Reveal.js Markdown starter (for 10)
Getting started with Reveal.js with an external markdown file
###Grocery List
| method get_assignment_group. | |
| data: uri type string | |
| , group type ref to data | |
| , group_row type ref to data | |
| , group_name type string | |
| , response type ref to if_rest_entity | |
| . | |
| * read the group name from config * hard coded from now |