Add Tabs, Containers and Parameter

It´s possible to create parameters within your plugin which are exposed and direct available within Grid.

Define where a parameter should be exposed

A parameter needs to be linked to a container.

Plugin Tab

Each plugin has an own plugin related tab. To access this you need to use:

self.objectContainer
triangle-exclamation

sp.BaseModule plugins are using self.moduleContainer instead


Existing Tab


Extension Root

self.cc is the root of any extension.

circle-exclamation

Custom Tab


Sub Container


Adding a Parameter


Adding a Parameter in Container


Adding a Parameter in custom tab in Container

Last updated