Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用liferay (6.1) 来制作我的portlet,现在我正在使用动态数据列表来定义我的数据定义。
无论如何要添加新的数据定义字段吗?
我想以以下格式添加小时、分钟和秒,而不是日历日期hh:mm:ss
hh:mm:ss
我认为没有一种简单的方法可以扩展 DDL 可用字段类型。
DDL 字段类型被硬编码到代码中(查看 com.liferay.portlet.dynamicdatamapping.storage.FieldConstants),因此您需要使用 ext-plugin 来更改它;此外,JSP 有点毛茸茸。
因此,尽管可能,但我希望这项任务非常复杂。