You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Composite/Plugins/Functions/WidgetFunctionProviders/StandardWidgetFunctionProvider/String/TreeSelectorWidgetFunction.cs
"Selectable Element Property Name",newHelpDefinition("The name of a property used to identify a selectable tree element by")));
44
+
"Element field to return",newHelpDefinition("The name of the element field whose value to return for selection. Typical values here can be DataId (for data trees), Uri (for linkable elements), or EntityToken (for any element). Element providers may provide more fields.")));
"Selectable Element Property Value",newHelpDefinition("The value of the property optionally used (if provided) to further identify a selectable tree element by")));
53
+
"Selection filter, Property Name",newHelpDefinition("An element must have this field to be selectable.")));
"Selectable Element Return Value",newHelpDefinition("The value to return for the selected tree element")));
62
+
"Selection filter, Property Value",newHelpDefinition("The value of the property optionally used (if provided) to further identify a selectable tree element by. Seperate multiple values with spaces.")));
63
+
63
64
base.AddParameterProfile(
64
65
newParameterProfile("SerializedSearchToken",
65
66
typeof(string),
66
67
false,
67
68
newConstantValueProvider(string.Empty),
68
69
StandardWidgetFunctions.TextBoxWidget,
69
70
null,
70
-
"Serialized Search Token",newHelpDefinition("A search tokento filter tree elements by")));
71
+
"Search Token",newHelpDefinition("A search token, seriallized, to filter which tree elements is shown. To filter what is selectable, use the 'Selection filter' properties.")));
0 commit comments