タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

ldapとgoogle appsに関するshufoのブックマーク (1)

  • Synology Inc.

    ', computed: { opt: function() { var vm = this; var ret = { data: this.options, placeholder: this.placeholder, minimumResultsForSearch: ('true' == this.show_search) ? 1 : Infinity, } if (vm.label_no_result) { ret.language = { noResults: function() { return vm.label_no_result; } } } return ret; } }, mounted: function () { var vm = this; $(this.$el) // init select2 .select2(this.opt) .val(this.value

  • 1