Changes between Version 1 and Version 2 of Ticket #11797
- Timestamp:
- Sep 29, 2010, 8:16:00 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11797 – Description
v1 v2 1 {{{2 1 <!-- Attention please if we set the draggable fase,it works...but if we set closable false,it doesn't....so maybe it's the defects of dojo....--> 3 2 4 '''<div id="dialogOne" dojoType="dijit.Dialog" title="My Dialog Title" draggable=false closable=false>''' 3 {{{ 4 <div id="dialogOne" dojoType="dijit.Dialog" title="My Dialog Title" draggable=false closable=false> 5 5 <div dojoType="dijit.layout.TabContainer" style="width: 200px; height: 300px;"> 6 6 <div dojoType="dijit.layout.ContentPane" title="foo"> 7 [[Image()]]8 9 10 }}}11 12 13 14 7 Content of Tab "foo" 15 8 </div> 16 9 <div dojoType="dijit.layout.ContentPane" title="boo"> 17 18 19 20 10 Hi, I'm Tab "boo" 21 11 </div> 22 12 </div> 23 13 </div> 24 14 }}}