-
simon_massey committed revision 927 to the ZK Forge SVN repository, changing 1 files.
2009-07-22 11:48:08 UTC in ZK Forge
-
simon_massey committed revision 926 to the ZK Forge SVN repository, changing 2 files.
2009-07-22 11:28:34 UTC in ZK Forge
-
simon_massey committed revision 925 to the ZK Forge SVN repository, changing 5 files.
2009-07-22 09:49:41 UTC in ZK Forge
-
simon_massey committed revision 924 to the ZK Forge SVN repository, changing 3 files.
2009-07-19 05:03:16 UTC in ZK Forge
-
simon_massey committed revision 923 to the ZK Forge SVN repository, changing 4 files.
2009-07-19 05:01:15 UTC in ZK Forge
-
simon_massey committed revision 920 to the ZK Forge SVN repository, changing 10 files.
2009-06-19 08:24:50 UTC in ZK Forge
-
If you use doAfterCompose to add an onCreate event listener to a component it wont run. If you add an empty zscript onCreate to the component then the onCreate registered in the doAfterCompose will run. The attached demo project has two files addListenerTest1.zul and addListenerTest2.zul which use the same TestComposer which programmatically adds onCreate. On version has no zsript onCreate and...
2009-06-18 08:45:28 UTC in ZK - Simply Ajax and Mobile
-
simon_massey committed revision 919 to the ZK Forge SVN repository, changing 1 files.
2009-06-18 08:36:24 UTC in ZK Forge
-
simon_massey committed revision 918 to the ZK Forge SVN repository, changing 1 files.
2009-06-18 08:24:50 UTC in ZK Forge
-
The class org.zkoss.lang.reflect.Fields has a method
public static final Object get(Object bean, String nodeid)
throws NoSuchMethodException;
by way of checking out how to bind onto java.beans.BeanInfo enabled classes I came up this this simple implementation that uses java.beans.Introspector:
public static final Object get(Object bean, String nodeid)
throws NoSuchMethodException {.
2009-03-13 18:23:09 UTC in ZK - Simply Ajax and Mobile