Changes between Initial Version and Version 1 of Ticket #10201
- Timestamp:
- Oct 24, 2009, 2:07:28 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10201
- Property Owner anonymous deleted
-
Property
Component
changed from
General
toDijit
-
Ticket #10201 – Description
initial v1 1 1 The makeTab function is from the test_TabContainer.html page. 2 2 3 3 {{{ 4 4 function makeTab() 5 5 { … … 13 13 tc.addChild(cp, 0); 14 14 } 15 }}} 15 16 16 17 I added this function to remove the current selectedChildWidget 17 18 19 {{{ 18 20 function removeTab() 19 21 { … … 21 23 tc.removeChild(tc.selectedChildWidget); 22 24 } 25 }}}