Skip to content
Advertisement

Tag: zk

ZK: Grid with first column frozen

I have a grid with 7 columns and some rows. Every column has a fixed width (300px), so there is an horizontal scroll. I need to lock first column so that this column is excluded from scroll. In other words, I would like to start scroll from second column. I know there is “frozen” functionality to do that but it

ZK How to render bread crumb without using shadow component

For the file browser that I’m trying to make I need a navigator with breadcrumb style. I found some example using <forEach> tag that isn’t included into the community edition. The Questions are: Is there a way to render a dynamic text/anchor (link) like bread crumb? Or is there a way to overwrite some <div id=”someContainer” /> so the div

How to clear ListBox? (ZK)

I have very simple question. I amazed, that couldn’t find answer. How can I make total clearing of ListBox (org.zkoss.zul.ListBox) in ZK Framework? Answer Code below clears the Listbox, but maybe causes problems, if a model is used : Code below clears the selection : Code below sets a new model, deletes the old one and all items. The Listbox

Advertisement