Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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?

JDataTable - "Usage" Where does it go?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: JDataTable - "Usage" Where does it go?
#6489
JDataTable - "Usage" Where does it go? 1 Year, 5 Months ago Karma: 0
I'm brand new to Joomla and am trying to figure out the first steps for using JDataTable. How do I put the "Usage" and parameters into a module or article? Does anybody have an example, maybe also an example using a database?

I've spent many hours looking for documentation about this. I guess the first steps are too basic to be documented, I'm probably the only person that doesn't know how to do this.

Thanking you in advance for help.
The administrator has disabled public write access.
 
#6492
Re:JDataTable - "Usage" Where does it go? 1 Year, 5 Months ago Karma: 278
Hello,

If you want to embed a plugin to an article, just place plugin code into
article. For example, if you want to add 'ARI JDataTable' to an article,
open necessary article and place the next code into an article:

{arijdatatable bPaginate="true"}
<table>
<thead>
<tr>
<th>column1</th>
<th>column2</th>
<th>column3</th>
</tr>
</thead>
<tbody>
<tr>
<td>content1</td>
<td>content2</td>
<td>content3</td>
</tr>
<tr>
<td>content4</td>
<td>content5</td>
<td>content6</td>
</tr>
</tbody>
</table>
{/arijdatatable}

We recommended to switch editor to plain text mode if you use a WYSIWYG
editor because in design mode WYSIWYG editors can add some extra HTML tags
which can break plugin code.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1