hxScriptlet
JQuery Style Javascript Lib
Website
http://blackdog-haxe.comVersion
0.23Owner
blackdogLicense
BSDHistory
-
2007-09-27 19:04:410.23- Two patches by Julien Lirochon to ESet.addClass and ESet.insertHtml
-
2007-09-17 21:43:320.22- Various small updates.
-
2007-09-11 20:47:240.20- Change to the module API. - Updated units.Tabs to use ESet and not Core class - Added a Ajax.proxyUrl global which if an Ajax method makes a call with http:// the proxyUrl a method on the server, is sent the actual url string.
-
2007-08-29 19:56:220.19- Added a Module, which is a rework of the unit idea, i.e. a visual self contained component.
-
2007-08-28 19:21:220.18- works in safari now.
-
2007-08-25 18:15:430.17- API CHANGE , Core -> ESet, I like "element set" much better than Core for a set of elements. - Removal of hxRegister script, now to notify Haxe that a page is loaded, call, e.g., parent.hxScriptlet.Host.registerPage("editor",document) , this example assumes you've loaded your haxe code in the parent. - hxBase.js includes Ext.js (stubbed out) DomHelper.js, DomQuery.js in a 14K yuicompressed file. - Moved Ajax stuff into hxScriptlet.Ajax.
-
2007-08-21 06:48:250.16- Allow the login unit not to have a logout phase, the user may want to deal with this a different way.
-
2007-08-18 00:16:090.15- Added text areas to Form.getFieldElements(), and Form.fields() - Added before submit option for a form that allows the fields to be manipulated before posting. - Added ability for frame pages to register variables with hxScriplet to avoid searching through various levels of the DOM looking for where a var occurs. Host.setVariable(), Host.getVariable().
-
2007-08-16 19:31:180.14- Form now posts application/x-www-form-urlencoded.
-
2007-08-15 21:53:190.13- I'll haxelib test it next time :/
-
2007-08-15 21:40:250.12- Login unit was out of date.
-
2007-08-15 21:03:310.11-Explorer event support -Simple login plugin -Refactoring of Host class -Added 'submit' to form to fire submit event
-
2007-07-14 04:11:130.1first experimental release, uses portions of Ext Javascript libary for DOM querying.