-
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
-
Thanks Tom. Moved to http://sourceforge.net/tracker/index.php?func=detail&aid=1780301&group_id=152762&atid=785194.
2007-08-23 14:46:57 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
-
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) and measure the time spent at these places.
There are many nice tools and possibilities once a request arrives at a server, any server. It is a...
2007-08-22 08:22:26 UTC in ZK - Simply Ajax and Mobile
-
Hi,
the headers of grids (columns) can only have a label and no children. Because we need to offer column specific controls to the user, we tried to work around the limitations of the columns by placing the footer below the header and above the rows. Here is what we did:
copy grid-pg.dsp into application
change positions of foot in the dsp
add a component definition in...
2007-07-19 07:47:41 UTC in ZK - Simply Ajax and Mobile