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
30cc2df9
Commit
30cc2df9
authored
Nov 02, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
6071ffc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
9 deletions
+1
-9
docs/_static/html/forms/widgets/datepicker.html
docs/_static/html/forms/widgets/datepicker.html
+0
-7
docs/forms/widgets-examples/datepicker.rst
docs/forms/widgets-examples/datepicker.rst
+1
-2
No files found.
docs/_static/html/forms/widgets/datepicker.html
View file @
30cc2df9
...
@@ -45,14 +45,10 @@
...
@@ -45,14 +45,10 @@
* добавить новый проигрыватель форм
* добавить новый проигрыватель форм
*/
*/
createPlayer
:
function
(
formCode
)
{
createPlayer
:
function
(
formCode
)
{
portal
.
clearPlayer
();
portal
.
clearPlayer
();
portal
.
player
=
AS
.
FORMS
.
createPlayer
();
portal
.
player
=
AS
.
FORMS
.
createPlayer
();
portal
.
player
.
showFormByCode
(
formCode
);
portal
.
player
.
showFormByCode
(
formCode
);
portal
.
player
.
view
.
setEditable
(
true
);
portal
.
player
.
view
.
setEditable
(
true
);
portal
.
player
.
view
.
appendTo
(
$
(
'
#form_player_div
'
));
portal
.
player
.
view
.
appendTo
(
$
(
'
#form_player_div
'
));
AS
.
FORMS
.
bus
.
on
(
AS
.
FORMS
.
EVENT_TYPE
.
formShow
,
function
(
event
,
model
,
view
)
{
AS
.
FORMS
.
bus
.
on
(
AS
.
FORMS
.
EVENT_TYPE
.
formShow
,
function
(
event
,
model
,
view
)
{
...
@@ -62,7 +58,6 @@
...
@@ -62,7 +58,6 @@
});
});
}
}
});
});
},
},
main
:
function
(
view
,
model
)
{
main
:
function
(
view
,
model
)
{
...
@@ -75,10 +70,8 @@
...
@@ -75,10 +70,8 @@
});
});
});
});
}
}
};
};
$
(
document
).
ready
(
function
()
{
$
(
document
).
ready
(
function
()
{
AS
.
OPTIONS
.
login
=
"
admin
"
;
AS
.
OPTIONS
.
login
=
"
admin
"
;
...
...
docs/forms/widgets-examples/datepicker.rst
View file @
30cc2df9
...
@@ -24,6 +24,5 @@
...
@@ -24,6 +24,5 @@
.. literalinclude:: ../../_static/html/forms/widgets/datepicker.html
.. literalinclude:: ../../_static/html/forms/widgets/datepicker.html
:language: html
:language: html
:emphasize-lines:
54-61
:emphasize-lines:
63-72
:encoding: utf-8
: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