Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sd-doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Skripnikov
sd-doc
Commits
cf85d991
Commit
cf85d991
authored
Nov 23, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
91059456
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
docs/interpreter/api.rst
docs/interpreter/api.rst
+10
-1
No files found.
docs/interpreter/api.rst
View file @
cf85d991
...
...
@@ -38,9 +38,18 @@
.. js:data:: key
Ключ пользователя, от имени которого выполняется данный скрипт
Ключ пользователя, от имени которого выполняется данный скрипт
(указывается в настройках скрипт)
.. hint:: Типовое начало скрипта выглядит так
.. code-block:: js
var form = platform.getFormsManager().getFormData(dataUUID);
Здесь осуществляется загрузка данных формы путем обращения к объектам
:js:data:`platform` и :js:data:`dataUUID`
#### Платформа {#interpreter.objects.platform}
Назначение: Отвечает за создание экземпляров других объектов.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment