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
f6b073e5
Commit
f6b073e5
authored
Oct 30, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
7854832b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
0 deletions
+45
-0
docs/forms/cmp/docnumber.rst
docs/forms/cmp/docnumber.rst
+44
-0
docs/forms/cmp/index.rst
docs/forms/cmp/index.rst
+1
-0
No files found.
docs/forms/cmp/docnumber.rst
0 → 100644
View file @
f6b073e5
«Свойства документа»
====================
.. js:class:: AS.FORMS.DocAttributeView
Отображение компонента, наследует :js:class:`AS.FORMS.View`
.. code-block:: js
{
"id": "docnumber-cmp",
"type": "docnumber",
"style": {},
"config": {
"locale": "ru", // язык
"field": "author", // тип данных
"script": ""
},
"fromHistory": true,
"fullId": "docnumber-cmp"
}
.. note:: Тип данных (поле ``field``) может принимать следующие значения:
* ``number``: номер документа
* ``subject``: краткое содержание
* ``createDate``: дата создания
* ``author``: автор
* ``reg_date``: дата регистрации
* ``doc_type``: тип документа
* ``registry``: реестр
--------------------------------------------------------------------------------
.. js:class:: AS.FORMS.DocAttributeModel
Модель компонента, наследует :js:class:`AS.FORMS.Model`
.. code-block:: js
{
"id": "docnumber-cmp",
"type": "docnumber",
"value": "Скрипников В.Ю."
}
docs/forms/cmp/index.rst
View file @
f6b073e5
...
@@ -29,3 +29,4 @@
...
@@ -29,3 +29,4 @@
projectlink
projectlink
reglink
reglink
personlink
personlink
docnumber
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