Skip to content

Commit

Permalink
Fix configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed May 27, 2017
1 parent 7ec9ca3 commit 6d33d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/sample-configurator.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
var OPT_LIST = [
{name: "activeVisible", value: true,
hint: "Make sure, active nodes are visible (expanded)"},
{name: "aria", value: false,
{name: "aria", value: true,
hint: "Enable WAI-ARIA support"},
{name: "autoActivate", value: true,
hint: "Automatically activate a node when it is focused using keyboard"},
Expand Down Expand Up @@ -87,7 +87,7 @@
{name: "generateIds", value: false,
hint: "Generate id attributes like <span id='fancytree-id-KEY'>"},
{name: "idPrefix", value: "ft_",
hint: "Used to generate node id´s like <span id='fancytree-id-<key>'>"},
hint: "Used to generate node id´s like <span id='fancytree-id-<key>'>"},
{name: "icon", value: true,
hint: "Display node icons"},
{name: "keyboard", value: true,
Expand Down

0 comments on commit 6d33d40

Please sign in to comment.