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
6071ffc6
Commit
6071ffc6
authored
Nov 02, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
c35bb086
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
docs/_static/html/forms/widgets/datepicker.html
docs/_static/html/forms/widgets/datepicker.html
+0
-1
docs/forms/widgets-examples/datepicker.rst
docs/forms/widgets-examples/datepicker.rst
+1
-0
No files found.
docs/_static/html/forms/widgets/datepicker.html
View file @
6071ffc6
...
...
@@ -58,7 +58,6 @@
AS
.
FORMS
.
bus
.
on
(
AS
.
FORMS
.
EVENT_TYPE
.
formShow
,
function
(
event
,
model
,
view
)
{
if
(
model
.
formCode
===
formCode
)
{
model
.
on
(
AS
.
FORMS
.
EVENT_TYPE
.
dataLoad
,
function
()
{
AS
.
SERVICES
.
showWaitWindow
();
portal
.
main
(
portal
.
player
.
view
.
getViewWithId
(
"
textbox-cmp
"
),
portal
.
player
.
model
.
getModelWithId
(
"
textbox-cmp
"
));
});
}
...
...
docs/forms/widgets-examples/datepicker.rst
View file @
6071ffc6
...
...
@@ -24,5 +24,6 @@
.. literalinclude:: ../../_static/html/forms/widgets/datepicker.html
:language: html
:emphasize-lines: 54-61
:encoding: utf-8
:linenos:
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