3.2.0

imageText template error .refreshcontents is not a function

Alex,

In both IE and FireFox I'm getting an error in the imagetext.js module

Error: this.getContent("box/text").refreshContents is not a function
Source File: http://medoc/Lib/_AW/templates/imagetext.js
Line: 62

A problem in 2.5.1 (not in 2.0.2) for same code.

With imagetext cells in a grid.

Any help much appreciated.

Cheers

Charles.
Charles Dean
December 14,
This may happen if you replace box/text span with an empty string, so instead of

cellTemplate.setContent("box/text", "");

use

grid.setCellText("", columnIndex);
Alex (ActiveWidgets)
January 10,
Alex,

Worked like a charm. Sorry for blaming your code :)

Thanks

Charles.
Charles Dean
January 28,

This topic is archived.

See also:


Back to support forum