I'm a rails newb so excuse this if it seems silly to all the experienced
folks out there.

But in the example that you posted with the SamplePage class -- I am
assuming I would make my own class as a subclass of page and then follow the
instructions for loading it as an extension from the Radiant docs.

Then calling it in the theme with something like this:

<% form_remote_tag :url => { :action => :SamplePage, :id => form_button } do
%>
<%= submit_tag "Email Me" %>
<% end %>

But replacing the action with whatever Class I made, like FormDisplay let's
say.

And then change the appropriate Element.update calls to whatever RJS actions
I want to take on the element within the Body of the document, which would
be the HTML I have loaded into that page's body section through Radiant's
backend administration.

Am I close? :)

thanks!
Michael

On 5/11/07, Benjamin Curtis <[EMAIL PROTECTED]> wrote:
>
> Heh, I get to use this same example twice in 5 minutes. :)
>
> http://pastie.caboo.se/60860
>
> --
> Building an e-commerce site with Rails?
> http://agilewebdevelopment.com/rails-ecommerce
>
> Meet up at RailsConf:
> http://railsconf2007.conferencemeetup.com/
>
> On May 11, 2007, at 12:47 PM, DeconStudio wrote:
>
> > Hi All
> > First post to the list, I have a question about extensions and
> > adding RJS
> > features to a Radiant site.
> >
> > What I would like to be able to do is call an RJS action on a click of
> > certain buttons of a page, which would then log into a database
> > that the
> > action is clicked and use RJS to dynamically update the page to
> > replace the
> > div with the botton with a new piece of content, like a contact
> > form. I
> > would be using RJS to provide the nice ajax type effects for smoothly
> > updating the page and replacing certain parts with new elements.
> >
> > Is this something that would be done through extensions? Is it
> > possible to
> > use RJS with Radiant and add a little AJAX love to it?
> >
> > thanks!
> > Michael Andrew
> > SEOG.net
>
> _______________________________________________
> Radiant mailing list
> Post:   [email protected]
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
_______________________________________________
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