Mercurial > hg > rr-repo
view sites/all/modules/ctools/help/context-context.html @ 2:b74b41bb73f0
-- Google analytics module
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Thu, 22 Aug 2013 17:22:54 +0100 |
parents | ff03f76ab3fe |
children |
line wrap: on
line source
<p>Context plugin data:</p> <pre> 'title' => Visible title 'description' => Description of context 'context' => Callback to create a context. Params: $empty, $data = NULL, $conf = FALSE 'settings form' => Callback to show a context setting form. Params: ($conf, $external = FALSE) 'settings form validate' => params: ($form, &$form_values, &$form_state) 'settings form submit' => params: 'ctools_context_node_settings_form_submit', 'keyword' => The default keyword to use. 'context name' => The unique identifier for this context for use by required context checks. 'no ui' => if TRUE this context cannot be selected. </pre>