Commit 6071ffc6 authored by Valentin Skripnikov's avatar Valentin Skripnikov

-

parent c35bb086
...@@ -58,7 +58,6 @@ ...@@ -58,7 +58,6 @@
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) {
if (model.formCode === formCode) { if (model.formCode === formCode) {
model.on(AS.FORMS.EVENT_TYPE.dataLoad, function () { 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")); portal.main(portal.player.view.getViewWithId("textbox-cmp"), portal.player.model.getModelWithId("textbox-cmp"));
}); });
} }
......
...@@ -24,5 +24,6 @@ ...@@ -24,5 +24,6 @@
.. literalinclude:: ../../_static/html/forms/widgets/datepicker.html .. literalinclude:: ../../_static/html/forms/widgets/datepicker.html
:language: html :language: html
:emphasize-lines: 54-61
:encoding: utf-8 :encoding: utf-8
:linenos: :linenos:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment