-
Hi Tom,
thanks for the answer. I think HTML is not enough. I need to have active elements in the header that can generate ZK events: textbox, buttons, the like. Our users like to type filtering text directly in the header of the column and see the table flash.
I am a fan of protecting users from themselves. Unless that gets in the way of real functionality. If a developer is stupid enough...
2007-11-15 15:40:41 UTC in ZK - Simply Ajax and Mobile
-
Hi,
this is reposted here as directed by Jumper.
It is very nice to have AuxHeader. However, it would be nicer if the auxheader could accept children. That way, it is free for the applications to attach column and column group specific action elements to a grid in a very natural way.
Cheers,
Lin.
2007-11-12 09:07:53 UTC in ZK - Simply Ajax and Mobile
-
Hi,
I might be wrong here. But the original idea of auxheader seemed to be more than just having spaned labels. It should also contain complex elements. In the released 3.0, this is not the case (HeaderElement.isChildable() is not overriden by Auxheader).
Cheers,
Lin.
2007-11-08 12:00:27 UTC in ZK - Simply Ajax and Mobile
-
Hi,
I might be wrong here. But the original idea of auxheader seemed to be more than just having spaned labels. It should also contain complex elements. In the released 3.0, this is not the case (HeaderElement.isChildable() is not overriden by Auxheader).
Cheers,
Lin.
2007-11-08 11:08:04 UTC in ZK - Simply Ajax and Mobile
-
Hi,
multiple disable-theme-uri elements in zk.xml are not properly read. While Configuration.java reserves a buffer for multiple entries, ConfigParser.java only looks at one of the elements. As result, only one theme URI can be disabled.
While porting a application, we need to disable all built-in themes to figure out what can be salvaged from the existing implementation.
Cheers,
Lin.
2007-11-07 17:40:40 UTC in ZK - Simply Ajax and Mobile
-
Hi,
the portlet implementation for ZK DHtmlLayoutPortlet throws exception when I try to use it in Pluto 1.1.4. The stacktrace is attached at the end of this report.
This is the portlet definition:
ZK loader for ZUML pages
zkPortletLoader
ZK Portlet Loader
.
2007-09-19 15:42:13 UTC in ZK - Simply Ajax and Mobile
-
As directed by Tom. Following is the original discussion:
Performance measurement of ZK applications (New)
By: Lin Li (lin_li) - 2007-08-22 01:22
Recently, the company I am working for started thinking about an enterprise wide performance measurement infrastructure. It should be able to trace each user action as it traverses through the components (clients, WEB apps, EJBs, WSs, Databases)
2007-08-23 14:17:21 UTC in ZK - Simply Ajax and Mobile
-
Yet another fallback would be to offer the position of the footer right below the header as an option.
2007-07-18 09:22:47 UTC in ZK - Simply Ajax and Mobile
-
In some of our applications, we need to provide column specific user interaction points in lists or grids. The natural place to provide it is to have complex headings, either containing buttons/fields directly or clickable elements for popups. Either way, more than a label is required in the header. It would be nice to have appendChild() back in the headings.
If list and grid need to retain...
2007-07-17 12:02:21 UTC in ZK - Simply Ajax and Mobile
-
Hi Tom,
this bug is not a problem for us since we will not have an empty table in the popup. Actually it was not easy to reduce the code so much and still retain the bug.
Just wanted to say we are not dependent on a fix.
Cheers,
Lin.
2007-05-16 15:44:26 UTC in ZK - Simply Ajax and Mobile