Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Datepicker in liferay alloyUi

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 1.11k
    Comment on it

    Hello Guys

     Liferay provides inbuilt datepicker of alloy script. Liferay use alloy and AUI script instead javascript or jQuery.

    Below example help you for better understanding :

    <input class="form-control" type="text" placeholder="mm/dd/yy">01/19/14</input>


    When we click on text field then datepicker will appear and can select a date, month and, as per requirement.

    <aui:script>
    
    YUI().use(
      'aui-datepicker',
      function(Y) {
        new Y.DatePicker(
          {
            trigger: 'input',
            mask: '%m/%d/%y',
            calendar: {
              selectionMode: 'multiple'
            },
            popover: {
              zIndex: 1
            },
            panes: 2
          }
        );
      }
    );

     

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: