-
Bug
-
Resolution: Fixed
-
Normal
-
5.0.8
-
None
Try the code below in zksandbox, set the image of caption will effect the image of toolbarbutton
<zk> <window id="testWindow" title="Testing" border="normal"> <caption id="focusCaption" image=""> <toolbarbutton image="img/battery.gif" /> </caption> <button id="showYellowSmiley" label="Show image" onClick='focusCaption.setImage("img/defender.gif");' /> </window> </zk>