Hi John, On 4 September 2013 01:00, John Stultz <john.stu...@linaro.org> wrote: > On 09/03/2013 02:29 PM, Fathi Boudra wrote: >> Hi Mike, >> >> On 4 September 2013 00:09, Mike Turquette <mturque...@linaro.org> wrote: >>> Hi all, >>> >>> I wanted to create a google doc spreadsheet for tracking some team >>> activity and then embed in iframe for that spreadsheet into the team >>> wiki page. >>> >>> I tried adding something like the following: >>> >>> === Project Status === >>> {{{#!html >>> <iframe width='500' height='300' frameborder='0' >>> src='https://docs.google.com/spreadsheet/pub?key=0Ajx9x7R7ZLSidGVWcVI5YzhWVER5ZDdVbENKcDh1RUE&output=html&widget=true'></iframe> >>> }}} >>> >>> Nothing shows up. I decided to try an easier test: >>> >>> === Project Status === >>> {{{#!html >>> <b>Hello, world!</b> >>> }}} >>> >>> I can see the "Hello, world!" string, but the bold tags were ignored. >>> >>> So is HTML embedding disabled in MoinMoin? Any idea on the best way to >>> proceed? >> <<IFrame(https://docs.google.com/spreadsheet/pub?key=0Ajx9x7R7ZLSidGVWcVI5YzhWVER5ZDdVbENKcDh1RUE&output=html&widget=true&width=800&height=600, >> 800, 600)>> > Oh wow! Very cool. I've been wanting to do just this and gave up > earlier. Any link to the documentation on what else you can pass to the > IFrame() function? (like disabling scrolling, etc) Googling around I > can't quite seem to find any details on that.
it's a custom macro written for our need. It's very basic: IFrame(url,width,height) we need to add the scrolling attribute to disable the scrolling. That's a ticket for ITS. I'll send a patch so they can deploy. > thanks > -john > > _______________________________________________ > linaro-dev mailing list > linaro-dev@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/linaro-dev _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev