0

有办法去改这 progress bar吗?

asked 2007-06-06 22:44:16 +0800

farmer gravatar image farmer
3 2
像ZK用的那个loading的图可能去改变吗?
delete flag offensive retag edit

2 Replies

Sort by » oldest newest

answered 2007-06-07 05:10:38 +0800

robbiecheng gravatar image robbiecheng
1144 2
http://robbiecheng.sys-co...
请在你的zul檔覆盖这个javacript function
Boot_progressbox

范例如下
<script type="text/javascript">
function Boot_progressbox(id, msg, x, y) {
var html = "..."; //construct a progress box
document.body.insertAdjacentHTML("afterbegin", html);
return $e(id);
}
</script>
link publish delete flag offensive edit

answered 2007-06-07 05:23:22 +0800

farmer gravatar image farmer
3 2
感谢楼上的回答
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: 2007-06-06 22:44:16 +0800

Seen: 1,009 times

Last updated: Jun 07 '07

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