reenadak

edit Rows on double click

Sep 25th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function rowsetEditOnDblClick($rowSet,$rowInfo,$rowNum)
  2. {
  3. $rowSet['onDblClick'] = $this->mateInstances[0].".editRow('".$rowInfo['id']."');";
  4. return $rowSet;
  5. }
  6.  
  7. // Modify row set: edit on dblClick
  8. $this->Editor->setConfig('modifyRowSets',array(&$this,'rowsetEditOnDblClick'));
Add Comment
Please, Sign In to add comment