Skip to content

Commit

Permalink
Add bindable constraint to the data binding security section
Browse files Browse the repository at this point in the history
  • Loading branch information
deflomu committed Sep 11, 2015
1 parent d32b171 commit 73c2473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/en/guide/theWebLayer/controllers/dataBinding.gdoc
Original file line number Diff line number Diff line change
Expand Up @@ -934,3 +934,5 @@ bindData(p, params, [include: ['firstName', 'lastName']])
{note}
Note that if an empty List is provided as a value for the @include@ parameter then all fields will be subject to binding if they are not explicitly excluded.
{note}

The [bindable|constraints] constraint can be used to globally prevent data binding for certain properties.

0 comments on commit 73c2473

Please sign in to comment.