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
0dcbab8b
Commit
0dcbab8b
authored
Oct 30, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
255838ef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
0 deletions
+38
-0
docs/forms/cmp/doclink.rst
docs/forms/cmp/doclink.rst
+37
-0
docs/forms/cmp/index.rst
docs/forms/cmp/index.rst
+1
-0
No files found.
docs/forms/cmp/doclink.rst
0 → 100644
View file @
0dcbab8b
«Ссылка на документ»
====================
.. 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" // идентификатор документа
}
docs/forms/cmp/index.rst
View file @
0dcbab8b
...
@@ -24,3 +24,4 @@
...
@@ -24,3 +24,4 @@
signlist
signlist
resolutionlist
resolutionlist
processlist
processlist
doclink
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