~maphew/mindtouch-deki/dekiwiki

« back to all changes in this revision

Viewing changes to src/services/Scripts/res/isomorphic/8.1/system/schema/Border.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="Border" inheritsFrom="Canvas" Constructor="Border">
 
2
        <fields>
 
3
                <field name="borderWidth" type=""/>
 
4
                <field name="state" type="borderStateEnum"/>
 
5
                <field name="lightColor" type="color"/>
 
6
                <field name="darkColor" type="color"/>
 
7
                <field name="align" type="alignEnum"/>
 
8
                <field name="valign" type="valignEnum"/>
 
9
        </fields>
 
10
        <types>
 
11
                <type ID="borderStateEnum" inheritsFrom="enum">
 
12
                        <valueMap>
 
13
                                <value>up</value>
 
14
                                <value>down</value>
 
15
                                <value>flat</value>
 
16
                        </valueMap>
 
17
                </type>
 
18
        </types>
 
19
</DataSource>