Mercurial > pub > Impl
view _test/Resources/view/packages/dojo/form/Form.tt @ 355:8dfb9df07d02
added support for the custom resolvers for the TTView
author | sergey |
---|---|
date | Thu, 17 Oct 2013 01:04:37 +0400 |
parents | f05634287ac7 |
children |
line wrap: on
line source
[% META class='IMPL::Web::View::TTForm'; dojo = require('dojo/base'); dojo.require('dijit/form/Form'); %] <form id="$this.id" method="$this.method" action="$this.action"> $content </form>