Pass the emptystate message in other places we use the treepicker
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
multiPicker: false,
|
||||
title: localizationService.localize("template_insertDictionaryItem"),
|
||||
description: localizationService.localize("template_insertDictionaryItemDesc"),
|
||||
emptyStateMessage: localizationService.localize("emptyStates_emptyDictionaryTree"),
|
||||
show: true,
|
||||
select: function(node){
|
||||
|
||||
|
||||
@@ -204,6 +204,7 @@
|
||||
multiPicker: false,
|
||||
show: true,
|
||||
title: "Insert dictionary item",
|
||||
emptyStateMessage: localizationService.localize("emptyStates_emptyDictionaryTree"),
|
||||
select: function(node){
|
||||
|
||||
var code = templateHelper.getInsertDictionarySnippet(node.name);
|
||||
|
||||
@@ -194,6 +194,7 @@
|
||||
multiPicker: false,
|
||||
show: true,
|
||||
title: "Insert dictionary item",
|
||||
emptyStateMessage: localizationService.localize("emptyStates_emptyDictionaryTree"),
|
||||
select: function(node){
|
||||
|
||||
var code = templateHelper.getInsertDictionarySnippet(node.name);
|
||||
|
||||
Reference in New Issue
Block a user