We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used this awesome extension in my yii-menu-module. Thanks for the effort put into this, it made it quite simple to build a very cool tree system.
It has been pointed out to me that this extension will only support urlFormat=path type URLs, and not the default urlformat=get.
urlFormat
path
urlformat
get
This is due to the JS here (and similar code in the same file): https://github.com/drumaddict/yii-jstree-behavior/blob/master/js_plugins/jstree.behavior.js#L49
The text was updated successfully, but these errors were encountered:
I fixed it in yii-menu-module with this commit
Sorry, something went wrong.
I'll close this issue as #8 describes the solution and too many open issues for the same thing leads to clutter.
No branches or pull requests
I used this awesome extension in my yii-menu-module. Thanks for the effort put into this, it made it quite simple to build a very cool tree system.
It has been pointed out to me that this extension will only support
urlFormat
=path
type URLs, and not the defaulturlformat
=get
.This is due to the JS here (and similar code in the same file):
https://github.com/drumaddict/yii-jstree-behavior/blob/master/js_plugins/jstree.behavior.js#L49
The text was updated successfully, but these errors were encountered: