Philip Gwyn > POE-XUL-0.0406 > POE::XUL::Javascript

Download:
POE-XUL-0.0406.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Stalled  1
View Bugs
Report a bug
Source  

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

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.

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-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.

SEE ALSO ^

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