The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

POE::XUL::Javascript - POE::XUL Javascript client library documentation

SYNOPSIS

DESCRIPTION

This documentation needs to be written

OBJECTS

$application

getSID

    var SID = $application.getSID();

runRequest

    $application.runRequest( { event: 'Something', 
                               source_id: 'Some-ID'
                           } );
                               

crash

    $application.crash( "Something very bad happened" );

status

    $application.status( 'run' );

Firebug

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

    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.

fb_dir

fb_time

fb_timeEnd

LIBRARIES

prototype.js

http://www.prototypejs.org/.

util.js

AUTHOR

Philip Gwyn <gwyn-at-cpan.org>

CREDITS

Based on XUL::Node by Ran Eilam.

COPYRIGHT AND LICENSE

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.

SEE ALSO

perl(1), POE::XUL, POE::XUL::Node, , POE::XUL::TextNode.