Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
[DojoWidget(WidgetType = "dijit/form/Textarea")] public string SomeProperty { get; set; }
Maybe I am over simplyfuing things but you can just use a "Match Any" and include mutiple criterions for each country you want to check for. This uses out the box features and avoids the need for custom coding?
I was working on setting up visitor group with multiline property for string. Is there any option to include that? I've used following property but it gives only text box without multiline.
public string commaseperatedCountry{ get; set; }.
My requirement was to include comma separated country list from visitor group criteria property. If visitor country contains then display different blocks based on each country.
Any body have idea to implement this?