3.2.0

Single piece of text in footer

Is it possible to have one string span across the footer columns? For example, my client would like to display a string in the footer saying

"Total tasks: 20"

If this is not possible, could anyone suggest a method of displaying such a string.

Thanks in advance
Helen Williamson
January 17,
In your html somewhere
<span id='lCount'></span>

<script>
//tied to an event /button etc
document.getElementById('lCount').innerHTML = "Number of items " + obj.functionto getwhateveryouwant();
</script>
sl
January 17,
There is a thread that discusses this very thing:

http://www.activewidgets.com/javascript.forum.8857.12/complex-layout-colspan-rowsapn.html
Jim Hunter
January 17,

This topic is archived.

See also:


Back to support forum