0

Operators @load and change title messagebox

asked 2012-12-26 06:58:10 +0800

longdv1208 gravatar image longdv1208
98 4

<listcell label="@load(each.usrLastname + each.usrFirstname)" />

i want change title messagebox

delete flag offensive retag edit

4 Replies

Sort by ยป oldest newest

answered 2012-12-26 08:37:59 +0800

sjoshi gravatar image sjoshi flag of India
3493 1 8
http://zkframeworkhint.bl...

Try this Method for above message....

Messagebox.show(message, title, buttons, icon)

And set the title as you want may be it will help you.

link publish delete flag offensive edit

answered 2012-12-27 01:47:30 +0800

longdv1208 gravatar image longdv1208
98 4

exception message. Auto show. not set title by code "Messagebox.show(message, title, buttons, icon)"

link publish delete flag offensive edit

answered 2012-12-27 04:48:12 +0800

sjoshi gravatar image sjoshi flag of India
3493 1 8
http://zkframeworkhint.bl...

hmm then some one else can help you i misunderstood your question

link publish delete flag offensive edit

answered 2012-12-27 18:14:15 +0800

twiegand gravatar image twiegand
1807 3

updated 2012-12-27 18:16:06 +0800

longdv1208,

If you want to change the title of the messagebox (circled in red above), then you have to set the application name.

You do that by adding the following to the zk.xml file found in your WEB-INF folder:

<preference>
	<name>org.zkoss.zk.ui.WebApp.name</name>
	<value>Your New Application Name</value>
</preference>

You might give that a try.

Regards,

Todd

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-12-26 06:58:10 +0800

Seen: 67 times

Last updated: Dec 27 '12

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