Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-23-2011, 11:00 PM   PM User | #1
elamunyon
New to the CF scene

 
Join Date: Dec 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
elamunyon is an unknown quantity at this point
Dojo.AccordionContainer Resize Issue

Hello,

I have a page that utilizes the dijit.layout.AccordionContainer that is not resizing, and is cut-off when a results table displays at the bottom of the map. This only happens in Mozilla, but it seems to work fine in IE. If I manually re-size the Mozilla browser window the accordion pane correctly displays it's children. Any insight as to how to remedy this without a manual resize?

Thanks!!
Code:
<div dojotype="dijit.layout.ContentPane" region="left" id="leftPane" > 
      <div dojoType="dijit.layout.AccordionContainer" id="accordionPane" class="Accordion" > 
        <div dojoType="dijit.layout.AccordionPane" id="searchPane" title="Search Surveys"> 
          <span> 
          Find Corner Report By DOCUMENT NUMBER: 
      <input type="text" id="docNumber" value="cr_0001" />
	  <input type="button" value="Find" onclick="searchCornerReports(dojo.byId('docNumber').value);"/> 
        </span> 
		<span> <br>
          Find Survey By DOCUMENT NUMBER: 
      <input type="text" id="survNumber" value="S2004121024" />
	  <input type="button" value="Find" onclick="searchSurveys(dojo.byId('survNumber').value);"/> 
        </span> <br>
		 <span> 
          Find Surveys By Surveyor: <br>
      <input type="text" id="survName" value="Demman" /> 
      <input type="button" value="Find" onclick="searchSurveysName(dojo.byId('survName').value);"/>
        </span> <br>
		    <span> 
          Find City: <br>
      <input type="text" id="CitySearch" value="Holladay" /> 

      <input type="button" value="Find" onclick="searchCity(dojo.byId('CitySearch').value);"/>
        </span> 
        </div> 
		<div dojoType="dijit.layout.AccordionPane" title="Search Control Points" id="searchPane2"> 
            <span> 
          Find Point Name: 
      <input type="text" id="pointName" value="1S2W1106" />
	  <input type="button" value="Find" onclick="searchPointName(dojo.byId('pointName').value);"/> 
        </span> 
		
            
		</div>
        <div dojoType="dijit.layout.AccordionPane" id="legendPane" title="Legend"> 
            <div id="legendDiv"></div> 
		</div>
        <div dojoType="dijit.layout.AccordionPane" title="Layer Visibility" id="layerVis"> 
			<span style="padding:10px 0;">Layer Visibility</span>
			<div id="toggle" style="padding: 2px 2px;"></div>  
        </div> 
      </div> 
      </div>
elamunyon is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:42 PM.


Advertisement
Log in to turn off these ads.