Mercurial > pub > Impl
comparison Lib/IMPL/Web/TT/Control.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 | 0475eb382085 |
children | c8dfbbdd8005 |
comparison
equal
deleted
inserted
replaced
121:92c850d0bdb9 | 122:a7efb3117295 |
---|---|
1 package IMPL::Web::TT::Control; | 1 package IMPL::Web::TT::Control; |
2 | 2 |
3 use base qw(IMPL::Web::TT::Collection); | 3 use base qw(IMPL::Web::TT::Collection); |
4 | 4 |
5 use IMPL::Class::Property; | 5 use IMPL::Class::Property; |
6 use IMPL::DOM::Property qw(_dom); | |
6 | 7 |
7 __PACKAGE__->PassThroughArgs; | 8 __PACKAGE__->PassThroughArgs; |
8 | 9 |
9 BEGIN { | 10 BEGIN { |
10 public property controlClass => prop_all; | 11 public property controlClass => prop_all; |