Skip to content

JSON: display (Javascript)

rogerlos edited this page Jun 16, 2017 · 9 revisions

display.json is the set of data sent to flexwalker.js as localized data.

Quick notes:

  • Any property in display.json which has a capital J and an underscore as the start of the key (J_parent) is expecting a complete jQuery selector (ie, .myclass) whereas properties which seem to be asking for a selector without the J_ want the plain value (myclass).

Top Level Properties

use

string
Set to false to prevent flexwalker.js from being enqueued.

debounce

number Time in miliseconds to wait before doing the resize functions

js

array
Put handles to other JS scripts in here to require them to load before this script does

Clone this wiki locally