Here's an example of some uses: $formatter.formatShortDate($object.Date) $formatter.formatLongDate($db.getRecord(232).getDate()) $formatter.formatArray($array) $formatter.limitLen(30, $object.Description) @author Sean Legassick @version $Id$
$formatter.formatShortDate($object.Date) $formatter.formatLongDate($db.getRecord(232).getDate()) $formatter.formatArray($array) $formatter.limitLen(30, $object.Description)
210211212213214215216217218
WebContext newWC = wcPrototype.newInstance(data.getRequest(), data.getResponse()); newWC.put( "data", data ); newWC.put( "link", new TemplateLink(data) ); newWC.put( "page", new TemplatePageAttributes(data) ); newWC.put( "formatter", new WebMacroFormatter(newWC) ); newWC.put( "content", new ContentURI(data) ); return newWC; }
216217218219220221222223224
217218219220221222223224225
229230231232233234235236237