Create Commands
apex create <SUB_COMMAND> [OPTIONS]
|
|
Create various web UI components.
|
Available Commands
| Command | Description |
|---|---|
| ajax | Create new AJAX function. |
| auto-complete | Create new auto-complete list. |
| cli | Create new CLI command. |
| crontab | Create new crontab job. |
| dashboard-item | Create new dashboard item. |
| form | Create new HTML form. |
| graph | Create new graph |
| html-function | Create new HTML tag function. |
| html-tag | Create new HTML tag class allowing <s:tag> to work within templates. |
| http-controller | Create new PSR-15 compliant HTTP controller. |
| listener | Create new listener for event dispatcher. |
| modal | Create new popup modal box. |
| tab-control | Create new tab control. |
| table | Create new data table. |
| tab-page | Create new tab page within existing tab control. |
| test | Create new unit test. |
| view | Create new view. |