~maphew/mindtouch-deki/dekiwiki

« back to all changes in this revision

Viewing changes to src/services/Scripts/res/isomorphic/8.1/system/schema/BlurbItem.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="BlurbItem"      inheritsFrom="FormItem" Constructor="BlurbItem">
 
2
    <fields>
 
3
                <field name="required"      type="boolean" title="Required" inapplicable="true"/>
 
4
                <field name="disabled"                  type="boolean" title="Disable" inapplicable="true"/>
 
5
                <field name="redrawOnChange"    type="boolean" title="Redraw On Change" inapplicable="true"/>
 
6
                <field name="validators"                type="Validator"        multiple="true" title="Validators" inapplicable="true"/>
 
7
                <field name="validateOnChange"  type="boolean" title="Validate On Change" inapplicable="true"/>
 
8
        <field name="wrap"  type="boolean"/>
 
9
        <field name="clipValue" type="boolean"/>
 
10
    </fields>
 
11
        
 
12
    <substituteClasses>TextItem, TextAreaItem, StaticTextItem</substituteClasses>
 
13
        
 
14
</DataSource>