Skip to content

Commit 9d6c44d

Browse files
authored
Merge pull request #3213 from 1c-syntax/translations_docs-diagnostics-serversideexportformmethod-md--develop_en
Updates for file docs/diagnostics/ServerSideExportFormMethod.md in en
2 parents 061e2e1 + 462394e commit 9d6c44d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/en/diagnostics/ServerSideExportFormMethod.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<!-- Блоки выше заполняются автоматически, не трогать -->
44
## Description
5-
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)