Create Tab Page
apex create tab-page <PKG_ALIAS> <PARENT> <ALIAS>
|
|
Create new tab page component.
|
Parameters
| Parameter | Description |
|---|---|
| pkg_alias | Package alias to create tab page within. |
| parent | The parent tab control to add tab page to, must be formatted as PACKAGE.ALIAS. |
| alias | The alias / filename of the tab page to create. |
Flags
| Flag | Description |
|---|
Examples
- ./apex create tab-page myshop users.manage invoices