Custom views do not appear in .SaveEdits() output. I really need to be able to do a .LoadEdits() that includes some custom views, I'm wondering if there is any way to accomplish this?
Also- I need to have the custom view be transparent (so you can see what's behind it), I've tried both of these approaches:
Basically I need to be able to display html on the page. I wonder if you could consider making the default text control into a rich text control? There'd be no downside to it.
FYI for query 2 I was able to override the webview control's render to have a transparent background and achieve my needs.
For Query 1- I would only need the CustomViewSettings object data- I'm not sure what serializing the actual controls added to the custom view would even mean (although awesome if you can pull it off!). I will update the request.