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
95eeb178
Commit
95eeb178
authored
Sep 28, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
3a2798ee
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
62 additions
and
0 deletions
+62
-0
docs/forms/cmp/date.rst
docs/forms/cmp/date.rst
+61
-0
docs/forms/cmp/index.rst
docs/forms/cmp/index.rst
+1
-0
No files found.
docs/forms/cmp/date.rst
0 → 100644
View file @
95eeb178
«Дата/время»
------------
.. js:class:: AS.FORMS.DateView
Отображение компонента, наследует :js:class:`AS.FORMS.View`
.. code-block:: js
{
"id": "date-cmp",
"type": "date",
"style": {},
"config": {
"dateFormat": "${dd} ${monthed} ${yyyy}г.", // формат даты
"read-only": false,
"fill-with-current": true, // заполнять текущей датой/временем
"locale": "ru", // язык
"dateFormatOld": "${yyyy}-${mm}-${dd}", // не используется (для обратной совместимости)
"time-Enable": true, // вводить время — да/нет
"script": ""
},
"fromHistory": true,
"fullId": "date-cmp",
"required": false
}
.. js:function:: showDatePicker()
Отобразить поле ввода даты
.. js:function:: showTimePicker()
Отобразит поле ввода времени
--------------------------------------------------------------------------------
.. js:class:: AS.FORMS.DateModel
Модель компонента, наследует :js:class:`AS.FORMS.Model`
.. code-block:: js
{
"id": "date-cmp",
"type": "date",
"value": "01 сентября 2017г.", // значение согласно настроенному формату
"key": "2017-09-01 09:00:00" // значение даты в формате «yyyy-MM-dd HH:mm:ss»
}
.. js:function:: getValue()
Получить значение компонента
:returns: ``string`` дата в формате «yyyy-MM-dd HH:mm:ss»
.. js:function:: setValue(newValue)
Вставить значение
:param string newValue: значение даты в формате «yyyy-MM-dd HH:mm:ss»
docs/forms/cmp/index.rst
View file @
95eeb178
...
@@ -13,5 +13,6 @@
...
@@ -13,5 +13,6 @@
textarea
textarea
htd-editor
htd-editor
listbox
listbox
date
check
check
radio
radio
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