Atul Rai
2010-Sep-20 13:33 UTC
is pdf calling is possible in the frame in ruby on rails lik
is pdf calling is possible in the frame in ruby on rails like VB for the dataentry purpose. actually i m able to open a pdf in the browser but that is make the dataentry very complex to view the pdf and do the dataentry in the other window, so now i m thinking to do it in the same window like 80 % of the window can use the pdf image for view and rest 20 % have the data fields for the dataentry, can this thing is possible in the ruby on rails . pls revert me . Thanks in advance -- Posted via http://www.ruby-forum.com/. -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
radhames brito
2010-Sep-20 14:01 UTC
Re: is pdf calling is possible in the frame in ruby on rails lik
it has nothing to do with rails is a html thing and also not all browser open pdf in the window and it depends on user browser configuration. But if its for an intranet then you can do it easily. Iframes are not a RoR thing they are an html thing. -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Atul Rai
2010-Sep-20 14:10 UTC
Re: is pdf calling is possible in the frame in ruby on rails
means in short its not possible in the ror to make the dataentry module as m thinking. -- Posted via http://www.ruby-forum.com/. -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Marnen Laibow-Koser
2010-Sep-20 14:39 UTC
Re: is pdf calling is possible in the frame in ruby on rails lik
Atul Rai wrote:> is pdf calling is possible in the frame in ruby on rails like VB for the > dataentry purpose. > > actually i m able to open a pdf in the browser but that is make the > dataentry very complex to view the pdf and do the dataentry in the other > window, so now i m thinking to do it in the same window like 80 % of the > window can use the pdf image for view and rest 20 % have the data fields > for the dataentry, can this thing is possible in the ruby on rails .Sure. Rails doesn''t get in the way of structuring your HTML however you like.> > pls revert me .$ svn revert -R atul_rai $ ls atul_rai No files found.> Thanks in advanceBest, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/. -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Edmond Kachale
2010-Sep-20 14:54 UTC
Re: Re: is pdf calling is possible in the frame in ruby on rails lik
> Sure. Rails doesn''t get in the way of structuring your HTML however you > like. > > > > > pls revert me . > > $ svn revert -R atul_rai > > $ ls atul_rai > No files found. > > > Thanks in advance > > Ha! haa! This madness at it best command line :-): /kick Marnen Laibow-Koser Best,> -- > Marnen Laibow-Koser > http://www.marnen.org > marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org >-- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.