
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' );
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-2008 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.