[mapguide-users] Re: Legend Style

刘忠志 lzzgeo at yahoo.cn
Wed Jun 9 21:30:12 EDT 2010


maybe the some following code would be help: 
  window.onload = function() {  
    var splitter = new Jx.Splitter('SplitterArea', {
        splitInto:3,
        elements:[$('ToolbarVertical'),$('SplitterMap'),$('Sidebar')],
        layout:'horizontal',
        containerOptions: [{minWidth: 28},{},{minWidth:8, width: 218}],
        barOptions: [{snap:'before'},
        {snap: 'after',snapElement: $('SidebarCollapse'),snapEvents: ['click']}]
    });
}

<div id="Sidebar">
      <!-- Collapse Sidebar -->
      <div id="SidebarCollapse">
          <a id="SidebarCollapseButton" href="#"></a>
      </div>
</div>




      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20100610/523d6ffa/attachment.html


More information about the mapguide-users mailing list