on 2024 Dec 09 2:55 PM
I have a text field which has a long text and cutting off after some length. Now I have expanded it into fit into two lines but the text is still apearing in one line and cutting off. Do we have any option in personas 3.0 SP18 to wrap a text field?
Request clarification before answering.
Is this what you mean?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It depends on what your exact scenario is and what you want to achieve. Is the field display only? If yes, that makes things easier. In this case, you could hide the original field, replace it with a multi-line text control and copy the original field content via an onLoad script into your new field. If the original field is also ready for input, that complicates things, especially if there is any validation tied to the input value. Then, you'd need to take care of taking the input from your multi-line text field, copy it to the standard field and handle eventual error messages as well. I cannot give you one script that handles these different situations.
User | Count |
---|---|
53 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.