ok, we have in mind a very specific way how we would like to build
websites (using some framework).
here´s the description:
http://www.vonautomatisch.at/framework/dkit/description.php?id=1
basically, we´d like to split a site into boxes (div-structures) and
elements (content). then, we´d like the administrator (or editor) of a
site to recombine the whole thing.
hope anyone can help.
patrick
Am 02.12.2005 um 15:19 schrieb Paul Vudmaska:
> In response to :
>>> From: patrick k
<patrick-KzucmO8QuWNZ0wkgCNX5VF6hYfS7NtTn@public.gmane.org>
>>> Subject: Re: [Rails] templates and partials
>
>>> maybe i need components.
> Maybe :P
>
> If you want you''re view to tell your controller somthing -
you''ll have
> to render the view first then click on something rendered that goes
> and gets your interview. Something like, in your view.
>
> <div id=''update''></div>
> <%=link_to_remote ''Get Interview'',
> :url => {:controller => :interview, :action => :get ,
> :id => SOME_ID_I_PASSED_INTO_THE_VIEW_FROM_THE_CONTROLLER},
> :update => ''update''%>
>
> Maybe then you can tell the controller from the view?
>
> If not I''d propose you send along a concrete example of what you
are
> trying to accomplish.
> _______________________________________________
> Rails mailing list
> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>