Commit 4eb3dddc authored by Valentin Skripnikov's avatar Valentin Skripnikov

-

parent 4c68b89e
...@@ -10,3 +10,4 @@ ...@@ -10,3 +10,4 @@
label label
textbox textbox
numericinput numericinput
textarea
«Многострочный текст»
---------------------
.. js:class:: AS.FORMS.TextAreaView
Отображение компонента, наследует :js:class:`AS.FORMS.View`
.. code-block:: js
{
"id": "textarea-cmp",
"type": "textarea",
"style": {},
"config": {
"read-only": false,
"add-space": true, // не удалять пробелы в начале строки
"script": ""
},
"fromHistory": true,
"fullId": "textarea-cmp",
"required": false
}
--------------------------------------------------------------------------------
.. js:class:: AS.FORMS.SimpleModel
Модель компонента, наследует :js:class:`AS.FORMS.Model`
.. code-block:: js
{
"id": "textarea-cmp",
"type": "textarea",
"value": "Тут может быть\nмногострочный текст"
}
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