lib.haxe.org

hxScriptlet

JQuery Style Javascript Lib
Version
0.23
Owner
blackdog
License
BSD

History

  • 2007-09-27 19:04:41
    0.23
    - Two patches by Julien Lirochon to ESet.addClass and ESet.insertHtml
  • 2007-09-17 21:43:32
    0.22
    - Various small updates.
  • 2007-09-11 20:47:24
    0.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:22
    0.19
    - Added a Module, which is a rework of the unit idea, i.e. a visual self contained component.
  • 2007-08-28 19:21:22
    0.18
    - works in safari now.
  • 2007-08-25 18:15:43
    0.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:25
    0.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:09
    0.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:18
    0.14
    - Form now posts application/x-www-form-urlencoded.
  • 2007-08-15 21:53:19
    0.13
    - I'll haxelib test it next time :/
  • 2007-08-15 21:40:25
    0.12
    - Login unit was out of date.
  • 2007-08-15 21:03:31
    0.11
    -Explorer event support -Simple login plugin -Refactoring of Host class -Added 'submit' to form to fire submit event
  • 2007-07-14 04:11:13
    0.1
    first experimental release, uses portions of Ext Javascript libary for DOM querying.