Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added note on plugin action query parameters in 4.2

...

Note
titleQuery Parameters Not Allowed

The URI should be only the path (relative to the base URI) that does not include any query or fragments. See https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Examples

Note
titleQuery Parameters v4.2

As of version 4.2 query parameters are allowed, however widgets that use query parameters cannot be reordered on the page.

Note
titleNaming Convention

All Client controllers must start with client_ in their file name. The same is true for admins as well. All Admin controllers must start with admin_ in their file name. This tells Blesta which portal to render. Generic controllers (those not associated with a particular portal don't need any prefix.

...