Commit bf7bf04c authored by Valentin Skripnikov's avatar Valentin Skripnikov

-

parent f5d94e9d
«Неизменяемый текст»
--------------------
.. 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":"Неизменяемый текст"
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment