0

How could I change the style of listbox heade

asked 2006-09-16 15:53:27 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3916979

By: nobody

How could I change the style of listbox header?
I have tried the following code, but it doesn't work:
<listbox>
<listhead sclass="listheader">
<listheader label="a"/>
<listheader label="b"/>
</listhead>
</listbox>


delete flag offensive retag edit

5 Replies

Sort by ยป oldest newest

answered 2006-09-18 11:12:13 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3918658

By: vman974

plop,

In the file normie.css.dsp (in the zul.jar -->web.zul.css)you can find the right tag fo define your css.

once you find it, you just have to redefine it in your own css file with the same name.

I think it override the nomrie.css.dsp definition.

link publish delete flag offensive edit

answered 2006-09-20 07:51:17 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3923188

By: nobody

YEAH!THANKS!

link publish delete flag offensive edit

answered 2008-09-24 15:24:54 +0800

Emanuele gravatar image Emanuele
117 1

Why doesn't the following code work?

<listheader style="font-size:8pt">

Nothing changes with this style specified.

link publish delete flag offensive edit

answered 2008-09-24 16:40:42 +0800

Emanuele gravatar image Emanuele
117 1

I tried also this:

<style>
div.listbox-head th{font-size: large}
div.head-cell-inner{font-size: large}
</style>

following what the style guide says, but unfortunately it doesn't work again. Why?

Thank in advance for your reply.

link publish delete flag offensive edit

answered 2008-10-03 02:27:40 +0800

jumperchen gravatar image jumperchen
3909 2 8
http://jumperchen.blogspo... ZK Team

Hi,

In IE you must specify the dynamic property to be true.
For example,

<style dynamic="true">

Because IE can't change the Style Sheet dynamically, unless link it with an URL.

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: 2006-09-16 15:53:27 +0800

Seen: 349 times

Last updated: Oct 03 '08

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