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
bf7bf04c
Commit
bf7bf04c
authored
Sep 27, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
f5d94e9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
0 deletions
+59
-0
docs/forms/cmp/label.rst
docs/forms/cmp/label.rst
+59
-0
No files found.
docs/forms/cmp/label.rst
0 → 100644
View file @
bf7bf04c
«Неизменяемый текст»
--------------------
.. js:class:: AS.FORMS.LabelView
Отображение компонента, наследует :js:class:`base/AS.FORMS.View`
.. code-block:: js
{
"id": "label-cmp",
"type": "label",
"style": {
"align": "left",
"font": "Tahoma",
"fontsize": "14",
"bold": true,
"italic": false,
"underline": false,
"strike": false
},
"config": {
"script": ""
},
"label": "Неизменяемый текст",
"fromHistory": true,
"fullId": "label-cmp",
"translations": [{ // переводы значения компонента
"localeID": "c", // код локали
"text": "Неизменяемый текст", // значение компонента в указанной локали
"editByUser": true // заполнялось пользователем
}, {
"localeID": "ru",
"text": "Неизменяемый текст",
"editByUser": true
}, {
"localeID": "kk",
"text": "Өзгермейтін мәтін",
"editByUser": true
}, {
"localeID": "en",
"text": "Label",
"editByUser": true
}]
}
--------------------------------------------------------------------------------
.. js:class:: AS.FORMS.LabelModel
Модель компонента, наследует :js:class:`base/AS.FORMS.Model`
.. code-block:: js
{
"id":"label-cmp",
"type":"label",
"label":"Неизменяемый текст"
}
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