This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* KWidget static object. | |
* Will eventually host all the loader logic. | |
*/ | |
(function(){ | |
// Use strict ECMAScript 5 | |
"use strict"; | |
// Flag to avoid double setup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This file injects all on Page uiConf based javascript and configuration and loader. | |
* | |
* it requires a partner_id and a uiconf_id | |
*/ | |
require_once( dirname( __FILE__ ) . '/../KalturaCommon.php' ); | |
$wgMwEmbedApiServices['uiconfJs'] = 'mweApiUiConfJs'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>List items with jQuery</title> | |
<style> | |
#header { | |
background-color:#94D4E0; font-family:tahoma; height:50px; margin-left:auto; margin-right:auto; width:400px; text-align:center; vertical-align:text-bottom; font-size:20px; line-height:250%; | |
} | |
#control { | |
position:absolute; align:float; |
NewerOlder