preparation release
This commit is contained in:
commit
f5e3a62ee8
196 changed files with 64314 additions and 0 deletions
40
HTML/Template/tests/templates/flexy_tojavascript.html
Normal file
40
HTML/Template/tests/templates/flexy_tojavascript.html
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Untitled Document</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
|
||||
|
||||
|
||||
<flexy:toJavascript
|
||||
flexy:prefix="test_abc_"
|
||||
abcg="xyz"
|
||||
abcd="xyz"
|
||||
srcXxx="xyz"
|
||||
>
|
||||
<script type="text/javascript">
|
||||
|
||||
var test_abc_abcg = '123';
|
||||
var test_abc_abcd = '123';
|
||||
var test_abc_srcXxx = '123';
|
||||
|
||||
</script>
|
||||
|
||||
</flexy:toJavascript>
|
||||
|
||||
|
||||
|
||||
|
||||
<flexy:toJavascript abcg="xyz">
|
||||
<script type="text/javascript">
|
||||
var xyz = '123';
|
||||
</script>
|
||||
</flexy:toJavascript>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<p>Example of flexy:toJavascript with default values.</p>
|
||||
</body></html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue