I am making a widget that is designed to have content between the widget tags. For example:
<$mywidget>
Content
Content
Content
</$mywidget>
Is it possible to have my widget alter the contents? I know it is possible to edit the text of the whole twiddler, but was hoping for something a little more straight-forward that didn't require finding the particular instance of my widget.
I tried updating this.parseTreeNode.children but that didn't seem to have any effect on the actual twiddler contents.
Thank you.