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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...