Changes between Version 2 and Version 3 of ApplicationDefinition/WidgetSet/Container
- Timestamp:
- 03/11/08 07:24:35 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApplicationDefinition/WidgetSet/Container
v2 v3 22 22 * Item. '''Optional'''. The Item tags define what goes in the container. The Item tag is described in the next section. 23 23 24 == = Item ===24 == Item == 25 25 26 26 An Item tag contains at least one sub tag, Function, which defines what the item is. The valid values for Function are: … … 48 48 * Item. This can occur many times and contain any valid Item tag. 49 49 50 == Toolbar Example == 50 == Examples == 51 52 === Toolbar Example === 51 53 52 54 A toolbar with one widget and one flyout. … … 76 78 </Container> 77 79 }}} 80 81 === ContextMenu Example === 82 83 === Splitterbar Example ===