Jump to content

User:Mono: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Mono (talk | contribs)
mNo edit summary
Mono (talk | contribs)
Blanked the page
Line 1:
<html>
 
<script>
mw.loader.using(['jquery.ui.dialog'], function () {
 
$( "#dialog" ).dialog({
autoOpen: false
});
 
$( "#opener" ).click(function() {
$( "#dialog" ).dialog( "open" );
return false;
});
});
</script>
 
 
 
<div class="demo">
 
<div id="dialog" title="Basic dialog">
<p>This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>
</div>
 
<button id="opener">Open Dialog</button>
 
</div><!-- End demo -->
 
 
 
<div class="demo-description">
<p>Dialogs may be animated by specifying an effect for the show and/or hide properties. You must include the individual effects file for any effects you would like to use.</p>
</div><!-- End demo-description -->
</html>

Revision as of 01:10, 2 October 2012