Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain new disableParentChange option. #3

Merged
merged 1 commit into from
Jun 20, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Also:
- All jQuery Sortable options, events and methods are available
- It is possible to define elements that will not accept a new nested item/list and a maximum depth for nested items
- The root level can be protected
- The parentship of items can be locked, just as if it was a family tree.

## Usage

Expand Down Expand Up @@ -60,6 +61,8 @@ Also, the default list type is `<ol>`.
## Custom Options

<dl>
<dt>disableParentChange (2.0)</dt>
<dd>Set this to true to lock the parentship of items. They can only be re-ordered within theire current parent container.</dd>
<dt>doNotClear (2.0)</dt>
<dd>Set this to true if you don't want empty lists to be removed. Default: <b>false</b></dd>
<dt>expandOnHover (2.0)</dt>
Expand Down