2010/06/09

Version 1.6.0 release

Here are the changes:

  • [Requirement] Remove XSLT handler. Add tag lib handler: run custom java script for output DOM objects.
  • [Requirement] Add new type "attribToElementText" to Primitive tag lib handler, it could output attribute value to a text node
  • [Requirement] Add new API: getChildElements() in java script object XMLNode.
  • [Requirement] Add global API log() in DOM find/replace dialog.
  • [Bug] Tablib config does not reload in some case
  • [Bug] Dialog is not open when click edit Tag lib config
  • [Bug] Use file attribute if url attribute is not specified
The new tag handler can used to simulate any HTML based tag library. I also implement several java scripts to support JSF dataTable and other tags. Welcome to share your implement here!

2010/05/30

Javascript taglib handler

The core implementation is done. I also write several scripts to render the JSF tag: dataTable, GridPanel...
The detail APIs can be found in this page.

I also remove the taglib handler "XSLT Template", since it consume more resource and difficult to simulate the real output.
Next version will release after all testing complete.


2010/05/18

Version 1.5.1 release


  • [Requirement] Add support for selecting from end of node
  • [Requirement] Allow add/edit tag lib config for free edition
  • [Requirement] Add config: Spring html form tag lib
  • [Bug] Cursor does not move for some case
  • [Bug] Cursor move to wrong position when enable "Open editor for imported page"
  • [Bug] Import page does not render in some case
The end of node detection still have some problem due to browser limitation.