| 15 |
* $Id$ |
* $Id$ |
| 16 |
* |
* |
| 17 |
* $Log$ |
* $Log$ |
| 18 |
|
* Revision 1.15 2003/04/06 04:46:33 joko |
| 19 |
|
* renamed linking function |
| 20 |
|
* mozilla fixes |
| 21 |
|
* |
| 22 |
* Revision 1.14 2003/04/04 21:19:21 joko |
* Revision 1.14 2003/04/04 21:19:21 joko |
| 23 |
* modified exception handling (enhanced, purged redundant code) |
* modified exception handling (enhanced, purged redundant code) |
| 24 |
* |
* |
| 840 |
$locatorbox->add( Dumper($this->_locator) ); |
$locatorbox->add( Dumper($this->_locator) ); |
| 841 |
|
|
| 842 |
// FIXME: ie/mozilla? |
// FIXME: ie/mozilla? |
| 843 |
//$locatorbox->set_style('visibility:false;'); |
//$locatorbox->set_style('display:none;'); |
| 844 |
$locatorbox->set_style('display:none;'); |
//$locatorbox->set_style('visibility:hidden;'); |
| 845 |
|
// already duplicate inside Tracer!!! |
| 846 |
|
$locatorbox->set_style('visibility:hidden; position:absolute; z-index:1; margin-top:30px; padding:5px;'); |
| 847 |
|
|
| 848 |
$statusbox->add( html_span('boxlabel_darkgreen', "Locator:"), jsAnchor( 'toggle_vis', array("locatorbox_$boxcount"), '[show]'), $locatorbox, html_br() ); |
$statusbox->add( html_span('boxlabel_darkgreen', "Locator:"), link::js_function( 'toggleVisibility', array("locatorbox_$boxcount"), '[show]'), $locatorbox, html_br() ); |
| 849 |
$call = $this->_locator->get_call(); |
$call = $this->_locator->get_call(); |
| 850 |
$statusbox->add( html_span('boxlabel_darkgreen', "Method:"), $call[method], html_br() ); |
$statusbox->add( html_span('boxlabel_darkgreen', "Method:"), $call[method], html_br() ); |
| 851 |
if (sizeof($call[args])) { |
if (sizeof($call[args])) { |