pandora/static
Will Thompson 8f3b3036df Support autocomplete from a group of layers
The idea here is to have several layers which share a set of tags. This
mirrors what we already have if several layers reference the same type
of entity. You might have config like this:

        {
            "id": "keywords",
            "title": "Keywords",
            "canAddAnnotations": {"member": true, "staff": true, "admin": true},
            "item": "Keyword",
            "overlap": true,
            "type": "string",
            "autocomplete": true,
            "autocompleteKeys": ["keywords", "minorkeywords"]
        },
        {
            "id": "minorkeywords",
            "title": "Minor Keywords",
            "canAddAnnotations": {"member": true, "staff": true, "admin": true},
            "item": "Keyword",
            "overlap": true,
            "type": "string",
            "autocomplete": true,
            "autocompleteKeys": ["keywords", "minorkeywords"]
        },

Now, adding new keywords in either bin will offer autocompletions from
the union of the two layers. The other option would be to do this on the
server side, but I thought this was a less invasive way to achieve this.
2015-09-14 21:29:02 +02:00
..
css use Ox.SyntaxHighlighter on /api/ 2012-05-29 14:22:39 +02:00
html update help html 2014-12-18 12:02:29 +00:00
jpg update help 2013-03-07 10:09:08 +05:30
js Support autocomplete from a group of layers 2015-09-14 21:29:02 +02:00
json add emtpy locale for all enabled languages 2014-09-27 17:04:14 +02:00
pdf.js update pdf.js to v1.0.907 2014-11-24 00:56:52 +01:00
png add indiancinema byline image 2013-02-19 13:47:55 +00:00
favicon.ico first round of makeing png/js/script/config overwrite more consistent 2012-04-20 12:22:32 +02:00
robots.txt move static and files 2010-11-06 17:14:40 +01:00