如何使用模型数据Drop-Down
填充Hybris
驾驶舱中自定义向导中创建的items
列表?
该向导采用 ZK框架组件设计(在 .zul 扩展文件中)。
答案 0 :(得分:1)
要在Hybris Cockpit Wizards中获取drop-down
列表,您需要在shortListEditor
xml配置文件中调用名为MyItem
的Hybris本机编辑器bean。要在解决方案中更进一步,您需要:
找到向导xml配置文件,通常名为wizardConfig_MyItem.xml
。
将属性(myAttribute
应为列表或枚举)添加到MyItem
结构。
为您的属性添加xml配置:
如果myAttribute
List
添加:<property qualifier='MyItem.myAttribute' editorCode='shortListEditor'>
如果myAttribute
和Enum
添加:<property qualifier='MyItem.myAttribute' editorCode='shortListEditor'>