Mercurial > pub > Impl
comparison Lib/IMPL/Web/View/TTFactory.pm @ 280:c6d0f889ef87
+IMPL::declare now supports meta attributes
*bugfixes related to the typeof() operator
author | cin |
---|---|
date | Wed, 06 Feb 2013 02:15:48 +0400 |
parents | bbc0da7ef90e |
children | 2d253e6e4a88 |
comparison
equal
deleted
inserted
replaced
279:af8af4b8337e | 280:c6d0f889ef87 |
---|---|
111 =head1 SYNOPSIS | 111 =head1 SYNOPSIS |
112 | 112 |
113 =begin code | 113 =begin code |
114 | 114 |
115 my $factory = new IMPL::Web::View::TTFactory( | 115 my $factory = new IMPL::Web::View::TTFactory( |
116 typeof IMPL::Web::View::TTControl, | 116 'IMPL::Web::View::TTControl', |
117 $doc, | 117 $doc, |
118 $context, | 118 $context, |
119 { | 119 { |
120 TRIM => 1 | 120 TRIM => 1 |
121 }, | 121 }, |