0

ZK Icon Image issue while loading the application

asked 2013-08-05 15:44:35 +0800

PankajShrivastava gravatar image PankajShrivastava
3

Hi,

Currently we are facing issue with ZK Icon while it is loading.

We are using ZK framework for our application and while loading the application we see there is an default ZK icon which also gets loaded automatically. This load is happening through http cal and we have a secure page, so while loading ZK Icon there are some issues happening like 1. Causing some issue with external javascript. 2. Getting security popup which asks if we are sure to enter secure site and so on

Is there some way so that we can remove that image or how can we stop that image from loading

delete flag offensive retag edit

3 Answers

Sort by ยป oldest newest most voted
1

answered 2013-08-05 19:31:32 +0800

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

See how-to-aviod-to-load-zk-powered-log will help you

link publish delete flag offensive edit
1

answered 2013-09-11 14:55:27 +0800

andij62 gravatar image andij62
315 1 7

This works for me:

.z-initing { width: 0px !important; height: 0px !important; background-image: none !important; }

link publish delete flag offensive edit
0

answered 2013-09-10 19:29:58 +0800

PankajShrivastava gravatar image PankajShrivastava
3

I tried using the above link and overriden the property in my css file, but this is not working. Below is the line which I did in style.css file .z-initing { width: 50px !important; height: 72px !important; background-image: none; }

Is there any other way, thanks in advance for the help

link publish delete flag offensive edit

Comments

Can you post some sample code where it is not working?

sjoshi ( 2013-09-12 07:33:41 +0800 )edit

Hey our first page which is getting uploaded is say for example is XXX.zul. In this we have zk tag and I am onerriding this in inside zk tag. For example :

PankajShrivastava ( 2013-09-12 18:26:06 +0800 )edit

<zk xmlns:n="native" xmlns:c="client" xmlns:d="http://www.zkoss.org/2005/zk/client/attribute"> <style>.z-initing { width: 50px !important; height: 72px !important; background-image: none !important; },.z-window-embedded,.z-window-embedded-cnt-noborder {overflow:visible;}</style>

PankajShrivastava ( 2013-09-12 18:27:14 +0800 )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: 2013-08-05 15:44:35 +0800

Seen: 55 times

Last updated: Sep 11 '13

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