Created
June 29, 2012 17:09
-
-
Save jmertic/3019294 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| ... | |
| , | |
| 'users' => array( | |
| 'top_buttons' => array ( | |
| array ( | |
| 'widget_class' => 'SubPanelTopSelectButton', | |
| 'mode' => 'MultiSelect', // Add this in to enable selecting multiple record, remove to disable it | |
| ), | |
| ), | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment