Hello!
Created new output:
\administrator\components\com_ariquiz\views\oblcategories\view.html.php
But you need to replace the column formatting
Now:
Code: |
new AriDataTableControlColumn(
array(
'key' => 'CategoryName',
'label' => JText::_('COM_ARIQUIZ_LABEL_NAME'),
'sortable' => true,
'formatter' => 'YAHOO.ARISoft.Quiz.formatters.formatBankCategory'
)
),
|
Necessary
Code: |
'formatter' => 'YAHOO.ARISoft.Quiz.formatters.formatOblCategory'
|
How to make your column formatting?
This formatting is specified here \components\com_ariquiz\assets\js\ari.quiz.js
This file is packed...
How to expand it?