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
255838ef
Commit
255838ef
authored
Oct 27, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
30224b04
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
60 additions
and
0 deletions
+60
-0
docs/forms/cmp/index.rst
docs/forms/cmp/index.rst
+2
-0
docs/forms/cmp/processlist.rst
docs/forms/cmp/processlist.rst
+29
-0
docs/forms/cmp/resolutionlist.rst
docs/forms/cmp/resolutionlist.rst
+29
-0
No files found.
docs/forms/cmp/index.rst
View file @
255838ef
...
@@ -22,3 +22,5 @@
...
@@ -22,3 +22,5 @@
entity
entity
counter
counter
signlist
signlist
resolutionlist
processlist
docs/forms/cmp/processlist.rst
0 → 100644
View file @
255838ef
«Ход выполнения»
================
.. js:class:: AS.FORMS.ProcessExecutionView
Отображение компонента, наследует :js:class:`AS.FORMS.View`
.. code-block:: js
{
"id": "processlist-cmp",
"type": "processlist",
"style": {},
"config": {
"locale": "ru", // язык
"script": ""
},
"fromHistory": true,
"fullId": "processlist-cmp"
}
--------------------------------------------------------------------------------
.. js:class:: AS.FORMS.SimpleModel
Модель компонента, наследует :js:class:`AS.FORMS.Model`
.. attention:: Данный компонент не имеет данных, а только отображает
информацию из документа согласно настройкам компонента.
docs/forms/cmp/resolutionlist.rst
0 → 100644
View file @
255838ef
«Лист резолюций»
================
.. js:class:: AS.FORMS.ResolutionListView
Отображение компонента, наследует :js:class:`AS.FORMS.View`
.. code-block:: js
{
"id": "resolutionlist-cmp",
"type": "resolutionlist",
"style": {},
"config": {
"locale": "ru", // язык
"script": ""
},
"fromHistory": true,
"fullId": "resolutionlist-cmp"
}
--------------------------------------------------------------------------------
.. js:class:: AS.FORMS.SimpleModel
Модель компонента, наследует :js:class:`AS.FORMS.Model`
.. attention:: Данный компонент не имеет данных, а только отображает
информацию из документа согласно настройкам компонента.
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