Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there a way to add preselected contents when showing the tree? I don't want to show items that are already been selected previously.
var dialogOptions = { show: true, multiPicker: true, view: "treepicker", section: 'content', treeAlias: 'content', // selection: vm.dialogPreSelectContents, startNodeId: $scope.dialogData.config.startNode, submit: function (model) { vm.overlay.show = false; vm.overlay = null; vm.contents = model.selection; // Append Toggle to object vm.appendToggle(); }, close: function (oldModel) { vm.overlay.show = false; vm.overlay = null; } };
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
how to hide content already selected from Dialog treepicker?
Is there a way to add preselected contents when showing the tree? I don't want to show items that are already been selected previously.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.