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.
我创建了一个组件,新的请求是在容器中添加 3 或 4 个这些组件。我知道我可以只添加一个列控件组件并根据需要添加子项,但请求是超出此范围并在列控件更新时添加子项。例如,如果您将子项的数量更改为 3,则容器将自动添加 3 个已创建的原始组件,依此类推。
我已经开始扩展 Column Control - Sightly 组件以及我想如何添加子项而无需手动添加它们。
插入不同数量的组件的标准方法是包含段落系统组件(parsys),然后让作者插入他或她需要的组件(可以限制为仅允许特定组件)。
http://wem.help.adobe.com/enterprise/en_US/10-0/wem/wcm/default_components.html#Paragraph%20System%20%28parsys%29
或者是否有特定要求,您需要能够事先指定组件的数量?