Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Custom Coding
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Custom Coding
#60153
Custom Coding 7 Years ago Karma: 2
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?
The administrator has disabled public write access.
 
#60156
Re:Custom Coding 7 Years ago Karma: 748
Hello,

Check your mail please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#60157
Re:Custom Coding 7 Years ago Karma: 2
Thanks a lot!
The administrator has disabled public write access.
 
Go to topPage: 1