Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

In Genie, when the Detect Subfile setting is set to True and the Detect Subfile Patterns setting is set to False, Genie will search for subfile options, such as 2=Change and 5=Display, and create a right-click subfile menu for these options.  This function allows you to programmatically override the options on this menu.

...

Code Block
javascript
javascript

pui.rebuildSubfileMenu( ["Select", "Change", "Display"], ["1", "2", "5"] );

...