Changes between Initial Version and Version 1 of Ticket #5871
- Timestamp:
- Jul 28, 2010, 5:56:00 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5871 – Description
initial v1 1 1 autoHeight and fillSpace are mutually exclusive. Deprecate both and create a new option with possible values of "auto", "fill", or "none". 2 2 3 auto -> autoHeight: true 4 fill -> fillSpace: true 5 none -> autoHeight: false, fillSpace: false 3 auto -> autoHeight: true[[BR]] 4 fill -> fillSpace: true[[BR]] 5 none -> autoHeight: false, fillSpace: false[[BR]]