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
4f428ef4
Commit
4f428ef4
authored
Sep 26, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
994de8e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
61 deletions
+55
-61
docs/forms/cmp/table.rst
docs/forms/cmp/table.rst
+55
-61
No files found.
docs/forms/cmp/table.rst
View file @
4f428ef4
«Страница» и «Таблица»
----------------------
.. js:class:: AS.FORMS.TableModel
Модель компонентов «Страница» и «Таблица»
.. js:function:: createRow()
Добавляет блок таблицы
.. js:function:: removeRow(blockNumber)
Удаляет блок таблицы
:param number blockNumber: номер блока
.. js:function:: getTextValue()
Возвращает форматированное значение свертки
:returns: значение свертки
.. js:function:: isHaveHeader()
Наличие заголовка
.. js:function:: isPage()
Является страницей
.. js:function:: isStatic()
Является статической таблицей
.. js:function:: isParagraph()
Свертка включена
-------------------------------------------------------------------------------
.. js:class:: AS.FORMS.TableStaticView
**Формат данных**
Отображение статической таблицы
.. code-block:: js
.. code-block:: js
:linenos:
{
...
...
@@ -60,12 +24,6 @@
}
}
-------------------------------------------------------------------------------
.. js:class:: AS.FORMS.TableStaticView
Отображение статической таблицы
.. js:function:: getRowsCount()
Возвращает количество рядов таблицы
...
...
@@ -140,3 +98,39 @@
.. js:class:: AS.FORMS.TableParagraphView
Отображение динамической таблицы в свертке
.. js:class:: AS.FORMS.TableModel
Модель компонентов «Страница» и «Таблица»
.. js:function:: createRow()
Добавляет блок таблицы
.. js:function:: removeRow(blockNumber)
Удаляет блок таблицы
:param number blockNumber: номер блока
.. js:function:: getTextValue()
Возвращает форматированное значение свертки
:returns: значение свертки
.. js:function:: isHaveHeader()
Наличие заголовка
.. js:function:: isPage()
Является страницей
.. js:function:: isStatic()
Является статической таблицей
.. js:function:: isParagraph()
Свертка включена
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