Commit 0dcbab8b authored by Valentin Skripnikov's avatar Valentin Skripnikov

-

parent 255838ef
«Ссылка на документ»
====================
.. js:class:: AS.FORMS.DocLinkView
Отображение компонента, наследует :js:class:`AS.FORMS.View`
.. code-block:: js
{
"id": "doclink-cmp",
"type": "doclink",
"style": {},
"config": {
"read-only": false, // заблокировать от изменений пользователем
"locale": "ru", // язык
"script": "",
"format": "${document.author} - ${document.summary}" // форматная строка
},
"fromHistory": true,
"fullId": "doclink-cmp",
"required": false
}
--------------------------------------------------------------------------------
.. js:class:: AS.FORMS.DocLinkModel
Модель компонента, наследует :js:class:`AS.FORMS.Model`
.. code-block:: js
{
"id": "doclink-cmp",
"type": "doclink",
"value": "be1e7ef1-dbd7-4dfc-8c86-66c1d3e4eb05" // идентификатор документа
}
...@@ -24,3 +24,4 @@ ...@@ -24,3 +24,4 @@
signlist signlist
resolutionlist resolutionlist
processlist processlist
doclink
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment