If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Limit Characters entred in Multiline text box

Started by HalfBloodPrince, 28 Jan 2016 12:48:35 AM

Previous topic - Next topic

HalfBloodPrince

Hi All,

I want to limit the number of chracters entered into a multi line text box 500. i tried
<script type="text/javascript">
getFormWarpRequest()._textEditBoxP_Analyst.maxLength=500;
</script>
but not working in mult line textbox.

please suggest

BigChris

Do you want to limit the length of each line to 500 characters, or do you want the total length of the text box to be limited to 500 characters?

HalfBloodPrince