.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. 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" .. code-block:: html * don't forget to include static template (from extensions) selector Integration Example 2 --------------------- * Use a TypoScript Object for example "lib.searchbox" in your template .. code-block:: html * 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 .. image:: ../Images/include_static.png * add new Plug-In page content and choose comsolit Suggest .. image:: ../Images/page_content.png