View Full Version : Limit on text?
ajones
08-06-2004, 08:41 AM
Is there a ceiling on the the amount of text you can have within a <text> tagged area? I'm seeing some of my content get truncated. Is there a way around this besides having multiple <text> items within a view?
antun
08-06-2004, 08:59 AM
The width of a single line of a <text> field is limited by the width of the canvas. (Similarly the max height of a text field is limited by the height of the canvas).
If your text is clipping, you can get around it two ways:
1) Make the canvas bigger.
2) Use the maxtextwidth and/or maxtextheight attributes of canvas to override this behavior:
http://www.laszlosystems.com/lps-2.1.2/docs/lzx-reference/?canvas.html#attr-maxtextheight
-Antun
ajones
08-06-2004, 09:03 AM
Ah thanks- I didn't realize that multiline="true" wasn't enough- so the default vertical cutoff of the text corresponds to the canvas height... interesting!
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.