I currently have the following code for a components property to be shown as a drop down.public const string MY_DATASOURCE = @1;Value1\r\n2;Value2\r\n3;Value3@ EditingComponent(DropDownComponent.I...
I would like to have a property on a widget that allows the user to select multiple categories. I believed that the GeneralSelector or ObjectSelector introduced in Xperience 13 Refresh 1 would have...
Hi there,I have a peculiar problem. I am making an Ajax call to URL to access SOAP response and provide source for my autocomplete. Part of the AJAX call requires me to provide url to access the co...