ZK JSP Tags 1.3.0 Release Note

Released on Nov 27, 2008.

Download Now

New Feature Highlight

New Features:

  • 2027663: JSP: A way to generate JS and CSS inside <HEAD>
  • 2173627: A way to specify where to gen ZK tags in JSP (incl zul)
  • 2369011: Support ZK 3.5 layout and components.
  • 2369017: Timeline and timeplot component.
  • 2369029: ZKMax Component.

Feature Updates

  • zkhead tag
    • Usage :

      <zkhead />

    • Purpose :

      Generate zk's <link> in specific place.

    • Detail :

      In some cases, developers include two or more ZK page, then each page will have its own <link>(contain JavaScript and Style Sheet).

      That makes customization a hard work. Besides, if place <page> into the BODY of JSP page, zk will generate <link> into the BODY, this would diminish page performance.

      So the best solution is adding <zkhead /> into the HEAD tags ,then zk will generate the JS and CSS there only.

  • Support ZK 3.5 layout and components. (Demo)
    • zul
      • Detail
      • Fckeditor
      • Listgroupfoot
      • Listgroup
      • Groupfoot
      • Group
      • Longbox
      • Panelchildren
      • Panel
      • Span
      • Spinner
    • zkex
      • Columnlayout
      • Columnchildren
      • FisheyeBar
      • Fisheye
    • zkmax
  • Support ZK Forge - Gmaps
    • Gscreen
  • Support ZK Forge - Timeline1
  • Support ZK Forge - Timeplot

Upgrade Notes

  • Make sure the jar files of ZK is 3.5 or later. Otherwise, some components would be not found.