Ignore:
Timestamp:
09/03/12 18:14:37 (13 years ago)
Author:
hendrikvanantwerpen
Message:

Lots of small fixes.

Make it possible to read survey answers (when a question code is
provided), it is now displayed in place of the survey. More to come.

Some whitespace fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/elastic/ElasticSearchFilteringSelect.js

    r382 r406  
    22    'dojo/_base/declare',
    33    'dijit/form/FilteringSelect'
    4     ], function(declare, FilteringSelect) {
    5         return declare("rft.elastic.ElasticSearchFilteringSelect", FilteringSelect, {
    6              // custom min input character count to trigger search
     4], function(declare, FilteringSelect) {
     5    return declare("rft.elastic.ElasticSearchFilteringSelect", FilteringSelect, {
     6         // custom min input character count to trigger search
    77         minKeyCount: 3,
    88
     
    1515             this.inherited(arguments);
    1616         }
    17         });
     17    });
    1818})
Note: See TracChangeset for help on using the changeset viewer.