17 lines
No EOL
330 B
HTML
17 lines
No EOL
330 B
HTML
|
|
<H1>Example of function block definitions</H1>
|
|
|
|
|
|
<table flexy:if="false">
|
|
<tr><td>
|
|
<flexy:function name="test1">this is the contents of test1</flexy:function>
|
|
</td></tr>
|
|
</table>
|
|
<table>
|
|
<tr><td>
|
|
<flexy:function call="test1"></flexy:function>
|
|
<flexy:function call="{a_value}"></flexy:function>
|
|
</td></tr>
|
|
</table>
|
|
|
|
|