Hybris Cockpit - 使用模型数据项填充下拉列表

时间:2018-03-14 12:05:52

标签: zk hybris

如何使用模型数据Drop-Down填充Hybris驾驶舱中自定义向导中创建的items列表?

该向导采用 ZK框架组件设计(在 .zul 扩展文件中)。

1 个答案:

答案 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'>

    • 如果myAttributeEnum添加:<property qualifier='MyItem.myAttribute' editorCode='shortListEditor'>