~maphew/mindtouch-deki/dekiwiki

« back to all changes in this revision

Viewing changes to src/services/Scripts/res/isomorphic/8.1/system/schema/SectionStackSection.ds.xml

  • Committer: aaronm
  • Date: 2011-09-28 23:16:51 UTC
  • Revision ID: svn-v4:0eb84ffb-6e0e-0410-b475-cc1b69d517b7:public/dekiwiki/trunk:29562
Feature: CS-42 Add Isomorphic SmartClient library to fake cdn to facilitate skinning work

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<DataSource ID="SectionStackSection">
 
2
    <fields>
 
3
        <field name="ID"        type="string"/>
 
4
                <field name="title"     type="string" basic="true"/>
 
5
        <!-- backcompat -->
 
6
        <field name="autoShow"  type="boolean" visibility="hidden"/>
 
7
        <field name="expanded"  type="boolean" basic="true"/>
 
8
        <field name="hidden"    type="boolean"/>
 
9
        <field name="canCollapse"    type="boolean" basic="true"/>
 
10
        <field name="resizeable"     type="boolean" basic="true"/>
 
11
        <field name="showHeader"     type="boolean"/>
 
12
        <field name="showLabel" type="boolean"  defaultValue="true"/>
 
13
        <field name="controls"  type="Canvas" multiple="true" propertiesOnly="true"/>
 
14
                <field name="items"     type="Canvas" multiple="true" propertiesOnly="true"/>
 
15
    </fields>
 
16
</DataSource>