会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
keyuming
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2021年7月21日
SAPUI5 Walkthrough Step 16: Dialogs and Fragments
摘要: https://sapui5.hana.ondemand.com/#/topic/4da72985139b4b83b5f1c1e0c0d2ed5a 对话框和Fragments fragment是一种特殊的视图,他没有自己的控制器(即controller.js文件),因此fragment只能依赖于其他
阅读全文
posted @ 2021-07-21 10:13 客于溟
阅读(192)
评论(0)
推荐(0)
2021年7月16日
SAPUI5 Walkthrough Step 15: Nested Views
摘要: https://sapui5.hana.ondemand.com/#/topic/df8c9c3d79b54c928855162bafcd88ee 嵌套视图。当我们页面上内容越来越多时,我们需要将内容进行分类并放置到不同的页面上。这样我们的程序将更便于管理和维护,同样页面也还可以被重复使用。 新增视
阅读全文
posted @ 2021-07-16 19:39 客于溟
阅读(144)
评论(0)
推荐(0)
SAPUI5 Walkthrough Step 14: Custom CSS and Theme Colors
摘要: https://sapui5.hana.ondemand.com/#/topic/723f4b2334e344c08269159797f6f796 自定义CSS 由于我用的项目是由WEBIDE创建的,已经有style.css文件,因此直接修改webapp/css/style.css文件 html[d
阅读全文
posted @ 2021-07-16 19:18 客于溟
阅读(110)
评论(0)
推荐(0)
SAPUI5 Walkthrough Step 13: Margins and Paddings
摘要: https://sapui5.hana.ondemand.com/#/topic/17b87fbafb5a4474982760d2a3a73e69 边距和填充 使用sapui5中的标准CSS类, 来实现边距和填充。 修改webapp/view/App.view.xml文件,去掉Input组件的des
阅读全文
posted @ 2021-07-16 19:07 客于溟
阅读(114)
评论(0)
推荐(0)
SAPUI5 Walkthrough Step 12: Shell Control as Container
摘要: https://sapui5.hana.ondemand.com/#/topic/4df1d914e52d4b1aa0805eb01522537e 使用Shell控件, Shell控件能实现不同设备屏幕大小的自适应。 修改webapp/view/App.view.xml, 增加Shell控件 <mv
阅读全文
posted @ 2021-07-16 18:58 客于溟
阅读(120)
评论(0)
推荐(0)
SAPUI5 Walkthrough Step 11: Pages and Panels
摘要: https://sapui5.hana.ondemand.com/#/topic/3b9d9f84930d43df90ad0789d99bd4a3 为了使页面更加美观,可以增加Panel控件,对数据进行分组。 修改webapp/view/App.view.xml,增加Panel的使用(在这里我们发现
阅读全文
posted @ 2021-07-16 18:55 客于溟
阅读(153)
评论(0)
推荐(0)
必须完整地指定 RETURNING 参数的类型。typed.
摘要: SE24 类中创建方法, 返回参数为表时报错如下: 必须完整地指定 RETURNING 参数的类型。typed. The type of a RETURNING parameter must be fully specified. 解决方法,定义表类型要指定是标准表、排序表或哈希表,并加上with
阅读全文
posted @ 2021-07-16 10:07 客于溟
阅读(466)
评论(0)
推荐(0)
2021年7月14日
SAPUI5 Walkthrough Step 10: Descriptor for Applications
摘要: https://sapui5.hana.ondemand.com/#/topic/8f93bf2b2b13402e9f035128ce8b495f 现在我们将程序配置相关的代码再次封装,统一放到manifest.json文件中。来达到配置和代码的深度分离 按照文档修改后, 程序执行报错。在浏览器中按
阅读全文
posted @ 2021-07-14 19:31 客于溟
阅读(148)
评论(1)
推荐(0)
SAPUI5 Walkthrough Step 9: Component Configuration
摘要: https://sapui5.hana.ondemand.com/#/topic/4cfa60872dca462cb87148ccd0d948ee 在这一步中,我们将所有的UI资源都封装在component组件中,而不依赖index.html。 新建Component文件, 完整路径 webapp/
阅读全文
posted @ 2021-07-14 19:12 客于溟
阅读(165)
评论(0)
推荐(0)
2021年7月13日
SAPUI5 Walkthrough Step 8: Translatable Texts
摘要: https://sapui5.hana.ondemand.com/#/topic/df86bfbeab0645e5b764ffa488ed57dc 在这一步中,我们将文本移动到一个指定的资源文件中。这样将便于我们管理和翻译。 增加i18n文件 webapp/i18n/i18n.properties,
阅读全文
posted @ 2021-07-13 19:19 客于溟
阅读(120)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告