Page 1 of 1

Display Fancybox/slimbox inline

PostPosted: 01 Oct 2014 17:53
by esthermann
I am using the fancybox with iframes to display files that the user has linked to their account. Is there any way to make the fancybox display inline instead of as a popup? Or alternately, can I use the Carousel to display file types other than images? What I am trying to accomplish is shown in the following attachment except where the picture is showing I'd like that to be whatever kind of file attachment they have i.e.: pdf, docx, xlsx, ect. How can I accomplish this?

10-1-2014 9-47-31 AM.png
,


Thanks.
Esther

Re: Display Fancybox/slimbox inline

PostPosted: 01 Oct 2014 18:30
by Jorge Sousa
Hi Esther

For displaying inline you can use TIWURLWindow, that constructs an iframe html element, should work pretty fine

Re: Display Fancybox/slimbox inline

PostPosted: 01 Oct 2014 18:31
by Alexander Bulei
Hi esthermann,

Is there any way to make the fancybox display inline instead of as a popup?


There is no way to display fancybox inline.

Or alternately, can I use the Carousel to display file types other than images? What I am trying to accomplish is shown in the following attachment except where the picture is showing I'd like that to be whatever kind of file attachment they have i.e.: pdf, docx, xlsx, ect. How can I accomplish this?


Yes, you can use the Carousel, but you need TIWURLWindow component inside each panel.
In alternative, I suggest you to use the single TIWURLWindow, and re-render the component when you need/change the content.

Best Regards.

Re: Display Fancybox/slimbox inline

PostPosted: 01 Oct 2014 18:41
by esthermann
Awesome! Thanks for the info.

Esther