You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2005/09/23 14:22:02 UTC

DO NOT REPLY [Bug 36781] New: - [PATCH] repeater min and maxsize attributes

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36781>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36781

           Summary: [PATCH] repeater min and maxsize attributes
           Product: Cocoon 2
           Version: Current SVN 2.1
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: CocoonForms
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: jh@domek.be


Following http://thread.gmane.org/gmane.text.xml.cocoon.user/51925 , this patch
starts implementing minimumSize and maximumSize for the repeaterwidget.  

Basically this means you can do 
<fd:repeater id="myrepeater" initial-size="0" minimum-size="3" maximum-size="7">

TODO : set ValidationError when these boundaries are crossed.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.