Versions Compared

Key

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

...

  • Enabled actions are available for the user to execute.
  • Disabled and Hidden actions Disabled actions mean that the screen for the action will not be visible at all and thus not available for the user to execute. There is basically no difference between returning disabled or hidden
  • Hidden actions mean that the screen for the action will not be visible at all but the action script will be executed.

Of course, since we are using SIL, the return value of the script can be conditional.

...