Hi, is it possible to easily incorporate listview from wrtkit inside "hand-coded" div-element? The listview is otherwise handy but I really need more customability for other controls.
Hi, is it possible to easily incorporate listview from wrtkit inside "hand-coded" div-element? The listview is otherwise handy but I really need more customability for other controls.
Hi LyhjeHylje,
you probably can, but have to dig a bit into WRTKit JavaScript code internals. Every UI element has a 'rootElement' property, holding a reference to its root DOM element, that is probably a good starting point to start your merging task..
Hope it helps,
Pit