/[cvs]/nfo/php/libs/org.netfrag.glib/DataSource/Generic.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/DataSource/Generic.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by joko, Fri Apr 4 21:19:21 2003 UTC revision 1.15 by joko, Sun Apr 6 04:46:33 2003 UTC
# Line 15  Line 15 
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   *   *
# Line 836  class DataSource_Generic extends DesignP Line 840  class DataSource_Generic extends DesignP
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])) {

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed