annotate shared_view/includes/dojo/form/DateTextBox.tt @ 13:a9ce584a7f3b
test for mercurial repositories
author |
sergey |
date |
Mon, 19 May 2014 04:34:28 +0400 |
parents |
573272ec604b |
children |
|
rev |
line source |
11
|
1 [% META class='IMPL::Web::View::InputControl';
|
|
2
|
|
3 dojo = require('dojo/context').new();
|
|
4 dojo.AddJsModule("dijit/form/DateTextBox");
|
|
5 %]
|
|
6 <input data-dojo-type="dijit/form/DateTextBox" id="$this.id-input" name="$this.inputName" type="date" [% IF NOT this.decl.isOptional %]required="true"[% END %] value="$this.value.ymd" /> |