Here is my code:
<? echo $html->selectTag('Report/report_name', $saved_reports,
$report_id, array('class' => 'font8pt', 'style' => 'width: 100px'),
null, null); ?>
<?php echo $ajax->observeField('ReportReportName', array('update' =>
'input_panel', 'url' => '/reports/loadReportConfiguration', 'frequency'
=> 1, 'loading' => "Effect.Appear('loading_gif')", 'complete' =>
"Effect.Fade('loading_gif')")); ?>
'input_panel' is a div on the page whose contents get updated based
upon a user selecting from the select menu.
in Firefox:
the input_panel gets updated fine, but the loading_gif appears and
never fades
in IE:
the input panel gets updated, but then keeps refreshing itself every
frequency seconds, as if it's stuck in a loop. While in this loop the
loading_gif appears and fades over and over.
Anybody have any input on how to solve these issues?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---