Changeset 7475 for trunk/demos/widget
- Timestamp:
- 02/28/07 08:19:35 (23 months ago)
- Files:
-
- 1 modified
-
trunk/demos/widget/tabContainer.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/widget/tabContainer.html
r4400 r7475 1 <meta http-equiv="Context-Type" content="text/html; charset=UTF-8">2 1 <!-- 3 2 <!DOCTYPE html … … 24 23 25 24 <style type="text/css"> 25 // if we're running in standards-compliance mode make sure that we fill the viewport 26 html, body { 27 height: 100%; 28 } 26 29 body { 27 30 font-family : sans-serif; … … 39 42 part of this page.</p> 40 43 41 <div id="mainTabContainer" dojoType="TabContainer" style="width: 100%; height: 70% " selectedTab="tab1" >44 <div id="mainTabContainer" dojoType="TabContainer" style="width: 100%; height: 70%; min-height: 200px;" selectedTab="tab1" > 42 45 43 46 <div id="tab1" dojoType="ContentPane" label="Tab 1" >