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

excellent icon style font awesome in ZK

Hello Please help Is here between ZK users someone who used it? if yes please help... How to use awesome font in ZK components, for example, how to add this font icon to button and so on

View Article


Static resources in Component Jar

I have created a maven project of custom components, this jar is included as a dependancy in my ZK Web project. I am trying to include static CSS for the project (for components with no javascript) as...

View Article


Equivalence between JSF components and ZK Components

Hello. I need a list of the equivalence between JSF components and ZK components, for example (graphicImage in JSF is equivalent to image in ZK). Could anyone help me please?. Thanks and regards.

View Article

Pass information between zul (include) using Include.setDynamicProperty Problem

Hi guys, I am trying to pass information from one zul to another using Include.setDynamicProperty and ${requestScope.} but it nos working properly. I have being checking the forum but I did not find an...

View Article

How to Override Listbox Grouping CSS ?

Please Have a Look on the attached image![image description](/upfiles/1421581914474664.png) This is a listbox with grouping but you can check grouping background creating issue anyone tell me which CSS...

View Article


How to selected all text in textbox by click ?

Hi all, How to selected all text in textbox by click ? Dont wanna double click to select it. Thanx.

View Article

After sorting horizontal scroll go back to the left

Hi guys, I have a grid with horizontal scroll like this: LanguageContributorCharsetComment And after sorting columns horizontal scroll go back to the left. I need to use the scroll of the framework,...

View Article

MOUSE_MOVE event

Hi All, is that possible to implement MOUSE_MOVE event in zkoss, for changing the elemnts' size dynamically. For exmaple if I have a circle and want to change its size, to make it bigger just using my...

View Article


How Visible attributes worksin ZK?

I am getting some issue i have used visible attribute in my zul page and when `visible=false` then the below DIV is not loading but even in that case it is taking space acquire by this DIV. Is this...

View Article


[Closed]Calendar error message: Only allowed to move within fitted timeslot

Hi, I have a error message: "Only allowed to move within fitted timeslot" when i try move event to another date/hour in Calendar component. thanks

View Article

Treeitem.setOpen/isOpen vs. Treemodel.addOpenPath(int[])

Hi, we have very large trees (about 100k nodes / paths) with multiple columns (up to ~20 or more). In these trees we get into serious performance troubles when using the "naive" tree model. We...

View Article

Java script on texbox zk

I am new to Zul framework and can you some help to write/execute the javascript to do validation. My code is there : In .zul file Alert is working. but none of the other alert working. I need to read...

View Article

Zk include jsp but missing script of jsp

I using inclue to add a jsp in my page. public void showDetailJSP(Tabpanel comp) { Annotation ann = comp.getAnnotation("detailUrl"); Include include = new Include(); include.setParent(comp); //...

View Article


search in grid

Hello All, Any suggestion would be great. My environment: MySQL, Eclipse, Tomcat. Data from MySQL table are displayed in Grid component. The challenge now is to implement search functionality - ideally...

View Article

Why is @Init not evaluated in parent classes?

Hi everybody, I've got an abstract class where all my VMs inherit from. I could have an @Init annotated method in the abstract class, but ZK won't evaluate it. So I have to have this init method in...

View Article


how to get id?

can somebody help me??please code: for (Iterator id = data.iterator(); id.hasNext();) { PlatfonGaji rowObj = (PlatfonGaji) id.next(); System.out.println("nik karyawan1=" + rowObj.getNik_karyawan());...

View Article

Not unique in ID space [Page cGGM_]: scanStringTooltip

Hi, in my app i have menuitems and the main window where content is displayed after choosing from menu items. When i click on the menuitem once evering goes well but when i choose the same menu item...

View Article


Include html page error when updating ZK version

Hi, I updated my ZK to ZK7.0.5. But I'm getting an exception when trying to run my application. The thing is that I'm creating a component in java Component father =...

View Article

Dynamic label creation

I require to create group of labels dynamically based on database column count. if 10 columns are there then 10 labels should create with that column name. Like radiogroup does zul have 'label group'....

View Article

Window open event

Hi, I have a problem with the events being sent when a window is opened. I mean I need to perform certain server-side specific code once one window is opened and all its components are drawn/rendered...

View Article
Browsing all 9640 articles
Browse latest View live