~maphew/mindtouch-deki/dekiwiki

« back to all changes in this revision

Viewing changes to src/services/Scripts/res/isomorphic/8.1/system/schema/HiddenItem.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="HiddenItem" inheritsFrom="FormItem" Constructor="HiddenItem">
 
2
    <fields>
 
3
                <field name="title"                     type="string"  title="Title" inapplicable="true"/>
 
4
                <field name="showTitle"                 type="boolean" title="Show Title" inapplicable="true" defaultValue="false" />
 
5
        <field name="titleOrientation"  type="directionEnum" title="Title Orientation" inapplicable="true"
 
6
            prompt="Position item title to the left or right of text"/>
 
7
        <field name="titleAlign"                type="alignEnum" title="Title Alignment" inapplicable="true"/>
 
8
                <field name="colSpan"                   type="measure" title="Column Span" inapplicable="true"/>
 
9
                <field name="rowSpan"                   type="measure" title="Row Span" inapplicable="true"/>
 
10
                <field name="startRow"                  type="boolean" title="Start Row" inapplicable="true"
 
11
            prompt="Check to position this item on a new row"/>
 
12
                <field name="endRow"                    type="boolean" title="End Row" inapplicable="true"
 
13
            prompt="Check to start a new row after this item"/>
 
14
                <field name="visible"                   type="boolean" title="Visible" defaultValue="true" inapplicable="true"/>
 
15
                <field name="showIf"                    type="expression" title="Show If" inapplicable="true"
 
16
            hint="JS expression"
 
17
            prompt="JS expression - item will be visible if this evaluates to true" />
 
18
            
 
19
                <field name="disabled"                  type="boolean" title="Disable" inapplicable="true"/>
 
20
                <field name="validators"                type="Validator"        multiple="true" title="Validators" inapplicable="true"/>
 
21
                <field name="validateOnChange"  type="boolean" title="Validate On Change" inapplicable="true"/>
 
22
 
 
23
                <field name="prompt"                    type="HTMLString"    title="Prompt" inapplicable="true"/>
 
24
                <field name="hint"                              type="HTMLString" title="Hint" inapplicable="true"/>
 
25
                <field name="showHint"                  type="boolean" title="Show Hint" inapplicable="true"/>
 
26
        
 
27
        
 
28
                <field name="required"                  type="boolean" title="Required" inapplicable="true"/>
 
29
                <field name="width"                     type="measure" title="Width" inapplicable="true"/>
 
30
                <field name="height"                    type="measure" title="Height" inapplicable="true"/>
 
31
                <field name="align"                     type="alignEnum" title="Text Alignment" inapplicable="true"/>
 
32
    </fields>
 
33
</DataSource>
 
34