/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

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Module action_signal_connect</title>
  5. <link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
  6. </head>
  7. <body bgcolor="white">
  8. <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>
  9. <hr>
  10. <h1>Module action_signal_connect</h1>
  11. <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.
  12. <p>Copyright Š 2010 Maas-Maarten Zeeman
  13. Date: 2010-12-03</p>
  14. <p><b>Authors:</b> Maas-Maarten Zeeman (<a href="mailto:mmzeeman@xs4all.nl"><tt>mmzeeman@xs4all.nl</tt></a>).</p>
  15. <h2><a name="description">Description</a></h2>Connect a page to a signal
  16. <h2><a name="index">Function Index</a></h2>
  17. <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>
  18. <tr><td valign="top"><a href="#event-2">event/2</a></td><td>Connect a signal to a collection of actions.</td></tr>
  19. <tr><td valign="top"><a href="#get_slot-2">get_slot/2</a></td><td>retrieve the slot with name.</td></tr>
  20. <tr><td valign="top"><a href="#render_action-4">render_action/4</a></td><td></td></tr>
  21. <tr><td valign="top"><a href="#store_slot-3">store_slot/3</a></td><td>Store the slot under a name.</td></tr>
  22. </table>
  23. <h2><a name="functions">Function Details</a></h2>
  24. <h3 class="function"><a name="delete_slot-2">delete_slot/2</a></h3>
  25. <div class="spec">
  26. <p><tt>delete_slot(Name, Context) -&gt; any()</tt></p>
  27. </div><p>Delete the slot with the given name.
  28. </p>
  29. <h3 class="function"><a name="event-2">event/2</a></h3>
  30. <div class="spec">
  31. <p><tt>event(X1, Context) -&gt; any()</tt></p>
  32. </div><p>Connect a signal to a collection of actions.
  33. </p>
  34. <h3 class="function"><a name="get_slot-2">get_slot/2</a></h3>
  35. <div class="spec">
  36. <p><tt>get_slot(Name, Context) -&gt; any()</tt></p>
  37. </div><p>retrieve the slot with name
  38. </p>
  39. <h3 class="function"><a name="render_action-4">render_action/4</a></h3>
  40. <div class="spec">
  41. <p><tt>render_action(TriggerId, TargetId, Args, Context) -&gt; any()</tt></p>
  42. </div>
  43. <h3 class="function"><a name="store_slot-3">store_slot/3</a></h3>
  44. <div class="spec">
  45. <p><tt>store_slot(Name, Slot, Context) -&gt; any()</tt></p>
  46. </div><p>Store the slot under a name.
  47. </p>
  48. <hr>
  49. <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>
  50. <p><i>Generated by EDoc, Aug 12 2011, 19:36:12.</i></p>
  51. </body>
  52. </html>