Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _elem (0.17 sec)

  1. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

    L155:            if (typeof options.locale.customRangeLabel === 'string'){
    L156:                //Support unicode chars in the custom range name.
    L157:                var elem = document.createElement('textarea');
    L158:                elem.innerHTML = options.locale.customRangeLabel;
    L159:                var rangeHtml = elem.value;
    L160:                this.locale.customRangeLabel = rangeHtml;
    L161:            }
    L162:        }
    L163:        this.container.addClass(this.locale.direction);
    L164:
    ...
    JavaScript
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 65.7K bytes
    - Viewed (0)
Back to top