250x250
Notice
Recent Posts
Recent Comments
Tags
- Devian
- BTP
- JavaScript
- ChatGPT
- Business Application Studio
- angularJS
- BTP Deployment
- sapui5
- 윈도우 서비스
- Windows Service
- CAP Java
- raspbian
- ionic3
- springboot
- ionic native
- Capire
- HANA DB
- cf push
- blue-green
- sap
- eclipse plugin
- TypeScript
- tomcat
- BTP 배포
- raspberry pi
- 구글맵 예제
- SAP BTP
- cloud foundry
- ionic
- HANA Cloud
Archives
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
- Today
- Total
목록sapui5 (2)
Ryan's Log
SAPUI5 Links
OpenUI5http://openui5.org/ UI Development Toolkit for HTML5 (SAPUI5)https://help.sap.com/saphelp_nw74/helpdata/en/95/d113be50ae40d5b0b562b84d715227/content.htm [Plugin] UI Development Toolkit for HTML5https://tools.hana.ondemand.com/mars
카테고리 없음
2017. 1. 3. 10:43
UI5 Exam #1 - Simple List (Editable) 편집이 가능한 간단 리스트 (Simple List Editable) UI5는 Debug 모드로 동작할 예정이므로 -dbg.js 파일로 작성한다. SimpleList-dbg.js sap.ui.define(['jquery.sap.global', 'sap/ui/core/Control'], function($, BaseObject){ 'use strict'; var SimpleList = BaseObject.extend('ext.SimpleList', { metadata: { defaultAggregation: "rows", aggregations: { rows : {type : "sap.ui.core.Control", multiple : tru..
카테고리 없음
2016. 11. 8. 09:38