ICEfaces
  1. ICEfaces
  2. ICE-10821

New ace:clientValidateMaxLength client-side validator

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Invalid
    • Affects Version/s: None
    • Fix Version/s: 4.1
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces 4.1
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description

      Add support for client-side validation of maximum length.

      Wraps the jQuery Validation maxLength function in an ICEfaces / JSF friendly component.

      ---------------
      Description: Makes the element require a given maximum length.

      Src: http://jqueryvalidation.org/maxlength-method

      maxlength( length ) length Type: Number

      Maximum number of characters required

      Return false if the element is
      some kind of text input and its value is too long
      a set of checkboxes that has too many boxes checked
      a select and has too many options selected
      Works with text inputs, selects and checkboxes.
      -------------

      This validator should be supported by the following input components:

      ACE
      - ace:autoCompleteEntry
      - ace:checkboxButtons
      - ace:comboBox
      - ace:dateTimeEntry
      - ace:maskedEntry
      - ace:richTextEntry
      - ace:textAreaEntry
      - ace:textEntry

      MOBI:
      - mobi:dateSpinner
      - mobi:timeSpinner

        Activity

        Ken Fyten created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Description Add support for client-side validation of minimum length.

        Wraps the jQuery Validation minLength function in an ICEfaces / JSF friendly component.

        ---------------
        Description: Makes the element require a given minimum length.

        Src: http://jqueryvalidation.org/minlength-method

        minlength( length ) length Type: Number
        Minimum number of characters required

        Return false if the element is
        some kind of text input and its value is too short
        a set of checkboxes that doesn't have enough boxes checked
        a select and doesn't have enough options selected
        Works with text inputs, selects and checkboxes.
        -------------

        This validator should be supported by the following input components:

        ACE
        - ace:autoCompleteEntry
        - ace:checkboxButtons
        - ace:comboBox
        - ace:dateTimeEntry
        - ace:maskedEntry
        - ace:richTextEntry
        - ace:textAreaEntry
        - ace:textEntry

        MOBI:
        - mobi:dateSpinner
        - mobi:timeSpinner
        Add support for client-side validation of maximum length.

        Wraps the jQuery Validation maxLength function in an ICEfaces / JSF friendly component.

        ---------------
        Description: Makes the element require a given maximum length.

        Src: http://jqueryvalidation.org/maxlength-method

        maxlength( length ) length Type: Number

        Maximum number of characters required

        Return false if the element is
        some kind of text input and its value is too long
        a set of checkboxes that has too many boxes checked
        a select and has too many options selected
        Works with text inputs, selects and checkboxes.
        -------------

        This validator should be supported by the following input components:

        ACE
        - ace:autoCompleteEntry
        - ace:checkboxButtons
        - ace:comboBox
        - ace:dateTimeEntry
        - ace:maskedEntry
        - ace:richTextEntry
        - ace:textAreaEntry
        - ace:textEntry

        MOBI:
        - mobi:dateSpinner
        - mobi:timeSpinner
        Ken Fyten made changes -
        Link This issue blocks ICE-5377 [ ICE-5377 ]
        Ken Fyten made changes -
        Link This issue blocks ICE-5377 [ ICE-5377 ]
        Ken Fyten made changes -
        Status Open [ 1 ] Closed [ 6 ]
        Resolution Invalid [ 6 ]

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Ken Fyten
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: