You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are the green dots to add text before and after the <statistics/> tag:
I can't find in the documentation how to prevent users from adding text. I only want the user to be able to add tags that I explicitly specify for <dataStatistics>. Is there some way to do that?
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for response ViceIce. But the problem is if I remove hasText:true. Then inline comments are not rendered.
example
<school>
<!-- This is text comment. This line is not getting rendered -->
<student>John</student>
</school>
In my XML document, I have some XML like the following:
In the editor, it looks something like this:
There are the green dots to add text before and after the
<statistics/>
tag:I can't find in the documentation how to prevent users from adding text. I only want the user to be able to add tags that I explicitly specify for
<dataStatistics>
. Is there some way to do that?Thanks!
The text was updated successfully, but these errors were encountered: