Mercurial > pub > Impl
comparison Lib/IMPL/Web/View/Metadata/FormMeta.pm @ 383:2f16f13b000c
DOM localization
author | cin |
---|---|
date | Thu, 23 Jan 2014 17:26:34 +0400 |
parents | d5c8b955bf8d |
children | 0d63f5273307 |
comparison
equal
deleted
inserted
replaced
382:99ac2e19c0cc | 383:2f16f13b000c |
---|---|
47 sub template { | 47 sub template { |
48 shift->GetSchemaProperty('template'); | 48 shift->GetSchemaProperty('template'); |
49 } | 49 } |
50 | 50 |
51 sub label { | 51 sub label { |
52 shift->GetSchemaProperty('display'); | 52 shift->GetSchemaProperty('label'); |
53 } | 53 } |
54 | 54 |
55 sub inputType { | 55 sub inputType { |
56 shift->GetSchemaProperty('inputType'); | 56 shift->GetSchemaProperty('inputType'); |
57 } | 57 } |