250x250
Notice
Recent Posts
Recent Comments
Tags
- cf push
- eclipse plugin
- 구글맵 예제
- BTP 배포
- CAP Java
- ionic native
- springboot
- cloud foundry
- Devian
- Capire
- sapui5
- sap
- TypeScript
- HANA Cloud
- BTP
- blue-green
- raspberry pi
- ionic
- angularJS
- SAP BTP
- JavaScript
- HANA DB
- tomcat
- Business Application Studio
- ionic3
- Windows Service
- 윈도우 서비스
- ChatGPT
- raspbian
- BTP Deployment
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 |
- 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