-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tero Piirainen
committed
Mar 25, 2010
1 parent
d46ff88
commit 00e27f9
Showing
30 changed files
with
190 additions
and
95 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<%-- :mode=jsp: --%> | ||
<%@ include file="../standalone.jsf" %> | ||
</head> | ||
|
||
<body> | ||
|
||
|
||
|
||
<script> | ||
// What is $(document).ready ? See: http://flowplayer.org/tools/documentation/basics.html#document_ready | ||
$(document).ready(function() { | ||
<c:set var="js"> | ||
|
||
</c:set> | ||
${js} | ||
}); | ||
</script> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<%-- :mode=jsp: --%> | ||
<%@ include file="../header.jsf" %> | ||
|
||
<p> | ||
|
||
</p> | ||
|
||
<%@ include file="" %> | ||
|
||
<h3>HTML coding</h3> | ||
|
||
<p> | ||
|
||
</p> | ||
|
||
<pii:code lang="html"> | ||
${html} | ||
</pii:code> | ||
|
||
<h3>CSS coding</h3> | ||
|
||
<p> | ||
|
||
</p> | ||
|
||
<pii:code lang="css"> | ||
${css} | ||
</pii:code> | ||
|
||
<h3>JavaScript coding</h3> | ||
|
||
<p> | ||
|
||
</p> | ||
|
||
<pii:code> | ||
${js} | ||
</pii:code> | ||
|
||
<p> | ||
You need to place the <samp>script</samp> block <em>after</em> the HTML code or you can alternatively use jQuery's <samp>$(document).ready</samp> to execute the script as soon as the webpage's Document Object Model (DOM) has been loaded. Read more about that from the <a href="${jqt}/documentation/basics.html#document_ready">User's Manual</a>. | ||
</p> | ||
|
||
<br /> | ||
<div class="box petrol"> | ||
Here is the <a href="">standalone version</a> of this demo. You can freely study and copy its source code. | ||
</div> | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.