Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active May 2, 2022 15:50
Show Gist options
  • Save bjoerntx/a0a38b9b2df7cfd6ecf39f3004de42f6 to your computer and use it in GitHub Desktop.
Save bjoerntx/a0a38b9b2df7cfd6ecf39f3004de42f6 to your computer and use it in GitHub Desktop.
@using TXTextControl.Web.MVC
@Html.TXTextControl().TextControl().Render()
@section Scripts {
<script type="text/javascript">
TXTextControl.addEventListener("textControlChanged", function () {
console.log("textControlChanged");
});
</script>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment