Hi

I started with Radiant a few days ago and want to use Ajax in the
fronted.

I would like to do it as radius tag so that I can use functionality in
layouts and snippets. Everywhere I searched for possible solution I got
following article: http://www.ruby-forum.com/topic/111927#new


So I tried following:

The Tag module:

module CustomerReferencesTags
  include Radiant::Taggable

  tag 'customerReferences:index' do |tag|
    link_to_remote 'A', :url =>{ :action => 'ajaxtest' }
  end
end

The result of this try was "undefined method "link_to_remote' for #".

Does somebody know the current way to do it in Radiant or knows a good
turtorial?

Thx a lot for help.

Pascal
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to