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
144270b7
Commit
144270b7
authored
Sep 27, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
a18204fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
25 deletions
+26
-25
docs/forms/cmp/base.rst
docs/forms/cmp/base.rst
+26
-25
No files found.
docs/forms/cmp/base.rst
View file @
144270b7
...
...
@@ -8,31 +8,31 @@
.. code-block:: js
{
"id": "person",
// идентификатор компонента
"type": "type",
// тип компонента
"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": "Дефолтное значение"
}
"id": "person",
// идентификатор компонента
"type": "type",
// тип компонента
"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": "type
",
"value": "Дефолтное значение"
}
}
.. js:data:: model
...
...
@@ -46,6 +46,7 @@
.. js:data:: input
Поле ввода для некоторых компонентов:
* текстовое поле
* числовое поле
* многострочный текст
...
...
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