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?

Two plugins together
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Two plugins together
#2060
Two plugins together 14 Years, 9 Months ago Karma: 0
I want to put your sortabletable plugin into your accordion plugin. Is this possible?

Could I have a small snippet?
The administrator has disabled public write access.
 
#2065
Re:Two plugins together 14 Years, 9 Months ago Karma: 748
Hello

You can use the following code:

Code:


{arijaccordion animated="easeslide" width="500"}
  {arijaccordionitem title="Title 1"}
     First section
  {/arijaccordionitem}
  {arijaccordionitem title="Title 2"}
   {arijtablesorter defaultSorting="1:DESC"}
    <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>content1</td>
          <td>content2</td>
          <td>content3</td>
         </tr>
       </tbody>
     </table>
   {/arijtablesorter}
  {/arijaccordionitem}
{/arijaccordion}



Regards,
ARI Soft
Last Edit: 2009/07/12 07:20 By admin.
The administrator has disabled public write access.
 
#2069
Re:Two plugins together 14 Years, 9 Months ago Karma: 0
Thank you.
The administrator has disabled public write access.
 
#2070
Re:Two plugins together 14 Years, 9 Months ago Karma: 0
I will say these tools you guys make are first rate - once you get the hang of
working with them.

I am impressed.
The administrator has disabled public write access.
 
#2074
Re:Two plugins together 14 Years, 9 Months ago Karma: 0
Is there a limit to the number of rows? I seem to be stuck
7.
The administrator has disabled public write access.
 
#2075
Re: Two plugins together 14 Years, 9 Months ago Karma: 0
This renders only 7 rows:
-----------------------------------
{arijaccordion animated="easeslide" width="500"}
{arijaccordionitem title="Title 1"} First section
{/arijaccordionitem}
{arijaccordionitem title="Title 2"}
{arijtablesorter defaultSorting="1:DESC"}
<table border="0">
<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>content1</td>
<td>content2</td>
<td></td>
</tr>
<tr>
<td>content1</td>
<td>content2</td>
<td>content3</td>
</tr>
<tr>
<td>content1</td>
<td>content2</td>
<td>content3</td>
</tr>
<tr>
<td>content1</td>
<td>content2</td>
<td>content3</td>
</tr>
<tr>
<td>content1</td>
<td>content2</td>
<td></td>
</tr>
<tr>
<td>content1</td>
<td>content2</td>
<td>content3</td>
</tr>
<tr>
<td>content1</td>
<td>content2</td>
<td>content3</td>
</tr>
</tbody>
</table>
{/arijtablesorter}
{/arijaccordionitem}
{/arijaccordion}
The administrator has disabled public write access.
 
Go to topPage: 12