PHP Classes

How to wrap lines

Recommend this page to a friend!

      DrasticTools  >  All threads  >  How to wrap lines  >  (Un) Subscribe thread alerts  
Subject:How to wrap lines
Summary:How to wrap lines in the grid
Messages:2
Author:aaudier
Date:2009-11-08 22:07:46
Update:2009-11-09 19:39:49
 

  1. How to wrap lines   Reply   Report abuse  
Picture of aaudier aaudier - 2009-11-08 22:07:46
Hi ,

I didn't find the way the wrap line in a column.
Thanks for you help :)


  2. Re: How to wrap lines   Reply   Report abuse  
Picture of dd dd - 2009-11-09 19:39:49 - In reply to message 1 from aaudier
Hi aaudier,

Wrapping lines in the grid is supported only in Textfields.
You can create a textfield by specifying DDTYPETEXT as the type (see the documentation.
An online example that shows this which you can use to play around with is http://www.DrasticData.nl/DrasticTools/ExampleGrid8.php

To insert a new line in a textfield, use the <shift>enter.

Hope this helps,

DrasticData