~maphew/mindtouch-deki/dekiwiki

« back to all changes in this revision

Viewing changes to src/services/Scripts/res/isomorphic/8.1/system/schema/Img.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="Img" inheritsFrom="StatefulCanvas" Constructor="Img">
 
2
        <fields>
 
3
        <field name="name"              type="string"/>
 
4
                <field name="imageType"                 type="imageTypeEnum" basic="true"/>     <!-- imageTypeEnum defined in Canvas -->
 
5
        <field name="size"              type="positiveInteger"/>
 
6
        <field name="imageHeight"       type="positiveInteger"/>
 
7
        <field name="imageWidth"       type="positiveInteger"/>
 
8
        <field name="activeAreaHTML"    type="string"/>
 
9
 
 
10
                <field name="src" type="URL" basic="true"/>
 
11
 
 
12
        <field name="title" inapplicable="true"/>
 
13
        <field name="autoFit" inapplicable="true"/>
 
14
        <field name="peers" inapplicable="true"/>
 
15
                <field name="children" inapplicable="true"/>    
 
16
        </fields>
 
17
    
 
18
    <methods>
 
19
        <method name="click" basic="true"/>
 
20
        <method name="doubleClick" basic="true"/>
 
21
    </methods>
 
22
</DataSource>