0

How to construct a dotted zk tree?

asked 2015-08-04 11:21:37 +0800

Rao gravatar image Rao
3 2

updated 2015-08-04 13:07:20 +0800

How to use z-dottree style in zk tree? The style is not getting applied when it's put in zclass. Ex: zclass="z-dottree". Kindly help.

<tree id="tree" model="@bind(vm.tree)" >
        <treecols>
            <treecol label="" />
        </treecols>
        <template name="model">
            <treeitem>
                <treerow>
                    <treecell>                          
                         <label>${each.name}</label>
                    </treecell>
                </treerow>
            </treeitem>
        </template>
    </tree>

model is tied to the backend.

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-08-05 10:54:24 +0800

Darksu gravatar image Darksu
1991 1 4

Hello Rao,

At the following url it states that since ZK 7.0.0, the dottree, filetree and vfiletree styles are deprecated because designs are changed.

http://books.zkoss.org/wiki/ZKComponentReference/Data/Tree

It still can be used with zk 6.

Best Regards,

Darksu

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-08-04 11:21:37 +0800

Seen: 20 times

Last updated: Aug 05 '15

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