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
a18204fe
Commit
a18204fe
authored
Sep 27, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
09ef9cec
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
277 deletions
+22
-277
docs/fc.rst
docs/fc.rst
+0
-263
docs/form_scripting.rst
docs/form_scripting.rst
+1
-2
docs/forms/cmp/base.rst
docs/forms/cmp/base.rst
+12
-12
docs/forms/cmp/index.rst
docs/forms/cmp/index.rst
+9
-0
No files found.
docs/fc.rst
deleted
100644 → 0
View file @
09ef9cec
This diff is collapsed.
Click to expand it.
docs/form_scripting.rst
View file @
a18204fe
...
@@ -129,5 +129,4 @@
...
@@ -129,5 +129,4 @@
:numbered:
:numbered:
forms/player
forms/player
forms/cmp/base
forms/cmp/index
forms/cmp/table
docs/forms/cmp/base.rst
View file @
a18204fe
Базовые
модель и отображение
Базовые
-------
---------------------
-------
.. js:class:: AS.FORMS.View
.. js:class:: AS.FORMS.View
...
@@ -8,9 +8,9 @@
...
@@ -8,9 +8,9 @@
.. code-block:: js
.. code-block:: js
{
{
"id": "person", // идентификатор компонента
"id": "person",
// идентификатор компонента
"type": "type", // тип компонента
"type": "type",
// тип компонента
"style": { // стиль компонента
"style": {
// стиль компонента
"align": "center",
"align": "center",
"font": "Courier New",
"font": "Courier New",
"fontsize": "12",
"fontsize": "12",
...
@@ -21,14 +21,14 @@
...
@@ -21,14 +21,14 @@
"height": "20",
"height": "20",
"width": "200"
"width": "200"
},
},
"config": { // конфигурация компонента
"config": {
// конфигурация компонента
"read-only": true, // заблокировать от изменений пользователем
"read-only": true,
// заблокировать от изменений пользователем
"script": "model.setValue('Ерлан');" // скрипт компонента
"script": "model.setValue('Ерлан');"
// скрипт компонента
},
},
"fromHistory": true, // ???
"fromHistory": true,
// ???
"fullId": "person", // ???
"fullId": "person",
// ???
"required": true, // обязательное поле
"required": true,
// обязательное поле
"data": { // дефолтные данные компонента
"data": {
// дефолтные данные компонента
"id": "person",
"id": "person",
"type": "textbox",
"type": "textbox",
"value": "Дефолтное значение"
"value": "Дефолтное значение"
...
...
docs/forms/cmp/index.rst
0 → 100644
View file @
a18204fe
Компоненты
----------
.. toctree::
:maxdepth: 2
:numbered:
base
table
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