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?

ARIJDATATABLE and ARIJDIALOG
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ARIJDATATABLE and ARIJDIALOG
#1232
ARIJDATATABLE and ARIJDIALOG 15 Years, 2 Months ago Karma: 0
Hello,

I want to use ARIJDATATABLE in combination with ARIJDIALOG is that not possible.

I tried it see page:
www.aktionsfinder.at/aktionsfinder/alle-aktionen.html

First now it is very slow and second it do not work.

Part of code:
/* Produktaktionen in Listenform */
if ($anzahl_produktaktionen > 0 ){
echo '{arijdatatable bPaginate="true" bLengthChange="true"}<table width="100%"><thead><tr><th>Produkt</th> <th>Zeitraum</th><th>Preis</th><th>Einh.</th><th>Vergl.</th><th>Min</th><th>Markt</th>';
if ($userid != 0)
{
echo '<th><img src="images/stories/stift3.jpg" alt="Meine Einkaufsliste"/></th>';
}
echo '</tr></thead><tbody>';
for ($i = 0; $i < $sql->rows; $i++){
$sql->Fetch($i);
$positionlist = 'liste'.$sql->data[1];
echo '<tr><td align="left">'; /* Marke und Bezeichnung */
echo '{arijdialog width="350" height="200" title="Aktionsdetails" resizable="true" draggable="true"}{arijdicontent title="Modal dialog"}';
echo '<A NAME = "'.$positionlist.'" ><b>'.$sql->data[13].' '.$sql->data[11].'</A>';
echo '{/arijdicontent}{arijdocontent}';
echo 'Inhalt';
echo '{/arijdocontent}{/arijdialog}';
echo '</b></td>';
echo '<td align="left">'.$sql->data[18].' - '.$sql->data[19].'</td>'; /* von - bis */
echo '<td align="left"><b>'.$sql->data[4].'Ђ </b></td>'; /* Preis */
$menge = $sql->data[10];
.........................
The administrator has disabled public write access.
 
#1233
Re:ARIJDATATABLE and ARIJDIALOG 15 Years, 2 Months ago Karma: 0
I deleted this code from my site because it slowed it down too much. But it nevertheless the answer woud be great.
The administrator has disabled public write access.
 
#1235
Re:ARIJDATATABLE and ARIJDIALOG 15 Years, 2 Months ago Karma: 747
It seems that you load many records from database. ARI JDataTable plugin works on client side and javascript can't process this number of items.

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