[INFO] {"font":{"fontFamily":"AmericanTypewriter","fontSize":50},"duration":1000,"classes":["family","size"]}
[INFO] {"type":1,"minDate":{},"maxDate":{},"value":{},"classes":["test","pickerClass"]}
[INFO] {"type":1,"id":"pickerTest","value":"2014-04-15T16:00:00.000Z","horizontalWrap":true,"minDate":"2012-01-01T00:00:00.000Z","columns":[],"maxDate":"2014-05-01T16:00:00.000Z"}
[INFO] {"backgroundColor":"blue","width":"90%","height":50,"bottom":0,"pippo":"tanto pippo test, 22343","classes":["test2","viewClass"]}
With RC3, the alert/info statements show:
* incompletely merged properties for the dynamic style based on the family & size classes
* the properly merged properties for the dynamic style based on the test & pickerClass classes
* the properly merged properties for the dynamic style based on the test2 & viewClass classes
[INFO] {"font":{"fontSize":50},"duration":1000,"classes":["family","size"]}
[INFO] {"type":1,"minDate":"2012-01-01T00:00:00.000Z","maxDate":"2014-05-01T16:00:00.000Z","value":"2014-04-15T16:00:00.000Z","classes":["test","pickerClass"]}
[INFO] {"type":1,"id":"pickerTest","value":"2014-04-15T16:00:00.000Z","horizontalWrap":true,"minDate":"2012-01-01T00:00:00.000Z","columns":[],"maxDate":"2014-05-01T16:00:00.000Z"}
[INFO] {"backgroundColor":"blue","width":"90%","height":50,"bottom":0,"pippo":"tanto pippo test, 22343","classes":["test2","viewClass"]}
The pickerClass class would generate JavaScript Date objects, which would be evaluated when the info/alert methods are run. The