Commit 63d79ea5 authored by Valentin Skripnikov's avatar Valentin Skripnikov

-

parent 4eb3dddc
«HTD-редактор»
--------------
.. js:class:: AS.FORMS.RichTextView
Отображение компонента, наследует :js:class:`AS.FORMS.View`
.. code-block:: js
{
"id": "htd-cmp",
"type": "htd",
"style": {},
"config": {},
"fromHistory": true
}
--------------------------------------------------------------------------------
.. js:class:: AS.FORMS.SimpleModel
Модель компонента, наследует :js:class:`AS.FORMS.Model`
.. code-block:: js
{
"id": "htd-cmp",
"type": "htd",
"value": "<span style=\"color: #0000ff;\"><strong>Привет!</strong></span>"
}
......@@ -11,3 +11,4 @@
textbox
numericinput
textarea
htd-editor
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