Steve Erickson wrote: > I just thought I would report back and say that this ended up working > great. If anybody else needs to do this here's the code I'm using > > tag "event:body" do |tag| > parser = Radius::Parser.new(tag.context, :tag_prefix => 'r') > parser.parse(tag.locals.event.body) > end > > Thanks aitor for your help.
You might also be able to use Page#render_snippet in a way that is similar to the snippet tag: http://dev.radiantcms.org/radiant/browser/trunk/radiant/app/models/standard_tags.rb#L389 -- John Long http://wiseheartdesign.com _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
