Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/Extensions/develop-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,22 +188,27 @@ Select **Edit...** item is available when you right-click on the component name

![edit-component](../assets/en/Project/Edit-component.png)

When you select it, a dedicated tab is added (or highlighted if already added) in the Explorer. In this tab, the component code is editable in the following pages:
When you select it, a dedicated tab is added (or highlighted if already added) in the Explorer. In this tab, the following standard pages are available and give access to the component contents:

![tab-component](../assets/en/Project/tab-component.png)

- Home, including folders, methods, classes and (preview only) forms
- Project Methods
- Database Methods ([On Web Connection](../commands-legacy/on-web-connection-database-method.md), [On Web Authentication](../commands-legacy/on-web-authentication-database-method.md), [On Host Database Event](../commands-legacy/on-host-database-event-database-method.md))
- Classes
- Project Form Methods
- Commands and Constants
- Plug-ins
- Trash

![tab-component](../assets/en/Project/tab-component.gif)


Standard 4D IDE features are available for the component. You can execute the following actions:
- add, duplicate, delete, edit/save [methods and classes](../Project/code-overview.md)
- preview code, show/edit [documentation](../Project/documentation.md), display/edit [method properties](../Project/code-overview.md#project-method-properties),
- run methods.
- run methods,
- restore from trash or empty trash.



Expand Down
Binary file modified docs/assets/en/Project/tab-component.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading