Quantcast
Channel: ZK Forum - Individual question feed
Browsing all 9640 articles
Browse latest View live

how to make excel project in netbeans?

how to make excel project in netbeans? I want to upload file .xls, read and save data into database, how i can start? i try make form to upload file, with this code, but i have no idea to continue read...

View Article


org.zkoss.zk.ui.UiException: java.lang.ClassNotFoundException:

Hi... I am starting to learn ZK and tried to implement a sample application from net... But when i ran in apache tomcat6 server i get the following error.. **org.zkoss.zk.ui.UiException:...

View Article


ZK community IRC

I create a channel using "zkoss" welcome everyone ! Channel: #zk Server: irc.freenode.net

View Article

How do I use css classes for a behaviour like the list_group example

Hi there! I'am fairly new to web developement and I'am struggeling with a project of mine that works exactly like the example: zkdemo/listbox/list_group which i can't post as a link cause I'dont have...

View Article

how to open the dialog?

i found error: method showopendialog in class javax.swing.jfilechooser cannot applied to given types; required: java.awt.component how to get showopendialog in zkoss??? private void openFile() { final...

View Article


RealTime Admin Dashboard (draft)

Hi all, i will show a small video capture from our first draft of a realtime admin dashboard as ZKBoost module. [screencast](http://www.screencast.com/t/TBt1d4p8WUd0) best Stephan

View Article

[Solved]How to get event ?

Hi all, How do I to get event in view model to stop propagation ? like below code. @Command @NotifyChange("model") public void delete(Event event) { event.stopPropagation(); Messagebox.show("Delete it...

View Article

Setting up ZK with shared (linked) jar files

In our development environment all JAR files (WEB-INF/lib) are linked resources. The setup reduces the time that he takes to synchronize work between developers running on few common projects. My...

View Article


How do I run command in view end ?

Hi all, How do I run command in view end ? in view end,part below, void delete() { Messagebox.show("Delete it ?", "confirm", Messagebox.NO|Messagebox.YES, Messagebox.QUESTION, new...

View Article


activating atlantic theme removes icons

If I run the following code snippet on zk 7.0.2 without atlantic theme the icons are shown. If I activate the atlantic theme the icons disappear. I would like to use the icons also with atlantic theme....

View Article

Disable listbox check/uncheck all checkbox

Is it possible to remove or disable the upper checkmark that checks/unchecks all items that appears in a listbox with checkmark=true and multiple=true? I need it because I want to limit the maximum...

View Article

Sticky Header that remains on top of the page when scroll past it

Hi there, Here's a question for javascript experts ;). Actually, I wanna have a sticky header that remains on top of the window when I scroll past it. I've found many exemples online about it but so...

View Article

Window frame icons for theming

Can anyone please tell me where the window frame icons get set (eg the "cross" for a closable window) in version 7.x? There is an image zul/img/wnd/wnd-icon.png which looks like it contains them all...

View Article


How to remove selectAll on listbox

Hi everyone, I've got a Listbox on which I can check some lines. The listheader allows me to select all of the lines at once. Well, I'd like to remove this option. Therefore, I want to get users to...

View Article

How to set Children's through div and a tag.

Hai, This is My Zul file I need to set children's by using @wire Div and A tag, Please help me i am new at Zk. I am trying this way,it's not working please help me : @Wire A showsImages; @Wire Div...

View Article


Build ZK Spreadsheet OSE from source

How to build ZK Spreadsheet OSE edition from source? Which build task to run, are there any instructions?

View Article

How to repeat html components in zul

is there a way i can iterate a list for html li inside a single ul like this... -------iterator closed------------------ please provide me some hint. please here is my code of zul. ----here i need the...

View Article


String List with combobox zk framework

I have a String List for filling combobox in zk framework.But on zul page combobox is not filling.Here is the codes. public class RegisterControl extends SelectorComposer { private static final long...

View Article

Inline Macro: pass parameter with ViewModel annotation (@load(x))

I try to pass a binding annotation as a parameter to a macro: where macro.zul: But I always get an **empty result** for the macro, while the label properly renders *"Test"* as initial value for...

View Article

show and hide image

Hello Is there a way to have a checkbox and an image. Whenever user tick a checkbox image will be visible, otherwise it will disappear? I would like to do it only in zul - if possible?

View Article
Browsing all 9640 articles
Browse latest View live


Latest Images