GoogleCSE

view/search/google_cse~ GoogleCSE

Google custom search engine JSX component.

Constructor

new GoogleCSE()

Source:
See:
Example
<GoogleCSE
    cx="******"
    hint="Placeholder text"
    jsUrl="******" />

Members

(static) Cacheable

Cacheable Google custom search engine JSX component.

This class is supposed to be used in combination with the locals hexo filter (module:hexo/filter/locals).

Source:
See:
Example
<GoogleCSE.Cacheable
    search={{ cx: '******' }}
    helper={{
        __: function() {...},
        url_for: function() {...}
    }} />