Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
I have two properties, where child widget depends on value selected in parent widget.
For example “CategoryNode" could publish topic with selected node whenever selected node changed. The “TechspecsAttributes" should subscribe to this topic and refresh the available options list when receives the event
My properties
Publish change
[UIHint(EPiServer.Commerce.UIHint.CatalogContent)]
pvirtual ContentReference CategoryNode { get; set; }
Subcrible
[CultureSpecific] [ClientEditor(SelectionFactoryType = typeof(TechspecsSelectionFactory))] [UIHint(GlobalValues.UIHints.IListDefault)]
public virtual IList<string> TechspecsAttributes { get; set; }
Can anyone give me a solution?
Thanks,
Thao Pham