Closed (fixed)
Project:
MaxLength
Version:
5.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
20 Jun 2008 at 03:51 UTC
Updated:
2 Jul 2008 at 22:03 UTC
So if I set the maxlength for an aggregation item, and the maxlength is reached, the rest of the text will be cut out? Thx.
Comments
Comment #1
mariuss commentedWhat is an aggregation item?
Normally if the maxlength is reached then you cannot type anymore. If JavaScript is disabled then this cannot be enforced and the value will be truncated when you submit the form, and a warning will inform you about this.
Comment #2
sinmao commentedI was wondering if I'm using news aggregation. Was this automatically cut off text from the body when maxlength is reached.
Comment #3
mariuss commentedMaxlength applies only to textareas, or titles, you are editing in a form. If you are creating content programmatically, by aggregating RSS feeds for example, then Maxlength will not help at all.
Comment #4
sinmao commentedOk, thx!