Talk:ZK/How-Tos/HowToSetupEclipseWtpForZK

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

[edit] Original Text

thats it... please adapt and extend this description, since i'm not very experienced with ZK until now... --Oberinspector 16:55, 16 March 2006 (UTC)


The easiest way to get code completion for me was just to copy this fragment into a new zul-file:

  <?xml version="1.0" encoding="UTF-8"?>
  <zk xmlns="http://www.zkoss.org/2005/zul"   
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://www.zkoss.org/2005/zul zul.xsd ">
  </zk>

Thats enough for me and eclipse, Tom.

[edit] Content

It can be expected that the ZK tutorial is followed. So, the code completion fragment is redundant.

What remains to be done? MrQuincle 10:53, 8 November 2006 (UTC)