diff Lib/IMPL/Web/TT/Form.pm @ 122:a7efb3117295

Fixed bug in IMPL::DOM::Navigator::selectNodes Fixed bug in IMPL::DOM::Node::selectNodes renamed operator 'type' to 'typeof' in IMPL::Object::Abstract A proper implementation of the IMPL::DOM::Node::nodeProperty and a related changes in the IMPL::DOM::Property module, now the last is very simple.
author wizard
date Tue, 08 Jun 2010 20:12:45 +0400
parents
children e30bdd040fe3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Lib/IMPL/Web/TT/Form.pm	Tue Jun 08 20:12:45 2010 +0400
@@ -0,0 +1,22 @@
+use strict;
+package IMPL::Web::TT::Form;
+
+use base qw(IMPL::Web::TT::Control);
+
+
+1;
+
+__END__
+
+=pod
+
+=head1 NAME
+
+C<IMPL::Web::TT::Form> - Форма с элементами
+
+=head1 DESCRIPTION
+
+Является элементом управления, тоесть для своего преобразования ипользует
+шаблон 
+
+=cut
\ No newline at end of file