Project Properties – for Different Type of Project

In the Project Explorer, Package Explorer, Navigator view of Eclipse, select Dynamic Web Project or Pure Java Project, right click and select Properties, according to the kind of project you selected, there will be different preference pages.

Dynamic Web Project configured with ZK Library:

ZK

This preference page list the version number, library location, and the included add-on library list of the currently used ZK package for this project.

The Refresh ZK Library button is used to refresh the above add-on library list in case of add-on library jar files in this project were out of sync.

Package Setting

This preference page is for user easily change the currently used ZK library of this project. To change the used ZK library of this project, select different ZK Package on ZK Package list and then click Apply.

For ce override project's existing resources When copying Data

This controls whether to copy and overwrite all ZK library files from ZK Packages installed in Eclipse which are listed in Global Preference to the project when you change the applied ZK Package option.

Visual Editor

This preference page configure the ZK library that used to generate preview result in Visual Editor

Startup Library

This option is to configure which ZK library that used to generate preview result in Visual Editor, select Use WEB-INF / lib to use the ZK library configured for this project; Select Use ZKs to use the ZK Packages installed in Eclipse which are listed in Global Preference.

This preference page list some option you can turn on/off to improve the performance of ZUL Editor.

Enable mark occurrence

Check this option will enable mark occurrence feature in ZUL Editor. Turn this off to get some performance boost.

Enable syntax check

Check this option will enable syntax check feature in ZUL Editor. Turn this off to get some performance boost.

Enable hyperlinking

Check this option will enable Hyperlinking Navigation feature in ZUL Editor. Turn this off can get some performance boost.

Dynamic Web Project without ZK Library:

It lacks the Package Setting preference page, to enable that page, you must install ZK Supports Facet in Project Facets page in this project's preference window, refer to section for detail.

Visual Editor

This preference page configure the ZK library that used to generate preview result in Visual Editor.

Startup Library

This option is to configure which ZK library that used to generate preview result in Visual Editor, select Use WEB-INF / lib to use the ZK library configured for this project; Select Use ZKs to use the ZK Packages installed in Eclipse which are listed in Global Preference.

ZUL Editor

This preference page list some option you can turn on/off to improve the performance of ZUL Editor.

Enable mark occurrence

Check this option will enable mark occurrence feature in ZUL Editor. Turn this off to get some performance boost.

Enable syntax check

Check this option will enable syntax check feature in ZUL Editor. Turn this off to get some performance boost.

Enable hyperlinking

Check this option will enable Hyperlinking Navigation feature in ZUL Editor. Turn this off can get some performance boost.

Pure Java project:

It lacks the Package Setting preference page, to enable that page, you have to use Dynamic Web Project instead of pure Java project.

Visual Editor

This preference page configure the ZK library that used to generate preview result in Visual Editor.

Startup Library

This option is to configure which ZK library that used to generate preview result in Visual Editor, because this is a pure Java Project, only the ZK Packages installed in Eclipse are applicable.

WEB Content

Configure which folder to be the WebContent folder for this project.

Tips: The WebContent folder is the folder which contains the file you need to deploy to server for this Web application.

ZUL Editor

This preference page list some option you can turn on/off to improve the performance of ZUL Editor.

Enable mark occurrence

Check this option will enable mark occurrence feature in ZUL Editor. Turn this off to get some performance boost.

Enable syntax check

Check this option will enable syntax check feature in ZUL Editor. Turn this off to get some performance boost.

Enable hyperlinking

Check this option will enable Hyperlinking Navigation feature in ZUL Editor. Turn this off can get some performance boost.