| POE-XUL documentation | view source | Contained in the POE-XUL distribution. |
POE::XUL::Javascript - POE::XUL Javascript client library documentation
This documentation needs to be written
var SID = $application.getSID();
$application.runRequest( { event: 'Something',
source_id: 'Some-ID'
} );
$application.crash( "Something very bad happened" );
$application.status( 'run' );
POE::XUL includes wrappers for the most excelent Firebug debugging extension. You probably don't want to be writing XBL without Firebug.
These wrappers check to see that firebug is installed before logging to its console.
fb_log( "Short message for firebox's console" );
Sends a message to the most excelent Firebug debugging extension. You probably don't want to be writing XBL without Firebug.
Philip Gwyn <gwyn-at-cpan.org>
Based on XUL::Node by Ran Eilam.
Copyright 2007-2010 by Philip Gwyn. All rights reserved;
Copyright 2003-2004 Ran Eilam. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
perl(1), POE::XUL, POE::XUL::Node, , POE::XUL::TextNode.
| POE-XUL documentation | view source | Contained in the POE-XUL distribution. |