source: sandbox/newExpressoMail/prototype/plugins/layout/example.html @ 7209

Revision 7209, 778 bytes checked in by gustavo, 12 years ago (diff)

Ticket #0000 - Criado novo modulo para o desenvolvimento do novo ExpressoMail?

  • Property svn:executable set to *
Line 
1<HTML>
2<HEAD>
3<TITLE>Layout Example</TITLE>
4<SCRIPT type="text/javascript" src="jquery.js"></SCRIPT>
5<SCRIPT type="text/javascript" src="jquery.layout.js"></SCRIPT>
6<SCRIPT type="text/javascript">
7$(document).ready(function () {
8        $('body').layout({ applyDefaultStyles: true });
9});
10</SCRIPT>
11</HEAD>
12<BODY>
13<DIV class="ui-layout-center">Center
14        <P><A href="http://layout.jquery-dev.net/demos.html">Go to the Demos page</A></P>
15        <P>* Pane-resizing is disabled because ui.draggable.js is not linked</P>
16        <P>* Pane-animation is disabled because ui.effects.js is not linked</P>
17</DIV>
18<DIV class="ui-layout-north">North</DIV>
19<DIV class="ui-layout-south">South</DIV>
20<DIV class="ui-layout-east">East</DIV>
21<DIV class="ui-layout-west">West</DIV>
22</BODY>
23</HTML>
Note: See TracBrowser for help on using the repository browser.