Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2070
How to dynamically change WebTextEditor MaxLength via JS?
posted

How can I dynamically change the Max Length of a WebTextEditor via JavaScript? I have a drop down, and when that selection changes, I want to run a JavaScript function to set the max length of a corresponding WebTextEditor based upon the selection chosen. I have no problem with the initial function, but I don't know what I need to do to set the WebTextEditor's max length - there doesn't seem to be a client function like set_MaxLength.

-Tom