Skip to content

Commit c5e34bc

Browse files
Translate ServerSideExportFormMethod.md in en
100% translated source file: 'ServerSideExportFormMethod.md' on 'en'.
1 parent b174b48 commit c5e34bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/en/diagnostics/ServerSideExportFormMethod.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Server-side export form method (ServerSideExportFormMethod)
22

33
<!-- Блоки выше заполняются автоматически, не трогать -->
4-
## Description
5-
4+
## Описание диагностики
65
<!-- Описание диагностики заполняется вручную. Необходимо понятным языком описать смысл и схему работу -->
76

87
In a form module, you can declare export methods that are available in the client context (usually, these are form notification event handlers). For export methods of the form, only the compilation directive `AtClient` can be specified, since for the rest there is no practical sense: accessing form methods from outside is available only after calling the method `GetForm`, which is available only on the client.

0 commit comments

Comments
 (0)