3.2.0

Is it possible to insert images into headers?

I'd like to have a few of my header columns be images rather than text, while otherwise acting as they normally would--is that possible?

Thanks
Sebastian
March 25,
Never mind, it was as easy as specifying an "<img src>" tag.
March 25,
There is actually another more complicated method :-)

obj.setColumnImage(function(i){return "doc"});

You need to declare your images in CSS like this:

.active-image-doc {background: url(myImage.png)}

(see /source/styles/classic/images.css)
Alex (ActiveWidgets)
March 28,

This topic is archived.

See also:


Back to support forum