Text area of a field as I can see it neatly in the view: the field has more than 300 characters. Thank you
I don’t understand your question. Please resend with more explanation and screenshot.
I don´t want to scroll the text, I need that the text area have multiple lines. Thanks you. http://imagizer.imageshack.us/a/img923/5995/pgVxyv.jpg
Yes, it’s clear now. Refer this https://www.phpgrid.org/faqs/#25
You need to add css:
<style>
.ui-jqdialog-content .CaptionTD
{
vertical-align: top;
}
.ui-jqdialog-content .form-view-data
{
white-space: normal;
}
</style>
Hi Abu, thanks for your answer, very useful.
I would like to ask you if it is possible to put different separated paragraphs by the enter key.
If you can help me I would appreciate it.
Thank you.
One option is to use html editor instead of textarea.
https://www.gridphp.com/demo/demos/integrations/html-editor.php
If you mean something else, please share code and screenshot.