0

Window frame icons for theming

asked 2015-01-26 14:13:22 +0800

roguetache gravatar image roguetache
0

Can anyone please tell me where the window frame icons get set (eg the "cross" for a closable window) in version 7.x?

There is an image zul/img/wnd/wnd-icon.png which looks like it contains them all but I have grepped through all the usual file types (*.java, *.js, *.css.dsp, *.less) to see where it might be set and drawn a blank.

Likewise looking at Window+subclasses java and javascript code I can see properties like "closable" but not where any icon gets set.

The atlantic theme appears to change this, but again I have not been able to figure out where. There is no obvious image in the atlantic jar package that is used.

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-01-28 16:59:03 +0800

Alecs gravatar image Alecs
103 5

after version 7 there is no png. With the introduction of fonticons, they use z-icon-times

below there is a sample from the page source of one of my zul

<div id="sT4Qn4-close" class="z-window-icon z-window-close">
    <i class="z-icon-times"></i>
</div>

check here for more information

link publish delete flag offensive edit
Your answer
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
1 follower

RSS

Stats

Asked: 2015-01-26 14:13:22 +0800

Seen: 13 times

Last updated: Jan 28 '15

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