Version 1.1 About
What's new?
This version of Glow adds some simple features that won't get anyone too excited, but should make it easier to build websites without being forced to include too many additional JS files.
Flash
Our new embed module allows you to detect and embed Flash movies quickly and simply. You can specify the major version number of the Flash plugin you require (e.g. "9"), or be more fine grained if you require (e.g. "9.0.12").
You can also specify error messages to use in case the user does not have the required version of Flash, or does not have it at all.
Forms
The new forms module let you add validation to forms by defining constraints and limits to the values that are permitted in your form fields, and to display error messages in cases where those values fall outside those limits. A simple event model is used to indicate when forms become invalid.
We have provided a default scheme for inserting validation error messages into the document, but it's up to you to style these messages in a fashion appropriate to your site. If our default scheme doesn't suit your reuirements, you can easily override it with your own, with full access to the same events and validation state information.
Changelog
1.1.1
- FIX: Some incorrect documentation
- FIX: glow.forms - Improved error handling
- FIX: glow.embed.Flash - Allow version detect for debug builds of Flash plugin
- FIX: glow.embed.Flash - Removed default background colour, will use movie's bg colour by default
1.1.0
- NEW: glow.embed module for embedding Flash elements into pages
- NEW: glow.forms module for validating form values
- NEW: Gzip version of glow is now available
- FIX: glow.widgets.Overlay not centered correctly in Opera 9.5
- FIX: NodeList.removeClass breaks when class name contains hyphens
- FIX: Infopanel causes scroll bars in IE7
- FIX: Glow widget classnames not backwardly compatible
- CHANGE: Rename effects.js to fx.js in all 1.x versions & gloader, avoids file caching bug in FireFox
- CHANGE: Added Safari 1.3 and Firefox 1.5 to level 2 supported browsers
- NEW: Documentation now shows static methods and properties