[xwiki-users] Including a Google Map
Hi all, I need to include a Google Map in a page. In XWiki 1.0 syntax I add a iframe and that works fine (http://www.parisjug.org/xwiki/bin/view/Location/ISEP) but with XWiki 2.0 syntax I can't make it work ( http://www.parisjug.org/xwiki/bin/view/Location/CIUP). I've added {{html wiki="true"}} but it's the same problem. How do I add a iFrame in a XWiki 2.0 page ? Is there an easier way to add a Google Map (like a {{google map}} macro) ? Thanks, Antonio
Hi, Antonio Goncalves wrote:
Hi all,
I need to include a Google Map in a page. In XWiki 1.0 syntax I add a iframe and that works fine (http://www.parisjug.org/xwiki/bin/view/Location/ISEP) but with XWiki 2.0 syntax I can't make it work ( http://www.parisjug.org/xwiki/bin/view/Location/CIUP). I've added {{html wiki="true"}} but it's the same problem.
How do I add a iFrame in a XWiki 2.0 page ? Is there an easier way to add a Google Map (like a {{google map}} macro) ?
Thanks, Antonio
http://extensions.xwiki.org/xwiki/bin/view/Extension/Map+Macro HTH, -- Ricardo RodrÃguez CTO eBioTIC. Life Sciences, Data Modeling and Information Management Systems
Hi Antonio, On Dec 18, 2010, at 1:28 PM, Antonio Goncalves wrote:
Hi all,
I need to include a Google Map in a page. In XWiki 1.0 syntax I add a iframe and that works fine (http://www.parisjug.org/xwiki/bin/view/Location/ISEP) but with XWiki 2.0 syntax I can't make it work ( http://www.parisjug.org/xwiki/bin/view/Location/CIUP). I've added {{html wiki="true"}} but it's the same problem.
It should be {{html clean="false"}} instead since maybe it introduces non XHTML elements so we need to tell it not to clean the HTML to produce XHTML. Thanks -Vincent
How do I add a iFrame in a XWiki 2.0 page ? Is there an easier way to add a Google Map (like a {{google map}} macro) ?
Thanks, Antonio
Thanks, it was clean=false indeed Antonio 2010/12/18 Vincent Massol <[email protected]>
Hi Antonio,
On Dec 18, 2010, at 1:28 PM, Antonio Goncalves wrote:
Hi all,
I need to include a Google Map in a page. In XWiki 1.0 syntax I add a iframe and that works fine ( http://www.parisjug.org/xwiki/bin/view/Location/ISEP) but with XWiki 2.0 syntax I can't make it work ( http://www.parisjug.org/xwiki/bin/view/Location/CIUP). I've added {{html wiki="true"}} but it's the same problem.
It should be {{html clean="false"}} instead since maybe it introduces non XHTML elements so we need to tell it not to clean the HTML to produce XHTML.
Thanks -Vincent
How do I add a iFrame in a XWiki 2.0 page ? Is there an easier way to add
a
Google Map (like a {{google map}} macro) ?
Thanks, Antonio
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- -- Antonio Goncalves ([email protected]) Software architect Web site : www.antoniogoncalves.org Blog: agoncal.wordpress.com Feed: feeds2.feedburner.com/AntonioGoncalves Paris JUG leader : www.parisjug.org LinkedIn: www.linkedin.com/in/agoncal
participants (3)
-
Antonio Goncalves -
Ricardo Rodriguez [eBioTIC.] -
Vincent Massol