Mercurial > hg > NetworkVis
diff d3s_examples/python-neo4jrestclient/static/platin/lib/slider/local/webfxapi.js @ 8:18ef6948d689
new d3s examples
author | Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 01 Oct 2015 17:17:27 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/d3s_examples/python-neo4jrestclient/static/platin/lib/slider/local/webfxapi.js Thu Oct 01 17:17:27 2015 +0200 @@ -0,0 +1,20 @@ +/* + * This script is used for WebFX Api pages + * + * It defines one funtion and includes helptip.js, helptip.css and webfxapi.css + */ + +document.write( "<script type='text/javascript' src='local/helptip.js'><\/script>" ); +document.write( "<link type='text/css' rel='stylesheet' href='local/helptip.css' />" ); +document.write( "<link type='text/css' rel='stylesheet' href='local/webfxapi.css' />" ); + +function toggleMethodArguments( e, a ) { + if ( a && a.nextSibling && + typeof a.nextSibling.innerHTML != "undefined" && + typeof showHelpTip != "undefined" ) { + + showHelpTip( e, a.nextSibling.innerHTML ); + + } +} + \ No newline at end of file