0

Groupbox and caption

asked 2012-03-25 12:30:31 +0800

andij62 gravatar image andij62
315 1 7

Hi all,

when i generate a groupbox with caption in zul, the Icon and the label are on the left side in caption.

	<groupbox mold="3d" open="false">
	<caption
		label="ABCDEFG"
		image="img/icon_check.png" />
	</groupbox>

but when i generate a groupbox with caption direct in java, then the Label is on the left side and the icon on the right side... Why?

	Groupbox group = new Groupbox();				
	Caption cap = new Caption("ABCDEFG");
	cap.setParent(group);
	Image img = new Image();
	img.setSrc("img/icon_check.png");
	img.setParent(cap);

	group.setMold("3d");
	group.setOpen(false);
	group.setParent(tpmeeting);

thx Andi

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2012-03-26 01:07:36 +0800

samchuang gravatar image samchuang
4084 4

hi

please post bug here

link publish delete flag offensive edit

answered 2012-03-26 10:11:39 +0800

andij62 gravatar image andij62
315 1 7

hi samchuang,

posted!

Andi

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2012-03-25 12:30:31 +0800

Seen: 114 times

Last updated: Mar 26 '12

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More