util/ Properties.jsCopyright2006 Rob Rohan (robrohan@gmail.com) All rights reserved Relatedutil/Collections.js Summary
PropertiesSummary
Properties. getPropertyGets the value from the properites by key. If key is not found it will return what (if anything) is passed in defaultValue. If key is not found and no defaultvalue given, it’ll return null Parameters
Returnsthe property as a string, the default value, or null |