Changes between Version 2 and Version 3 of ListType
- Timestamp:
- 09/11/05 18:17:02 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ListType
v2 v3 6 6 7 7 The plugin was developed by [http://dynarch.com/ Mihai Bazon] with sponsorship by the MedTech Unit at [http://www.queens.ca/ Queen's University] (Canada). 8 9 There is now two representation available. Panel or Toolbar, toolbar version is the default settings. To use the panel, it is needed to update the configuration 10 11 {{{ 12 xinha_config.ListType.mode = 'panel'; 13 }}} 14 Setting the configuration to 'panel' will ask the plugin to use the panel instead of the selectbox in toolbar. 15 16 The default setting is set to toolbar : 17 {{{ 18 xinha_config.ListType.mode = 'toolbar'; 19 }}}
