Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
What is the use case? To transform the HTML somehow or to perform some sort of validation?
I would like to have access to data in the CMS after it has been edited.
E.g. I have a RichTextBox on a form. I would like to be able to scan through the HTML to look for or insert specific html nodes.
I tried to use the Setter of the PageData, but that does not seem to get invoked when content is saved. Is ther any other way of accessing this data?
I would prefer to make my changes as the test is going into the CMS system rather than when it comes back out.