Sha256: 12192fd022a370603706afd9bee71c071ce864749f91d8659fcbe5ddfebdffbb
Contents?: true
Size: 640 Bytes
Versions: 9
Compression:
Stored size: 640 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. ***/ var//RSence.Foundation 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
9 entries across 9 versions & 1 rubygems