I've been doing this via a plugin, as follows:

class Behavior::Base
   define_tags do
     tag "slicktabs" do |tag|
       slicktab = SlickTabs.new(tag)
       slicktab.output
     end
     ...other tags...
   end
end

class SlickTabs
   ...
end


So essentially, Behavior::Base is available whether there's a behavior assigned or not?  Or am I misunderstanding?
_______________________________________________
Radiant mailing list
Radiant@lists.radiantcms.org
http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to