创建管理屏幕的更好方法
我的要求是在 liferay 中创建一个管理屏幕。 管理员将可以选择显示/隐藏字段并设置必填字段(y/n)。 我不想使用包含所有下拉菜单的大页面来选择每个字段。
我正在考虑如何将所有“视图”字段分组在一起。
有人可以给我一些想法吗? (基本上我想让它看起来又短又甜:P)
my requirement is to create an admin screen in liferay.
The admin will have options to show/hide fields and set mandatory (y/n).
I dont want to a large page with all the dropdowns to select each and every field.
I was thinking how about grouping all 'view' fields together.
Can anybody give me some idea. (Basically I want to make it look short and sweet :P )
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于“管理屏幕”本身,听起来您想要 portlet 的“编辑”模式。或者,您可能希望配置一个 portlet 以显示在控制面板中。
如果问题更直接地涉及如何实际开发接口,那么这是标准的 portlet 开发 - 那么我需要一些有关意图的更多信息。
For the "admin screen" itself it sounds like you want a portlet's "edit" mode. Alternatively you might want to configure a portlet to appear in the control panel.
If the question is more directed on how to actually develop the interface, this is standard portlet development - I'd need some more information about the intent then.