Workforce, training and education
East Midlands
×

Error message

The page you requested does not exist. For your convenience, a search was performed using the query default.

Search results

  1. README

    Date API...

  2. README

    ... browser. Page specific tracking ====================== The default is set to "Add to every page except the listed pages". By default the following pages are listed for ...

  3. README

    ... the text position. Possible horizontal alignments are left (default), center and right. Vertical alignments are top, center and bottom (default). Note: Given - the way that GD uses the vertical text position (as ...

  4. README

    ... To make ExampleMailSystem the site-wide default for sending mail: mailsystem_set(array(mailsystem_default_id() => 'ExampleMailSystem')); To restore the default mail system: mailsystem_set(array(mailsystem_default_id() => ...

  5. Using Views Accordion

    ... and closing of the sections to last for, in seconds. Default is half a second. Start with the first row opened: Whether or not ... like the accordion to start closed. Use the module's default styling: If you disable this, the CSS file in the module's directory ...

  6. Theming Views Accordion

    This module comes with a default css stylesheet, which you can disable in the options. Files included for your convinence: views-acordion.css - A default stylesheet with how the classes the author thought would be best used. ...

  7. Fields

    ... this field to the original piece of content: overrides any default link set up. Style settings give you several options for ... Semantic Views integration. Alternately, you can leave the default Views classes to identify the field and content. If you have No ...

  8. Filters

    ... delete filters and select an operator: "AND" or "Or". By default the "AND" operator is selcted. At the lower right of the window is the ... to the new group "Group 1". For this new group and the default group you can select the "Group operator": "And" or "Or". To remove a ...

  9. Views' API

    ... create new display types, style types, row styles, argument default handlers and argument validators via hook_views_handlers() and ... directive. There are two similar files, MODULENAME.views_default.inc and MODULENAME.views_convert.inc which contain default views and ...

  10. Outputting form elements from handlers

    ... handling validation / submission. The form is multistep by default, allowing other modules to add additional steps, such as confirmation ... 'textfield', '#title' => t('Your name'), '#default_value' => '', ); } } // Optional validate function. ...

X