I want to present this document as a div; that is, make the MS HTML
sort of a partial.
Is there a RoR facility to do so?
--
Posted via http://www.ruby-forum.com/.
I would say your best bet is to simply generate a partial that holds
an iframe, targeted to the MSWord "html" file. That will at least
sandbox that code and keep it from wreaking havoc with your layout.
Walter
> --
> You received this message because you are subscribed to the Google
> Groups "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-
> ta...@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
> .
>
Thank you, Walter. Until you mentioned it, I didn't even know that
iFrames existed.
Using an iFrame was relatively easy.
Thank you!
Ralph