0

Grid clumns height

asked 2013-12-30 06:39:10 +0800

huangwei16800 gravatar image huangwei16800
0

How to custom modify Grid columns height in ZK 6.5.4

delete flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-12-31 04:42:53 +0800

neillee gravatar image neillee flag of Taiwan
1692 1 5
https://plus.google.com/u...

Please see the example below.

<zk>
    <style>
    .tallerColumn .z-column {
        height: 50px;
    }
    </style>

    <grid>
        <columns sclass="tallerColumn">
            <column>Column 1</column>
            <column>Column 2</column>
            <column>Column 3</column>   
        </columns>
        <rows>
            <row>
                <cell>1.1</cell>
                <cell>1.2</cell>
                <cell>1.3</cell>
            </row>
            <row>
                <cell>2.1</cell>
                <cell>2.2</cell>
                <cell>2.3</cell>
            </row>
        </rows>
    </grid>
</zk>
link publish delete flag offensive edit
0

answered 2014-01-02 02:41:10 +0800

huangwei16800 gravatar image huangwei16800
0

but can not make a short for header height

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: 2013-12-30 06:39:10 +0800

Seen: 7 times

Last updated: Jan 02 '14

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