
08-19-2013, 11:00 PM
|
 |
|
|
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Thanks. I got the custom bbcode add into the 2nd row instead this way
Quote:
$toolbar[] = array('Quote');
$this->config['toolbar'] = $toolbar;
$this->addCustomToolbarButtons();
$toolbar[] = '/';
$toolbar[] = array('Code', 'Html', 'Php');
//$toolbar[] = array('Table', 'TableProperties', 'DeleteTable', '-', 'InsertRowBefore', 'InsertRowAfter', 'DeleteRow', '-', 'InsertColumnBefore', 'InsertColumnAfter', 'DeleteColumn', '-', 'Subscript', 'Superscript', 'HorizontalRule');
}
|
Appreciate your help
|