Advertisement
reenadak

Editing multiple rows simultaneously

Mar 4th, 2018
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. // Edit file JoinExample.php
  2.  
  3. // 1. disable edit inplace.
  4.  
  5. // 2. remove edit icon
  6. $this->Editor->setConfig('removeIcons','E');
  7.  
  8. // 3. Add button for editing multiple rows in new window.
  9. $userButtons[] = array( 'button_html' => '<button onclick="'.$this->mateInstances[0].'.editRows();">Edit Multiple New Window</button>');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement