Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/04/13 16:30:39 (11 years ago)
Author:
fschoepp
Message:

#1888:

  • Added an overview for users to inspect their orders
  • Order Administrators may now suspend or reactivate orders
  • When creating an order, its necessary to enter payment information (paypal, credit card,...) before
  • Also, the billing period and type must be entered during the creation of an order.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Web/Scripts/jquery.validate-vsdoc.js

    r8384 r9582  
    3636    /// onkeyup, onclick). focusInvalid focuses elements when submitting a invalid form.
    3737    /// </summary>
    38     /// <param name="options" type="Options">
     38    /// <param name="options" type="Object">
    3939    /// A set of key/value pairs that configure the validate. All options are optional.
    4040    /// </param>
    41     /// <returns type="Validator" />
    4241
    4342    // if nothing is selected, return nothing; can't chain anyway
     
    139138    /// A space-seperated list of attribute names to remove.
    140139    /// </param>
    141     /// <returns type="" />
    142140
    143141    var result = {},
     
    160158    /// A list of rules to add or remove.
    161159    /// </param>
    162     /// <returns type="" />
    163160
    164161    var element = this[0];
     
    317314    /// Options to set as default.
    318315    /// </param>
    319     /// <returns type="undefined" />
    320316
    321317    $.extend( $.validator.defaults, settings );
     
    444440      /// One or more key/value pairs of input names and messages.
    445441      /// </param>
    446       /// <returns type="undefined" />
    447442
    448443      if(errors) {
     
    473468      /// indicating invalid elements and hides error messages.
    474469      /// </summary>
    475       /// <returns type="undefined" />
    476470
    477471      if ( $.fn.resetForm )
     
    873867    /// The compound rules
    874868    /// </param>
    875     /// <returns type="undefined" />
    876869
    877870    className.constructor == String ?
     
    10231016    /// (handy for localization), otherwise the field-specific messages have to be defined.
    10241017    /// </param>
    1025     /// <returns type="undefined" />
    10261018
    10271019    $.validator.methods[name] = method;
Note: See TracChangeset for help on using the changeset viewer.