it is not effect
"Fabio Esposito 写道:
"
> try to use <div class="products" id='product1'>drag me</div>
>
>
>
> On 11/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> >
> > <h1>Drag Demo</h1>
> >
> > <h2 class="products" id='product1'>drag me</h2>
> > <?php
> > $options = array(
> > 'revert' => true,
> > );
> > echo $ajax->drag('product1', $options);
> > ?>
> > <div id="searchloading" style="display: none;"><?php echo
> > $html->image('ajax-loader.gif') ?></div>
> > <div id='cart' name='cart' style="height: 200px; border: 1px solid
> > gray; background-color: yellow;">
> > <div id="items">
> >
> > </div>
> > </div>
> >
> > <?php
> > $options = array(
> > 'accept' => 'products',
> > 'hoverclass' => "cart-active"
> > );
> >
> > $ajaxoptions = array(
> > 'url' => '/drags/hello',
> > 'update' => 'items',
> > 'loading' =>
> > "Element.hide('items');Element.show('searchloading');",
> > 'complete'=>
> > "Element.hide('searchloading');Effect.Appear('items')"
> > );
> > echo $ajax->dropRemote('cart', $options, $ajaxoptions);
> > ?>
> >
> >
> > >
> >
>
>
> --
> []'s
> Fábio Espósito Pires
> (11) 9248-9999
>
> ------=_Part_2919_6072938.1164969048447
> Content-Type: text/html; charset=ISO-8859-1
> Content-Transfer-Encoding: quoted-printable
> X-Google-AttachSize: 2607
>
> try to use <div class="products" id='product1'>drag
> me</div> <br><br><br><br><div><span class="gmail_quote">On 11/29/06, <b
> class="gmail_sendername"><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]
> </a></b> <<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>>
> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid
> rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> <br><h1>Drag Demo</h1><br><br><h2 class="products"
> id='product1'>drag
> me</h2><br><?php<br> $options =
> array(<br> 'revert' => true,<br> );<br> echo
> $ajax->drag('product1', $options);
> <br>?><br><div id="searchloading" style="display:
> none;"><?php echo<br>$html->image('ajax-loader.gif')
> ?></div><br><div id='cart' name='cart' style="height: 200px;
> border: 1px solid
> <br>gray; background-color:
> yellow;"><br> <div
> id="items"><br><br> </div><br></div><br><br> <?php<br> $options
> =
> array(<br> 'accept' => 'products',
> <br> 'hoverclass' => "cart-active"<br> );<br><br> $ajaxoptions
> =
> array(<br> 'url'
> => '/drags/hello',<br> 'update' =>
> 'items',<br> 'loading'
> =><br>"
> Element.hide('items');Element.show('searchloading');",<br> 'complete'=><br>"Element.hide('searchloading');Effect.Appear('items')"<br> );<br> echo
> $ajax->dropRemote('cart', $options, $ajaxoptions);
> <br> ?><br><br><br></div><br><br clear="all"><br>--
> <br>[]'s<br>Fábio Espósito Pires<br>(11) 9248-9999
>
> ------=_Part_2919_6072938.1164969048447--
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---