integration_documentation:customize_smart_suggest

integration_documentation:customize_smart_suggest

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
integration_documentation:customize_smart_suggest [2020/06/16 15:37]
amil
integration_documentation:customize_smart_suggest [2021/02/22 09:02] (current)
florian
Line 1: Line 1:
-====== Smart Suggest ​customization ​====== +====== Smart Suggest ​styling======
- +
-<note important>​This documentation article is not only available as API-specification. [[:​smart_suggest_new|Click here]] to see the article as normal documentation.</​note>​ +
- +
-===== API ===== +
- +
-Here you can find everything you need to know about our Smart Suggest API and even can directly try it yourself! +
- +
- +
-<​html>​ +
-    <​head>​ +
-        <meta charset="​utf-8">​ +
-        <​title>​Findologic Service API</​title>​ +
-        <link rel="​stylesheet"​ href="/​smart_suggest_documentation/​node_modules/​highlight.js/​styles/​darcula.css"​ type="​text/​css">​ +
-        <link rel="​stylesheet"​ href="/​smart_suggest_documentation/​styles/​api-console-light-theme.css"​ type="​text/​css">​ +
-        <​style>​ +
-          .raml-console-meta-button-group { +
-            display: none; +
-          } +
- +
-          label[for^="​autocompleteblocks["​] { +
-            display: none; +
-          } +
-          label[for="​autocompleteblocks[1]"​] { +
-            display: block; +
-          } +
- +
-          label[for^="​group["​] { +
-            display: none; +
-          } +
-          label[for="​group[1]"​] { +
-            display: block; +
-          } +
-        </​style>​ +
-    </​head>​ +
-    <body ng-app="​ramlConsoleApp"​ ng-cloak>​ +
-      <script src="/​smart_suggest_documentation/​node_modules/​api-console/​dist/​scripts/​api-console-vendor.js"></​script>​ +
-      <script src="/​smart_suggest_documentation/​node_modules/​api-console/​dist/​scripts/​api-console.js"></​script>​ +
-      <script src="/​smart_suggest_documentation/​node_modules/​highlight.js/​lib/​highlight.js"></​script>​ +
-      <​script>​ +
-        $.noConflict();​ +
-      </​script>​ +
- +
-      <​raml-console-loader src="/​smart_suggest_documentation/​api.raml">​ +
-    </​body>​ +
-</​html>​ +
- +
- +
-{{tag>​Smart_Suggest Autocomplete v2 v3}}+
  
 ===== Styling examples ===== ===== Styling examples =====