| Perlbug documentation | view source | Contained in the Perlbug distribution. |
Perlbug::JS - Object handler for Javascript methods
Javascript wrapper for Perlbug modules usage
use Perlbug::JS; print Perlbug::JS->new()->menus;
Create new Perlbug::JS object.
my $o_js = Perlbug::JS->new($isframed);
Return whether or not this window is framed
my $i_framed = $o_js->isframed;
Return a popup, this will display the data and submit the form on the given frame/target/item.
my $control = $o_js->control('menus');
menu suite
perlbug display suite
commands suite
pick an item from one of the checkboxes
goback(n) perlbug display
sel(1) = select all items, or sel(0) = deselect
Switch admin view on(1) or off(0)
Arrange the command buttons
Call top.(perlbug?).document[0].submit()
Go directly to given search query
...
Return 1 or 0 dependent on whether we're in a framed window or not
...
...
| Perlbug documentation | view source | Contained in the Perlbug distribution. |