I am trying to create a custom property with Name/Value pair collection, but struggling with DOJO. The StringList Custom property from Alloy uses single text area to render the string list collection but I want the editor to have 2 text fields and be able to add new sets of 2 text fields and they input the data.
I've tried following Peter Löfman's blog post, it all works from the C# side but DOJO in editing mode breaks. You can read my comment there that's pointing out the issue I am facing.
If anyone has any ideas or can point me in the right direction it would be much appreciated.
Hi!
I am trying to create a custom property with Name/Value pair collection, but struggling with DOJO. The StringList Custom property from Alloy uses single text area to render the string list collection but I want the editor to have 2 text fields and be able to add new sets of 2 text fields and they input the data.
I've tried following Peter Löfman's blog post, it all works from the C# side but DOJO in editing mode breaks. You can read my comment there that's pointing out the issue I am facing.
If anyone has any ideas or can point me in the right direction it would be much appreciated.
Thanks