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
fbdcb81f
Commit
fbdcb81f
authored
Oct 30, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
71e6451c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
0 deletions
+64
-0
docs/forms/cmp/filelink.rst
docs/forms/cmp/filelink.rst
+63
-0
docs/forms/cmp/index.rst
docs/forms/cmp/index.rst
+1
-0
No files found.
docs/forms/cmp/filelink.rst
0 → 100644
View file @
fbdcb81f
«Ссылка на файл в хранилище»
============================
.. js:class:: AS.FORMS.FileLinkView
Отображение компонента, наследует :js:class:`AS.FORMS.View`
.. code-block:: js
{
"id": "filelink-cmp",
"type": "filelink",
"style": {},
"config": {
"read-only": false, // заблокировать от изменений пользователем
"open-in-new-window": true, // открывать в отдельном окне
"script": ""
},
"fromHistory": true,
"fullId": "filelink-cmp",
"required": false
}
--------------------------------------------------------------------------------
.. js:class:: AS.FORMS.FileLinkModel
Модель компонента, наследует :js:class:`AS.FORMS.Model`
.. code-block:: js
{
"id": "filelink-cmp",
"type": "filelink",
"value": "Cписок корпоративных номеров.PDF", // наименование файла
"key": "b692f647-5b79-4cfc-bfb6-0477df855046" // идентификатор файла в Хранилище
}
.. js:function:: getValue()
Получить значение
:returns: ``object``
.. code-block:: js
{
"identifier": "идентификатор файла",
"name": "наименование файла",
"icon": "Base64 кодированное изображение иконки"
}
.. js:function:: setValue(newValue)
Задать значение
:param object newValue:
.. code-block:: js
{
"identifier": "идентификатор файла",
"name": "наименование файла",
"icon": "Base64 кодированное изображение иконки"
}
docs/forms/cmp/index.rst
View file @
fbdcb81f
...
@@ -30,3 +30,4 @@
...
@@ -30,3 +30,4 @@
reglink
reglink
personlink
personlink
docnumber
docnumber
filelink
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