Embed URL enhancements: Difference between revisions

From genomewiki
Jump to navigationJump to search
(fixup absolute URL reference)
m (add category tag)
 
Line 11: Line 11:


[[:Image:EmbedURL php.txt| UCSC EmbedURL enhancements]]
[[:Image:EmbedURL php.txt| UCSC EmbedURL enhancements]]
[[Category:Wiki Administration]]

Latest revision as of 18:44, 20 January 2010

The EmbedURL extension was added to genomewiki as of May 2008. Several enhancements were made to the fundamental extension:

  • default size when width and height are not specified is {width=100%} and {height=500} (thank you Sheldon)
  • option added to allow scrolling specification as in IFRAME {scrolling=[no|yes|auto]}
  • option added to allow frameborder as in IFRAME {frameborder=1}
  • I tried to add marginheight and marginwidth but they do not seem to have any effect. I suspect the MediaWiki skin stylesheet is intefering.

Use the following link to fetch our source file:

UCSC EmbedURL enhancements