Author: spadkins
Date: Mon Jan 22 11:38:22 2007
New Revision: 8675
Modified:
p5ee/trunk/App-Widget/lib/App/Widget.pm
Log:
add <input name=app.loaded> for handling js-app back button stuff
Modified: p5ee/trunk/App-Widget/lib/App/Widget.pm
==============================================================================
--- p5ee/trunk/App-Widget/lib/App/Widget.pm (original)
+++ p5ee/trunk/App-Widget/lib/App/Widget.pm Mon Jan 22 11:38:22 2007
@@ -209,6 +209,7 @@
my $session_html = $context->session()->html();
my $event_placeholder = '<input type="hidden" id="app-event-aux" name="app.event" value="">';
+ my $onload_support = '<input type="hidden" id="app-loaded" name="app.loaded" value="">';
my $messages = $context->get_messages() || "";
if ($messages) {
@@ -239,6 +240,7 @@
$messages<form method="POST" id="mainform">
$session_html
$event_placeholder
+$onload_support
$context_body
$html
</form>
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.