/doc/modules/mod_signal/action_signal_connect.html
https://code.google.com/p/zotonic/ · HTML · 62 lines · 52 code · 10 blank · 0 comment · 0 complexity · f47ba3702bd53e757fd02fa6e8d5cbd9 MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title>Module action_signal_connect</title>
- <link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
- </head>
- <body bgcolor="white">
- <div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
- <hr>
- <h1>Module action_signal_connect</h1>
- <ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>Connect a page to a signal.
- <p>Copyright 2010 Maas-Maarten Zeeman
- Date: 2010-12-03</p>
- <p><b>Authors:</b> Maas-Maarten Zeeman (<a href="mailto:mmzeeman@xs4all.nl"><tt>mmzeeman@xs4all.nl</tt></a>).</p>
- <h2><a name="description">Description</a></h2>Connect a page to a signal
- <h2><a name="index">Function Index</a></h2>
- <table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#delete_slot-2">delete_slot/2</a></td><td>Delete the slot with the given name.</td></tr>
- <tr><td valign="top"><a href="#event-2">event/2</a></td><td>Connect a signal to a collection of actions.</td></tr>
- <tr><td valign="top"><a href="#get_slot-2">get_slot/2</a></td><td>retrieve the slot with name.</td></tr>
- <tr><td valign="top"><a href="#render_action-4">render_action/4</a></td><td></td></tr>
- <tr><td valign="top"><a href="#store_slot-3">store_slot/3</a></td><td>Store the slot under a name.</td></tr>
- </table>
- <h2><a name="functions">Function Details</a></h2>
- <h3 class="function"><a name="delete_slot-2">delete_slot/2</a></h3>
- <div class="spec">
- <p><tt>delete_slot(Name, Context) -> any()</tt></p>
- </div><p>Delete the slot with the given name.
- </p>
- <h3 class="function"><a name="event-2">event/2</a></h3>
- <div class="spec">
- <p><tt>event(X1, Context) -> any()</tt></p>
- </div><p>Connect a signal to a collection of actions.
- </p>
- <h3 class="function"><a name="get_slot-2">get_slot/2</a></h3>
- <div class="spec">
- <p><tt>get_slot(Name, Context) -> any()</tt></p>
- </div><p>retrieve the slot with name
- </p>
- <h3 class="function"><a name="render_action-4">render_action/4</a></h3>
- <div class="spec">
- <p><tt>render_action(TriggerId, TargetId, Args, Context) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="store_slot-3">store_slot/3</a></h3>
- <div class="spec">
- <p><tt>store_slot(Name, Slot, Context) -> any()</tt></p>
- </div><p>Store the slot under a name.
- </p>
- <hr>
- <div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
- <p><i>Generated by EDoc, Aug 12 2011, 19:36:12.</i></p>
- </body>
- </html>