Mercurial > pub > site.implab
view shared_view/includes/dojo/form/DateTextBox.tt @ 11:573272ec604b
almost comlete doxygen library
author | sergey |
---|---|
date | Thu, 15 May 2014 18:24:02 +0400 |
parents | |
children |
line wrap: on
line source
[% META class='IMPL::Web::View::InputControl'; dojo = require('dojo/context').new(); dojo.AddJsModule("dijit/form/DateTextBox"); %] <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" />