Sha256: 56f8f820a9f870bc3c8b54d5663a94afa85eb8fd7f304c02e3947fdb1dbc7e6a
Contents?: true
Size: 632 Bytes
Versions: 7
Compression:
Stored size: 632 Bytes
Contents
/* Riassence Framework * Copyright 2010 Riassence Inc. * http://riassence.com/ * * You should have received a copy of the GNU General Public License along * with this software package. If not, contact licensing@riassence.com */ /*** = Description ** Define default HView setting here. Will be used, when no or invalid constructor ** options are supplied. ***/ HViewDefaults = HClass.extend({ /** The default label. A label is the "visual value" of a component that * operates on a "hidden" value. **/ label: "", /** The default initial visibility of the component. **/ visible: true });
Version data entries
7 entries across 7 versions & 1 rubygems