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?

jQuery UI loading
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: jQuery UI loading
#2454
jQuery UI loading 14 Years, 7 Months ago Karma: 0
Hello guys I'm new. I created a JDataTable in my site. I want to set a theme like the demo in ari-soft's site. I'd like to set the ''darkness'' theme in this table. How can I do that?
The administrator has disabled public write access.
 
#2455
Re:jQuery UI loading 14 Years, 7 Months ago Karma: 747
Hello,

Do the following steps, please:

1) Set 'Using jQuery UI themes' option to 'Yes' on 'ARI JDataTable' plugin settings page.

2) Set 'Default jQuery UI 1.7.2 theme' option to 'darkness' on 'ARI JQuery UI Loader' plugin settings page.

3) That's all Now 'ARI JDataTable' plugin will be rendered with darkness UI theme.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#2456
Re:jQuery UI loading 14 Years, 7 Months ago Karma: 0
I did the same steps however nothing changed. You can visit www.uniligi.com. Main page has the table.
The administrator has disabled public write access.
 
#2457
Re:jQuery UI loading 14 Years, 7 Months ago Karma: 747
It's not 'ARI JDataTable' table, for creating 'ARI JDataTable' you need wrap HTML table with {arijdatatable} tag. In your case, it will look like:

Code:


{arijdatatable}
<table border="0">
<thead> 
<tr>
<th>S&#305;ra</th> 
<th>Ьniversite</th> 
<th>E&#287;itmen Ba&#351;&#305;na Ц&#287;renci</th> 
<th>Ortalama S&#305;nav Puan&#305;</th> 
<th>Devaml&#305;l&#305;k [%]</th> 
<th>Yabanc&#305; Ц&#287;renci [%]</th> 
<th>Yabanc&#305; E&#287;itmen [%]</th> 
<th>E&#287;itmen Ba&#351;&#305;na Yay&#305;n</th> 
<th>Skor</th>
</tr>
</thead> 
<tbody>
<tr>
<td>content1</td>
<td>content2</td>
<td>content3</td>
</tr>
</tbody>
</table>
{/arijdatatable}



PS: If you have any problem with configuring of plugins, you can provide temporary access to your Joomla! backend by email (info@ari-soft.com) and we can help you resolve problems.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#2458
Re:jQuery UI loading 14 Years, 7 Months ago Karma: 0
I copied your codes but nothing changed, how do I create a table to make the theme work
The administrator has disabled public write access.
 
#2459
Re:jQuery UI loading 14 Years, 7 Months ago Karma: 0
ok done. thank you so much
The administrator has disabled public write access.
 
Go to topPage: 123