Try this:

    <radiobutton text="This is some really really really really  
really really long text and some more and somre more" width="100">
         <method name="init">
             super.init();
             this._title.setMultiline(true);
             this._title.setWidth(this.width);
             this._title.setHeight 
(this._title.__LZtextclip.textHeight + 6);
         </method>
     </radiobutton>

-chrisk

On Feb 26, 2006, at 7:05 AM, Alfeu Marcatto wrote:

> Is it possible multiline text in radiobutton?
>
> The multiline attribute is not supported and
> the <BR/> or <p> inside the text do not break the line.
>
> Thanks
>
> Alfeu
>
> _______________________________________________
> Laszlo-user mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-user

_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to