Hi Alexandre!
I'm sorry reply you so late I was sick. I wanted wrap text like
function in MO Excel. for example, if I change my cell width my text
will adapt to its and if will be necesarily my text put in a second or
thrith line.
I solved this problem add a CSS style in each column that i need
wrapped text
this is css class:
.wrapColumnText
{
white-space: normal !important;
height:auto;
vertical-align:text-top;
}
regards!!!
On 31 jul, 12:13, Alexandre Bizeau <
alexandrebiz...@gmail.com> wrote:
> Hello,
>
> What you want to do ? Like when over 100 char add the first 100 char +
> "..." and on mouse over the column you want a tooltips that show complete
> text ?
>
> When you say wrap, I don't really understand. What you need to do ?
>
> Alex
>
> 2012/7/31 Cesar Lopez <
cesar.lop...@gmail.com>