Changeset 1650c7648c122a79554831a03efe9538684eb68d
- Timestamp:
- 09/27/07 20:04:45
(1 year ago)
- Author:
- Olivier Teulière <ipkiss@videolan.org>
- git-committer:
- Olivier Teulière <ipkiss@videolan.org> 1190916285 +0000
- git-parent:
[9fffb689ce90c2679d2dfee3e9e654e2928e3d97]
- git-author:
- Olivier Teulière <ipkiss@videolan.org> 1190916285 +0000
- Message:
Allow controls directly in the Layout tag (the intermediate Group tag is not mandatory anymore).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8086b07 |
r1650c76 |
|
| 78 | 78 | playondrop CDATA "true" |
|---|
| 79 | 79 | > |
|---|
| 80 | | <!ELEMENT Layout (Group)+> |
|---|
| | 80 | <!ELEMENT Layout (Group|Image|Button|Playlist|Slider|RadialSlider|Text|Checkbox| |
|---|
| | 81 | Anchor|Video|Playtree|Panel)+> |
|---|
| 81 | 82 | <!ATTLIST Layout |
|---|
| 82 | 83 | id CDATA "none" |
|---|