Go to the source code of this file.
Functions | |
| smfInitYahooMaps () | |
Variables | |
| if(!defined( 'MEDIAWIKI')) | $wgResourceModules ['ext.sm.fi.yahoomaps'] |
| $wgHooks ['MappingServiceLoad'][] = 'smfInitYahooMaps' | |
GNU GPL v3
Definition in file SM_YahooMaps.php.
| smfInitYahooMaps | ( | ) |
| $wgHooks['MappingServiceLoad'][] = 'smfInitYahooMaps' |
Definition at line 35 of file SM_YahooMaps.php.
| if (!defined( 'MEDIAWIKI')) $wgResourceModules['ext.sm.fi.yahoomaps'] |
Initial value:
array(
'dependencies' => array( 'ext.maps.yahoomaps', 'ext.sm.forminputs' ),
'localBasePath' => dirname( __FILE__ ),
'remoteBasePath' => $smgScriptPath . '/includes/services/YahooMaps',
'group' => 'ext.semanticmaps',
'scripts' => array(
'jquery.yahoomapsinput.js',
'ext.sm.yahoomaps.js'
),
)
Definition at line 24 of file SM_YahooMaps.php.
1.5.6