Mercurial > pub > Impl
view _test/Resources/view/packages/dojo/form/Form.tt @ 354:9330835535b9
fixed view double rendering
author | cin |
---|---|
date | Wed, 16 Oct 2013 17:28:40 +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>