-
Maik,
You can work around it by:
Left
Right
The reason is that in ZK 5, the hbox and vbox component follow the XUL spec. which distribute extra space per the "pack" specification. For details, please see the JavaDoc and...
2010-01-04 07:44:36 UTC in ZK - Simply Ajax and Mobile
-
Would you tell us what browser and sample codes, thanks And what do you mean by "doesn't work"?
BTW, in hbox, align controls the vertical position(start==top, center==middle, end==bottom), or you mean pack?.
2010-01-01 01:18:31 UTC in ZK - Simply Ajax and Mobile
-
VariableResolver#resolveVariable(String name) pass only the variable name. It is good enough to resolve the "root" variable in EL, but then the evaluation of the non-root variable is done by the el parser without "resolver"'s participation. To make it more general, shall provide a new method say, resolveVariableX(ELContext ctx, Object base, Object property) and have the resolver participating in...
2009-12-29 05:28:33 UTC in ZK - Simply Ajax and Mobile
-
To use a macro component, now we have to specify in the zul page or define the macro component in lang-addon.xml. It will be convenient if developer can simply copy the macro zul file to a default or designated folder and the zul file is automatically registered as a macro component with the file name as the component tag name so developer can...
2009-12-24 07:10:07 UTC in ZK - Simply Ajax and Mobile
-
A Session scoped EventQueue might be useful in some sort of applications that need to open multiple browser windows in multiple screens.
2009-12-24 06:54:23 UTC in ZK - Simply Ajax and Mobile
-
If only Listbox, throw WrongValueException will NOT show the expected error box but an JavaScript alert window.
If add a textbox to be with Listbox, throw WrongValueException will show the expected error box.
Work around
---
Add an invisible textbox into the page, and it works OK.
Test case
-------
Test listbox + constraint:
2009-12-22 08:26:46 UTC in ZK - Simply Ajax and Mobile
-
ZK5 only. Test case
---
1. select Cool!
2. type abc into combobox
3. tab away
4. It complains "This field should not be empty ...."
.
2009-12-22 07:08:31 UTC in ZK - Simply Ajax and Mobile
-
henrichen committed revision 13292 to the ZK - Simply Ajax and Mobile SVN repository, changing 2 files.
2009-12-22 05:29:32 UTC in ZK - Simply Ajax and Mobile
-
henrichen committed revision 13291 to the ZK - Simply Ajax and Mobile SVN repository, changing 2 files.
2009-12-22 05:28:21 UTC in ZK - Simply Ajax and Mobile
-
henrichen committed revision 13286 to the ZK - Simply Ajax and Mobile SVN repository, changing 1 files.
2009-12-22 03:37:07 UTC in ZK - Simply Ajax and Mobile