comparison Lib/IMPL/Web/View/TTControl.pm @ 346:f05634287ac7

working on the view concept
author cin
date Mon, 30 Sep 2013 01:37:50 +0400
parents 9bdccdf1f50b
children 675cd1829255
comparison
equal deleted inserted replaced
345:72799d1211c5 346:f05634287ac7
17 ], 17 ],
18 props => [ 18 props => [
19 id => PROP_RO, 19 id => PROP_RO,
20 attributes => PROP_RW, 20 attributes => PROP_RW,
21 context => PROP_RO, 21 context => PROP_RO,
22 template => PROP_RO 22 template => PROP_RO,
23 parents => PROP_RO
23 ] 24 ]
24 }; 25 };
25 26
26 27
27 { 28 {