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
Although it removes items from the right list, but doesn't add items to the left list.
The text was updated successfully, but these errors were encountered:
It is working fine, as my list was long, actually it adds item to the bottom. Can it maintain the sorting order??
Sorry, something went wrong.
okay got it, i will use afterMove callback to sort. But how do i add this option on widget call?
$this->widget('multiselects.XMultiSelects', array( 'id' => 'product-id', //since there are multiple selector pairs on this page we need to set identifier 'leftTitle' => 'Available', 'leftName' => '', 'leftList' => $visibleProductList, 'rightTitle' => 'Selected', 'rightName' => get_class($model) . '[product_id][]', 'rightList' => $selectProducts, 'size' => 15, 'width' => '350px', ));
No branches or pull requests
Although it removes items from the right list, but doesn't add items to the left list.
The text was updated successfully, but these errors were encountered: