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
7e969f0a
Commit
7e969f0a
authored
Oct 30, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
ecda35d3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
68 additions
and
0 deletions
+68
-0
docs/forms/cmp/index.rst
docs/forms/cmp/index.rst
+1
-0
docs/forms/cmp/projectlink.rst
docs/forms/cmp/projectlink.rst
+63
-0
docs/forms/cmp/repeater.rst
docs/forms/cmp/repeater.rst
+4
-0
No files found.
docs/forms/cmp/index.rst
View file @
7e969f0a
...
...
@@ -26,3 +26,4 @@
processlist
doclink
repeater
projectlink
docs/forms/cmp/projectlink.rst
0 → 100644
View file @
7e969f0a
«Ссылка на проект/портфель»
===========================
.. js:class:: AS.FORMS.ProjectLinkView
Отображение компонента, наследует :js:class:`AS.FORMS.View`
.. code-block:: js
{
"id": "projectlink-cmp",
"type": "projectlink",
"style": {},
"config": {
"read-only": false, // заблокировать от изменений пользователем
"locale": "ru", // язык
"script": ""
},
"fromHistory": true,
"fullId": "projectlink-cmp",
"required": false
}
--------------------------------------------------------------------------------
.. js:class:: AS.FORMS.ProjectLinkModel
Модель компонента, наследует :js:class:`AS.FORMS.Model`
.. code-block:: js
{
"id": "projectlink-cmp",
"type": "projectlink",
"value": "Портфель: Департамент Развития Технологии", // наименование проекта/портфеля
"key": "37dd8c8c-6116-4288-8f24-0567dbe9f492", // идентификатор проекта/портфеля
"valueID": "37dd8c8c-6116-4288-8f24-0567dbe9f492" // идентификатор проекта/портфеля
}
.. js:function:: getValue()
Получить идентификатор выбранного проекта или портфеля
:returns: ``string`` идентификатор проекта/портфеля
.. js:function:: setValue(newValue)
Задать значение
:param string newValue: идентификатор проекта/портфеля, либо null
.. js:function:: setValueFromInput(newValue)
Задать значение
:param object newValue:
.. code-block:: js
{
"actionID": "идентификатор проекта/портфеля",
"name": "наименование проекта/портфеля",
"elementType": 128 // 128 - портфель, 256 - проект
}
docs/forms/cmp/repeater.rst
View file @
7e969f0a
...
...
@@ -81,9 +81,13 @@
.. js:function:: setValue(newValue)
Задать значение
:param string newValue: cтрока вида: ``4|1.4;11.5;12.7;30.9``
.. js:function:: setValueFromInput(newType, newValues)
Задать значение
:param number newType: тип периода
:param array newValues: массив строк согласно типу, например [«4.1», «5.11», «7.12», «9.30»]
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