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
ae5a06da
Commit
ae5a06da
authored
Sep 26, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
c77fb1c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
3 deletions
+35
-3
docs/forms/cmp/base.rst
docs/forms/cmp/base.rst
+35
-3
No files found.
docs/forms/cmp/base.rst
View file @
ae5a06da
Базовые
-------
Базовые
модель и отображение
-------
---------------------
.. js:class:: AS.FORMS.View
Базовое отображение. Наследуют все компоненты.
Базовое отображение. Является родительским для всех компонентов.
.. code-block:: js
{
"id": "person", // идентификатор компонента
"type": "textbox", // тип компонента
"style": { // стиль компонента
"align": "center",
"font": "Courier New",
"fontsize": "12",
"bold": true,
"italic": false,
"underline": false,
"strike": false,
"height": "20",
"width": "200"
},
"config": { // конфигурация компонента
"read-only": true, // заблокировать от изменений пользователем
"script": "model.setValue('Ерлан');" // скрипт компонента
},
"fromHistory": true, // ???
"fullId": "person", // ???
"required": true, // обязательное поле
"data": { // дефолтные данные компонента
"id": "person",
"type": "textbox",
"value": "Дефолтное значение"
}
}
.. js:data:: model
...
...
@@ -58,6 +88,8 @@
.. js:class:: AS.FORMS.Model
Базовая модель. Является родительской для всех компонентов.
.. js:data:: asfProperty
Определение компонента из описания формы
...
...
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