cancel
Showing results for 
Search instead for 
Did you mean: 

Length of textEdit Field

Former Member
0 Kudos

I've a question depending the textEdit Field of htmlb Extension:

Is there any possibility to define a maxlength for this field as it is with InputField?

I need kind of a textarea with limitation of 2048 signs...

Thanks in advance

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Yes, of course:

What solved my problem was:

/people/sap.user72/blog/2005/02/07/bsp-howto-show-a-progress-bar-for-limiting-text-input

in coordination with

http://www.mediacollege.com/internet/javascript/form/limit-characters.html

Message was edited by:

Matthias Stangl

Former Member
0 Kudos

HI Matthias,

It would be great if you can share your solution with the community.

Thanks,

Tatvagna.

Former Member
0 Kudos

Answered

Former Member
0 Kudos

Hi,

use "width" for it.

Regards,

Dhanunjaya Reddy

Former Member
0 Kudos

Thanks for your answer.. but "width" isn't the command I'm searching for. "width" streches my textarea up to 2048 characters...

What I want is to definitely limite the input characters to 2048 chars.