DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Integration

Integration Example 1

  • just add class=”typeahead” to your searchbox

For example: The Template from “indexed_search” need the class on the input “sword”

<input type="text" name="tx_indexedsearch[sword]" value="###SWORD_VALUE###"
class="typeahead" id="tx-indexedsearch-searchbox-sword" />
  • don’t forget to include static template (from extensions) selector

Integration Example 2

  • Use a TypoScript Object for example “lib.searchbox” in your template
<f:cObject typoscriptObjectPath="lib.searchbox" />
  • assign the plugin to this object: lib.searchbox < plugin.tx_comsolit_suggest

The Template form the extension is used

  • don’t forget to include static template (from extensions) selector

Integration Example 3

  • include static template (from extensions) selector

    ../_images/include_static.png
  • add new Plug-In page content and choose comsolit Suggest

    ../_images/page_content.png