Skip to content

Commit

Permalink
updated name in usage notes
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkwork committed Dec 16, 2020
1 parent 4fdee21 commit 82c95b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_ROToolbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@
ItemTemplate: A template which is applied to the elements in the dropdown list. Note: if you need to include # symbols in the template which are not limiters for the data substitutions then they must be escaped with a double backslash \\
ValueTemplate: A template which is applied to the selected item. This is simply for display on the form. It is not saved as the input value.
@EnumFilter
@TopNode
-----------
This tag allows you to have an enum prompt start at a subvalue as opposed to the top level enum.
The following property is available:
FilterId: The Id of the Child Enum that the picker should start from. Exaple for the DisplayOnly prompt above the Enum Prompt: @EnumFilter {"FilterId": "8d57a980-9cdf-44e2-ec8a-c70e241d345b"}
FilterId: The Id of the Child Enum that the picker should start from. Exaple for the DisplayOnly prompt above the Enum Prompt: @TopNode {"FilterId": "8d57a980-9cdf-44e2-ec8a-c70e241d345b"}
@SingleLineEntry
----------------
Expand Down

0 comments on commit 82c95b6

Please sign in to comment.