Mercurial > pub > Impl
view _test/Resources/view/packages/dojo/form/Form.tt @ 390:de1f875e8875
added reverse matching lookup to TypeKeyedCollection (find closest descendant)
author | cin |
---|---|
date | Wed, 12 Feb 2014 18:02:03 +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>