Go to most recent revision | Show changed files | Directory listing | RSS feed
Added generic geocoding feature
* http.js - setSuccessListener() returns instance - setRequestType() accepts encoding argument
* General - Moved css.js:jsx.dom.css.*className() to dom.js:jsx.dom.*className() (not CSS-specific) * dom.js - jsx.dom.removeClassName() returns a boolean success value - jsx.dom.*className() support classList property (DOM4)
* dom/widgets.js - jsx.dom.widgets.Widget; Added methods to retrieve and set target element properties - Added jsx.dom.widgets.Container.prototype.getText()
* dom/geolocation.js: Added feature wrapper and JSdoc
Renamed global.js to engine.js (2/2)
* dom.js - jsx.dom.create*FromObj(): Use jsx.dom.css.*styleProperty() - jsx.dom.loadScript(): Append to document.body by default, support framesets
jsx.dom.css.*styleProperty()
* dom/css.js: - Streamlined code to *one* jsx.dom.*css*.getComputedStyle() - jsx.dom.getStyleProperty() and jsx.dom.getStyleProperty(): + Prefer property collection over getPropertyValue()/setProperty() + Support camelCased and dash-property names + Map supported -prefix-properties automagically
* dom/css.js - Started module pattern - Fixed warnings - Fixed JSdoc
* lcars.js - Completed i18n support - Clean-up
* dom/geolocation.js - Added i18n support (setText()) - Use U+2009 THIN SPACE to separate number and length unit by default (configurable with setText())
* dom/widgets.js - Parent must be a jsx.dom.widgets.Container - New methods: + jsx.dom.widgets.Widget.prototype.setStyleProperty() + jsx.dom.widgets.Widget.prototype.resetStyleProperty() + jsx.dom.widgets.Widget.prototype.setStyle()
* dom/css.js: Added jsx.dom.css.resetStyleProperty()
* lcars.js: lcars.MultiDisplay.prototype.setAnalysis(): Removed inappropriate division slash replacement
* dom/geolocation.js: Fixed jsx.dom.geolocation.getAltAccuracyString()
* lcars.js: Moved Geolocation string computation to dom/geolocation.js
* lcars.js: Added widgets and support for Geolocation
* engine.js: (new jsx.engine.EngineInfo()).getFullName(): Fixed spacing
* engine.js: Provide more specific API
←Prev12Next→
Show All