Sha256: 408f96bbb95d60e7a2b6a1143cf023a3e33440862426ac5bee2002b1efcb0482
Contents?: true
Size: 619 Bytes
Versions: 5
Compression:
Stored size: 619 Bytes
Contents
/* RSence * 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
5 entries across 5 versions & 1 rubygems