Skip to content

Latest commit

 

History

History

pong-search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This module adds a search field to the header of the page.

The search will send the parameter to a list of views on a target page.

Usage in "structure"

 { 
 	"layout": {
      ...
      "header": {
        ...
        "modules" : [ 
           { 
              "id":"Search", 
              "type": "pong-search", 
              "page": "searchpage",
              "update": ["MyTable","MyMap"]
            },
           ...
        ]
      }
      ...