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
7854832b
Commit
7854832b
authored
Oct 30, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
1a535404
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
0 deletions
+60
-0
docs/forms/cmp/index.rst
docs/forms/cmp/index.rst
+1
-0
docs/forms/cmp/personlink.rst
docs/forms/cmp/personlink.rst
+59
-0
No files found.
docs/forms/cmp/index.rst
View file @
7854832b
...
...
@@ -28,3 +28,4 @@
repeater
projectlink
reglink
personlink
docs/forms/cmp/personlink.rst
0 → 100644
View file @
7854832b
«Ссылка на адресную книгу»
==========================
.. js:class:: AS.FORMS.AddressLinkView
Отображение компонента, наследует :js:class:`AS.FORMS.View`
.. code-block:: js
{
"id": "personlink-cmp",
"type": "personlink",
"style": {},
"config": {},
"fromHistory": true
}
--------------------------------------------------------------------------------
.. js:class:: AS.FORMS.AddressLinkModel
Модель компонента, наследует :js:class:`AS.FORMS.Model`
.. code-block:: js
{
"id": "personlink-cmp",
"type": "personlink",
"value": "Фамилия Имя Отчество (Организация)", // для организации "Организация (Адрес)"
"key": "0:1e4fc64c-4f59-4b9f-8418-9691e983340e", // идентификатор контакта в адресной книге
"valueID": "0:1e4fc64c-4f59-4b9f-8418-9691e983340e"
}
.. note:: Цифра, предваряющая идентификатор, означает тип контакта: 0 - люди, 1 - организация.
.. js:function:: getValue()
Получить идентификатор выбранного контакта в адресной книге
:returns: ``string`` идентификатор контакта в адресной книге
.. js:function:: setValue(newValue)
Задать значение
:param string newValue: идентификатор контакта в адресной книге
.. js:function:: setValueFromInput(newValue)
Задать значение
:param object newValue:
.. code-block:: js
{
"newValue": "идентификатор контакта в адресной книге",
"newTextValue": "наименование контакта в адресной книге",
"newType": 0 // 0 - люди, 1 - организация
}
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