| A property editor for strings that represent length measurements, as
defined by HTML 4.01. The value may be either a non-negative integer,
which represents an absolute length measured in pixels; or a percentage,
which represents a percentage of the available screen dimension. The
editor will also normalize the submitted string before it is set, e.g.
"000123 " will be submitted as "123 ", and
" 50 % " will be submitted as "50% ".
author: gjmurphy |