Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // change BGcolor of rows in MATE
- function changeBgColor($rowSets,$rowInfo,$rowNum)
- {
- $rowSets['bgcolor'] = '#ffffff';
- $rowSets['bgcolor'] = $rowInfo['color_hex'];
- $rowSets['class'] = 'clickable';
- return $rowSets;
- }
- // & then use
- $this->Editor->setConfig('modifyRowSets',array(&$this,'changeBgColor'));
Add Comment
Please, Sign In to add comment