Questions tagged [zul]

ZK User Interface Markup Language (ZUML). The UI declaration language for ZK framework.

is the XML based UI declaration language for ZK framework. Also known as ZK User Interface Markup Language (ZUML).

is an open-source Ajax framework for modern Java web applications. uses two ways to compose UI: XML-based approach and pure-Java approach.

relates to the XML based approach. Each XML element instructs ZK Loader to create a component. Each XML attribute describes what value to be assigned to the created component. Each XML processing instruction describes how to process the whole page, such as the page title.

139 questions
1
vote
1 answer

ZK datebox with java.time

Hey i have datebox from zkoss and i want to use it with java 8 localdate and localdatetime. I tried to extend datebox in my datebox class but i cant get it to work, do you have anyone some experience or something? I searched everywhere but i didnt…
1
vote
2 answers

How to select all child nodes on selection of parent in a dynamic tree in zk?

I am currently using a dynamic tree in zk. The code is the following :
1
vote
1 answer

How to open a default directory on a upload button in zul(ZK)?

I am currently using the following tag in ZK(.zul) file. < button id="uploadButton" upload="true" focus="true" onUpload="@command('uploadFile')"/ > Whenever this button is clicked, the upload window that opens must show the same path…
1
vote
1 answer

Using properties file for specifying the location of a file within a zul file

I have a zul file running on a localserver (localhost:8080) that uses a JavaScript file stored in a separate local server (localhost:3000):